        .sfd-deal-board {background: #FFF; box-shadow: 0 4px 7.8px 0 rgba(85, 85, 85, 0.13);}
		.sfd-deal-board .sfd-card {
            background: #fff;
            border-radius: 4px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            overflow: hidden;
            margin: 0 auto;
        }
       .sfd-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0px 5px 0px;
        }
        .sfd-header__title {
            font-size: 24px;
            color: #323232;
            margin: 0;
        }
        .highlight {
            color: #AA151B;
        }
        .sfd-deal-board .sfd-header__link {
            color: #AA151B;
            text-decoration: underline;
            font-weight: bold;
            font-size: 14px;
        }
        .sfd-deal-board .sfd-banner {
            position: relative;
            height: 180px;
            background-image: url('../images/flight/flight-bnr.png');
            background-size: cover;
            background-position: center 35%;
        }
        .sfd-deal-board .sfd-banner__overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 25%;
            height: 100%;
            background: linear-gradient(90.37deg, #FFA500 51.9%, rgba(248, 247, 245, 0.74) 99.58%);
            clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
            padding: 25px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            color: #000;
        }
        .sfd-deal-board .sfd-banner__title {
            font-size: 32px;
            font-weight: 500;
            margin: 0;
        }
        .sfd-deal-board .sfd-banner__subtitle {
            font-size: 18px;
            margin: 0;
            font-weight: 500;
        }
        .sfd-deal-board .sfd-list-column {
            background-color: #f1f3f2;
            padding: 10px 15px;
            border-radius: 4px;
        }
        .sfd-deal-board .sfd-flight-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 5px;
            border-bottom: 1px solid #dcdcdc !important;
            font-size: 15px;
            font-weight: bold;
            color: #444;
        }
        .sfd-deal-board .sfd-flight-row:last-child {
            border-bottom: none;
        }
        .sfd-deal-board .sfd-flight-row__price {
            color: #28a745;
        }
        
        /* Collapsible container rules */
        .sfd-deal-board .sfd-collapsible-grid {
            max-height: 120px; /* Hidden height */
            overflow: hidden;
            transition: max-height 0.5s ease-in-out;
        }
        .sfd-deal-board .sfd-collapsible-grid--expanded {
            max-height: 1000px; /* Fully opened height */
        }
        .sfd-deal-board .sfd-toggle-wrapper {
            text-align: center;
            padding: 15px 0;
            background: #fff;
			margin-top:-40px;
        }
        .sfd-deal-board .sfd-toggle-btn {
            background: white;
            border: 2px solid #ccc;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .sfd-deal-board .sfd-toggle-btn:hover {
            border-color: #888;
            background-color: #f8f9fa;
        }
        .sfd-deal-board .sfd-toggle-btn i {
            font-size: 20px;
            color: #555;
            transition: transform 0.3s ease;
        }
        .sfd-deal-board .sfd-toggle-btn--rotated i {
            transform: rotate(180deg);
        }
		
		a.lnkcol {color:#AA151B; font-weight:600;}
		
		.explore-link {
            font-size: 0.8rem;
            color: #b83b24;
            text-decoration: underline;
            font-weight: bold;
        }
        .explore-link:hover {
            color: #8c2a17;
        }
        
        .region-card {
            background-color: #ffffff;
            border: 1px solid #eef0f2;
            border-radius: 4px;
            margin-bottom: 2.5rem;
            position: relative;
            padding-bottom: 1rem;
        }

        /* BANNER CONTAINER */
        .banner-container {
            position: relative;
            height: 155px;
            width: 100%;
            overflow: hidden;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background-color: #e5e5e5;
        }

        /* BACKGROUND PHOTOGRAPHY */
        .banner-bg-img {
            position: absolute;
            top: 0;
            right: 0;
            width: 75%;
            height: 100%;
            background-size: cover;
            background-position: center;
            z-index: 1;
        }

        /* EXACT SOLID YELLOW SLANTED OVERLAY */
        .banner-yellow-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 45%; /* Controls how wide the yellow block goes */
            height: 100%;
            background: linear-gradient(to bottom, #fbc531, #f1a91e);
            /* Perfect angled cut mimicking image_8f2edc.png */
            clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
            z-index: 2;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        /* Layout tweak for the wide America banner */
        .banner-container.wide-banner .banner-yellow-overlay {
            width: 32%;
            clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
        }
        .banner-container.wide-banner .banner-bg-img {
            width: 81%;
        }

        /* TEXT INSIDE BANNER */
        .banner-title {
            color: #232b38;
            font-size: 1.4rem;
            font-weight: 500;
            margin: 0;
        }
        .banner-subtitle {
            color: #232b38;
            font-size: 0.75rem;
            font-weight: bold;
            margin: 0;
        }

        /* DESTINATION ROWS */
        .region-sub-header {
            font-size: 0.85rem;
            font-weight: bold;
            color: #b83b24;
            text-decoration: underline;
            margin: 0.75rem 1rem 0.25rem 1rem;
            display: block;
        }
        .destination-row {
            background-color: #f1f3f5;
            margin: 0.4rem 1rem;
            padding: 0.5rem 0.75rem;
            border-radius: 2px;
            font-size: 0.85rem;
            color: #333;
        }
        .price-tag {
            color: #2ed573;
            font-weight: bold;
        }

        /* EXPAND BUTTON */
        .expand-circle {
            background: #ffffff;
            border: 1px solid #ced4da;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            cursor: pointer;
            color: #6c757d;
            z-index: 10;
        }
        .expand-circle:hover {
            background-color: #f8f9fa;
        }
		
		  .explore-link {
            font-size: 0.8rem;
            color: #b83b24;
            text-decoration: underline;
            font-weight: bold;
        }
        .explore-link:hover {
            color: #8c2a17;
        }

        /* Region Container Board */
        .region-card {
            background-color: #ffffff;
            border: 1px solid #eef0f2;
            border-radius: 4px;
            margin-bottom: 2.5rem;
            position: relative;
            padding-bottom: 1.5rem;
        }

        /* Banner Framework Wrapper */
        .banner-container {
            position: relative;
            height: 155px;
            width: 100%;
            overflow: hidden;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background-color: #e5e5e5;
        }

        /* Background Destination Imagery */
        .banner-bg-img {
            position: absolute;
            top: 0;
            right: 0;
            width: 68%;
            height: 100%;
            background-size: cover;
            background-position: center;
            z-index: 1;
        }

        /* Sharp Solid Yellow Slanted Panel Overlay */
        .banner-yellow-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 45%; 
            height: 100%;
            background: linear-gradient(90.37deg, #FFA500 51.9%, rgba(248, 247, 245, 0.74) 99.58%);
            clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
            
            z-index: 2;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        /* Layout adjustments for the wide top-level America panel */
        .banner-container.wide-banner .banner-yellow-overlay {
            width: 25%;
            clip-path: polygon(0 0, 77% 0, 101% 100%, 0 100%);
        }

        /* Text Styles inside Banner Overlay */
        .banner-title {
            color: #232b38;
            font-size: 1.5rem;
            font-weight: 500;
            margin: 0;
        }
        .banner-subtitle {
            color: #232b38;
            font-size: 0.75rem;
            font-weight: bold;
            margin: 0;
        }

        /* Sub-Header Red Area Links */
        .region-sub-header {
            font-size: 0.85rem;
            font-weight: bold;
            color: #b83b24;
            text-decoration: underline;
            margin: 0.75rem 1rem 0.25rem 1rem;
            display: block;
        }
        .region-sub-header:hover {
            color: #8c2a17;
        }

        /* Flight Deals Strip Rows */
        .destination-row {
            background-color: #f1f3f5;
            margin: 0.4rem 1rem;
            padding: 0.5rem 0.75rem;
            border-radius: 2px;
            font-size: 0.85rem;
            color: #333;
        }
        .price-tag {
            color: #2ed573;
            font-weight: bold;
        }

        /* Interface Interactive Expand Arrow Utility */
        .expand-circle {
            background: #ffffff;
            border: 1px solid #ced4da;
            border-radius: 50%;
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: -17px;
            left: 50%;
            transform: translateX(-50%);
            cursor: pointer;
            color: #6c757d;
            z-index: 10;
            padding: 0;
            transition: background-color 0.2s;
        }
        .expand-circle:hover {
            background-color: #f8f9fa;
        }

        /* Dynamic Arrow flip depending on toggle state */
        .expand-circle i {
            display: inline-block;
            transition: transform 0.25s ease;
            transform: rotate(180deg); /* Default state points DOWN */
        }
        .expand-circle[aria-expanded="true"] i {
            transform: rotate(0deg); /* Expanded state points UP */
        }

        /* Responsive scaling breakdown fixes */
        @media (max-width: 768px) {
            .banner-yellow-overlay {
                width: 55%;
                clip-path: polygon(0 0, 64% 0, 103% 214%, 0 117%);
            }
            .banner-container.wide-banner .banner-yellow-overlay {
                width: 55%;
                clip-path: polygon(0 0, 64% 0, 103% 214%, 0 117%);
            }
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .sfd-deal-board .sfd-banner__overlay {
                width: 70%;
                background: linear-gradient(105deg, #ffb703 85%, transparent 85.1%);
                clip-path: polygon(0 0, 64% 0, 103% 214%, 0 117%);
            }
            .sfd-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 5px;
            }
            .sfd-deal-board .sfd-collapsible-grid {
                max-height: 520px; 
            }
            .sfd-deal-board .sfd-collapsible-grid--expanded {
                max-height: 2500px;
            }
        }