/*
Theme Name: Travel Buzz Child
Theme URI: https://wensolutions.com/themes/travel-buzz/
Template: travel-buzz
Author: WEN Solutions
Author URI: https://www.wensolutions.com/
Description: Travel Buzz is an elegant WordPress theme for tour and travel operators. This theme is suitable for travel agencies, hotels, tour operators, or any other organization related to travel and tours. It has a user-friendly theme options panel based on powerful Customizer API, which makes the theme pretty easy to customize and configure. Most importantly this theme has compatibility for WP Travel plugin and Elementor out of the box, which adds ease to managing tours and bookings.
Tags: entertainment,grid-layout,one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-logo,custom-menu,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 2.2.1.1754186474
Updated: 2025-08-03 02:01:14

*/
/* === WP Travel Farben anpassen === */

/* === Buttons und Tourcode-Label auf Schwarz umstellen === */

/* Erkunden-Button auf Schwarz ändern */
a.explore-btn,
.wp-block-button_link.explore-btn {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

/* Hover-Farbe etwas heller */
a.explore-btn:hover,
.wp-block-button_link.explore-btn:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

/* Erzwingt schwarze Tourcode-Farbe – mit höchster Spezifität */
.wp-travel-archive-wrapper .view-box .offer span {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 5px 10px !important;
    display: inline-block !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
/* Tourcode – finaler Fix */
.offer span,
.wp-travel-layout-v2 .wptravel-archive-wrapper .view-box .view-image .offer span {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 6px 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    outline: none !important;
    display: inline-block !important;
}

/* Entferne orange :before / :after Dekoration */
.offer span:before,
.offer span:after {
    display: none !important;
}
/* Custom Tab-Hintergrund für WP Travel */
.resp-tab-content.resp-tab-content-active {
    background-color: #ffffff !important;
    padding: 30px !important;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
