/* Стили для кастомной карточки тура */
.ttbm_list_details .ttbm_description {
    margin: 10px 0;
    color: #666;
    line-height: 1.4;
}

.ttbm_list_details .tour-dates {
    margin: 10px 0;
    padding: 8px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #4caf50;
}

.ttbm_list_details .tour-dates .textSuccess {
    color: #2e7d32;
    font-weight: 500;
}

/* Адаптивность */
@media (max-width: 768px) {
    .ttbm_list_details .flexEqual {
        flex-direction: column;
        gap: 10px;
    }
    
    .ttbm_list_details .tour-dates {
        font-size: 14px;
    }
}

/* Бейджи */
.ttbm-custom-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.ttbm-badge {
    display: inline-block;
    padding: 4px 8px;
    margin: 0 2px 2px 0;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.ttbm-badge-early-booking { background-color: #4caf50; }
.ttbm-badge-sale { background-color: #f44336; }
.ttbm-badge-new-route { background-color: #2196f3; }
.ttbm-badge-popular { background-color: #ff9800; }