.tour-card-8122e22f {
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tour-card-8122e22f:hover {
    transform: translateY(-5px);
}

.tour-card-image-link-8122e22f {
    display: block;
    text-decoration: none;
}

.tour-card-image-wrapper-8122e22f {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.tour-card-image-link-8122e22f:hover .tour-card-image-wrapper-8122e22f {
    opacity: 0.9;
}

.tour-card-badge-8122e22f {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ff4757;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
}

.tour-card-content-8122e22f {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tour-card-meta-8122e22f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.tour-card-location-8122e22f {
    font-size: 13px;
    color: #747d8c;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.tour-card-icon-8122e22f {
    width: 14px;
    height: 14px;
    color: #ff4757;
}

.tour-card-rating-8122e22f {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #2f3542;
}

.tour-card-star-8122e22f {
    width: 14px;
    height: 14px;
    color: #ffa502;
}

.tour-card-title-link-8122e22f {
    text-decoration: none;
}

.tour-card-title-8122e22f {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #2f3542;
    margin: 0 0 16px 0;
    flex-grow: 1;
    transition: color 0.2s ease;
}

.tour-card-title-link-8122e22f:hover .tour-card-title-8122e22f {
    color: #1e90ff;
}

.tour-card-footer-8122e22f {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid #f1f2f6;
}

.tour-card-price-container-8122e22f {
    display: flex;
    flex-direction: column;
}

.tour-card-price-label-8122e22f {
    font-size: 11px;
    color: #747d8c;
    text-transform: uppercase;
}

.tour-card-price-8122e22f {
    font-size: 18px;
    font-weight: 800;
    color: #ff4757;
}

.tour-card-btn-8122e22f {
    background: #1e90ff;
    color: #fff !important;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.tour-card-btn-8122e22f:hover {
    background: #3742fa;
}