/*
 Theme Name:   WeBrownBacon Main Theme
 Theme URI:    https://webrownbacon.com
 Description:  The official "Airport Authority" theme for WeBrownBacon. Based on GeneratePress.
 Author:       The WeBrownBacon Board
 Template:     generatepress
 Version:      1.0.0
*/

/* =========================================
   1. WAYFINDING & UI ELEMENTS
   ========================================= */

/* The "Scam Alert" Box */
.wbb-scam-alert {
    background-color: var(--base-2); /* White */
    border-left: 6px solid var(--accent-2); /* Signal Amber */
    padding: 20px 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.wbb-scam-alert h3 {
    color: var(--contrast); /* Navy */
    font-family: 'Barlow Semi Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* The "Quick Fact" Chips (Top of Guides) */
.wbb-fact-chip {
    display: inline-block;
    background-color: var(--contrast); /* Navy */
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85em;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =========================================
   2. THE POSTCAST (Video Wrapper)
   ========================================= */

.wbb-postcast-wrapper {
    background-color: var(--base); /* Light Grey */
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.wbb-postcast-label {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent); /* Safety Orange */
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

/* =========================================
   3. TYPOGRAPHY TWEAKS
   ========================================= */

/* Make the Mega Menu items look like a Departure Board */
.main-navigation .main-nav ul li a {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}