/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra — includes Tour & Kilimanjaro filter system
Author: Your Travel Company
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* === Child theme overrides go below this line === */

/* Force "Starts from" label to never show as uppercase — overrides Astra */
.tour-card .tour-content .tour-price-display .price-label,
.tfs-swiper .tour-card .tour-content .tour-price-display .price-label {
    text-transform: none !important;
    font-style: normal !important;
}

/* Force white text on button hover — overrides Astra */
.tour-card .tour-view-button:hover,
.tfs-swiper .tour-card .tour-view-button:hover {
    color: #ffffff !important;
}