.top-destinations-widget-54fe273d {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

.td-title-54fe273d {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.td-grid-54fe273d {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.td-card-54fe273d {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.td-card-54fe273d:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.td-card-image-wrapper-54fe273d {
    position: relative;
    width: 100%;
    padding-top: 66.67%; /* 3:2 Aspect Ratio */
    background: #f3f4f6;
    overflow: hidden;
}

.td-card-image-54fe273d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.td-card-badge-54fe273d {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #007D4C;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
}

.td-card-content-54fe273d {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.td-card-title-54fe273d {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.td-card-price-54fe273d {
    font-size: 13px;
    color: #595959;
}

.td-highlight-price-54fe273d {
    color: #007D4C;
    font-weight: 700;
}

/* Custom CTA Graphic Card */
.td-promo-card-54fe273d {
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 24px;
    text-align: center;
    min-height: 240px;
    border: 1px solid #e5e7eb;
}

.td-promo-card-54fe273d:hover {
    transform: none;
    box-shadow: none;
}

.td-promo-graphic-54fe273d {
    width: 110px;
    height: 110px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.td-globe-svg-54fe273d {
    width: 100%;
    height: 100%;
}

.td-promo-content-54fe273d {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.td-promo-title-54fe273d {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.td-promo-desc-54fe273d {
    font-size: 12px;
    color: #595959;
    line-height: 1.4;
    margin: 0;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .td-grid-54fe273d {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 600px) {
    .td-grid-54fe273d {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .td-promo-card-54fe273d {
        min-height: auto;
    }
}
