/* ==========================================================================
   1. THEME HEADER & GENERAL STYLES
   ========================================================================== */
/*
 Theme Name:   SiteOrigin Unwind Child
 Template:     siteorigin-unwind
 Version:      1.0.0
*/

body {
    font-family: inherit;
    color: #333333;
    line-height: 1.6;
}

/* ==========================================================================
   2. LAYOUT & CONTAINERS (Fixed Column Squeezing)
   ========================================================================== */
.bb21-s2-hero {
    padding: 60px 0;
    background-color: #ffffff;
}

.bb21-s2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.bb21-s2-content {
    flex: 1 1 500px;
}

.bb21-s2-visual {
    flex: 1 1 450px; /* Increased minimum width to stop the column from shrinking */
    max-width: 500px; /* Prevents it from getting over-inflated on massive displays */
}

/* ==========================================================================
   3. TYPOGRAPHY & BRANDING (Theme Defaults Restored)
   ========================================================================== */
h1 {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    line-height: 1.1;
    margin-bottom: 20px;
}

.bb21-s2-p {
    font-size: 1.1rem;
    color: #333333;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* ==========================================================================
   4. BUTTONS (Synced Colors & Clear Text Visibility Fix)
   ========================================================================== */
.bb21-s2-btn-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bb21-s2-btn {
    padding: 14px 30px !important;
    border-radius: 0px !important;
    text-decoration: none !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

/* Solid Green Button with White Text */
.bb21-s2-btn-primary {
    background: #157f4a !important;
    color: #ffffff !important;
    border: 1px solid #157f4a !important;
}

/* White/Transparent Button with FORCED Green Text */
.bb21-s2-btn-secondary {
    border: 2px solid #157f4a !important;
    color: #157f4a !important;
    background: transparent !important;
}

/* ==========================================================================
   5. VISUALS (Full Structural Scale)
   ========================================================================== */
.bb21-s2-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}