@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap); 

  section.xb-section { padding: 40px 0; }
        section.xb-section .headline h3 {
            font-family: 'Poppins', sans-serif;
            font-weight: 800;
            text-transform: uppercase;
            font-size: 22px;
            line-height: 28px;
            margin: 0 0 20px 0;
        }
        @media only screen and (min-width: 1100px) {
            section.xb-section .headline h3 { font-size: 32px; line-height: 40px; margin-bottom: 28px; }
        }
        .xb-tab-buttons {
            display: flex;
            justify-content: flex-start;
            gap: 4px;
            overflow-x: auto;
            margin-bottom: 20px;
        }
        .xb-tab {
            padding: 10px 16px;
            font-size: 13px;
            font-weight: 600;
            color: #666;
            background: #f4f4f4;
            border: none;
            cursor: pointer;
            white-space: nowrap;
            border-radius: 6px;
            font-family: 'Lato', sans-serif;
        }
        .xb-tab.active { background: #ffc600; color: #fff; }
        .xb-panel { display: none; }
        .xb-panel.active { display: block; }
        .xb-panel .panel-inner { max-width: 760px; }
        .xb-panel h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 0 0 8px 0;
        }
        .xb-panel .lead { font-size: 14px; line-height: 20px; color: #333; margin: 0 0 14px 0; }
        .xb-panel ul { margin: 0 0 22px 0; padding-left: 18px; }
        .xb-panel li { font-size: 14px; line-height: 20px; color: #444; margin-bottom: 8px; }
        .xb-empty {
            padding: 28px 24px;
            background: #f8f8f8;
            border-radius: 8px;
            color: #666;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            max-width: 760px;
        }
