.ueghcwYdMkQ {
    width: 100%;
}

.sPeBNo2u5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.jFvueRn3zw {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.ndqLS0DTzb {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ndqLS0DTzb:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.azWtBU5ys {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.azWtBU5ys img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vRTrKHPlqow {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hEKbWF1jGkR {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #666;
    align-self: flex-start;
}

.nEWJaqHE3UpB {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
}

.nEWJaqHE3UpB span {
    display: block;
}

.zxVcisLscHak {
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
}

.jZ0ClYA2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: center;
}

.jZ0ClYA2:hover {
    background-color: #005a87;
    color: #fff;
}

@media (max-width: 768px) {
    .jFvueRn3zw {
        grid-template-columns: 1fr;
    }
}

