    @font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/techabout_web/fonts/blogreach-inter-latin.woff2') format('woff2')}
    :root{
      --wr-black:#0e0e0e;
      --wr-ink:#1e1e1e;
      --wr-muted:#667085;
      --wr-line:#e8e5df;
      --wr-cream:#f4ede4;
      --wr-soft:#f7f7f8;
      --wr-orange:#ee4710;
      --wr-purple:#7a50ec;
      --wr-blue:#2e90fa;
      --wr-green:#17b26a;
      --wr-radius:20px;
      --wr-shadow:0 12px 30px rgba(16,24,40,.08);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth;scroll-padding-top:140px}
    body{margin:0;background:#fff;color:var(--wr-ink);font-family:Inter,sans-serif;font-size:16px;line-height:26px}
    a{color:inherit;text-decoration:none}
    img{display:block;max-width:100%;height:auto}
    button,input,select,textarea{font:inherit}
    .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
    a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(238,71,16,.28);outline-offset:3px}
    .container,.wr-container{width:min(1400px,calc(100% - 40px));margin-inline:auto}
    .container-fluid{width:100%;margin-inline:auto;padding:0 30px}

    .wr-header{position:sticky;top:0;z-index:120;background:#fff;box-shadow:0 1px 0 rgba(16,24,40,.08)}
    .wr-themenav_wrapper{background:#fff}
    .wr-themenavwrap{position:relative;height:76px;min-height:76px;display:flex;align-items:center;gap:16px}
    .wr-logo-wrapper{display:flex;align-items:center;flex:0 0 auto}
    .wr-logo{position:relative;display:inline-flex;overflow:hidden}
    .wr-logo img{width:134px;height:auto}
    .wr-logo:after{content:"";position:absolute;top:0;right:0;width:16%;height:28%;background:#fff;pointer-events:none}
    .navbar-toggler{display:none;border:0;background:#fff;width:42px;height:42px;border-radius:4px;box-shadow:inset 0 0 0 1px #ececec;cursor:pointer}
    .wr-icon-menu:before{content:"";display:block;width:20px;height:2px;background:#111;box-shadow:0 7px 0 #111,0 -7px 0 #111;margin:20px auto}
    .wr-themenav{display:flex;align-items:center;gap:14px;flex:1;min-width:0}
    .menu-header-menu-container{flex:1 1 auto;min-width:0}
    #primary-menu{display:flex;align-items:center;gap:0;width:auto;height:76px;list-style:none;margin:0;padding:0;overflow:visible;white-space:nowrap}
    #primary-menu>li{position:relative}
    #primary-menu>li>a,.workreap-megamenu-link{display:flex;align-items:center;gap:7px;padding:25px 10px;border:0;background:transparent;font-size:15px;font-weight:600;line-height:26px;color:#1e1e1e;cursor:pointer;white-space:nowrap}
    #primary-menu>li>a:hover,.workreap-megamenu-link:hover{color:var(--wr-orange)}
    .workreap-megamenu-link:after{content:"";width:7px;height:7px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg);margin-top:-4px}
    .workreap-megamenu{position:absolute;z-index:220;left:0;top:calc(100% - 1px);width:750px;background:#fff;border:1px solid #ececec;border-radius:0 0 18px 18px;box-shadow:0 24px 60px rgba(0,0,0,.12);padding:20px 10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.16s ease}
    .wr-megamenu-holder:hover .workreap-megamenu,.wr-megamenu-holder:focus-within .workreap-megamenu,.wr-megamenu-holder.open .workreap-megamenu{opacity:1;visibility:visible;transform:translateY(0)}
    .wr-megamenu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
    .wr-megamenu-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px}
    .wr-list-menu-title{display:flex;align-items:center;gap:10px;margin:0 0 12px;font-size:16px;line-height:22px;color:#111;font-weight:700}
    .wr-list-menu-icon{width:34px;height:34px;border-radius:12px;background:#f7f4ff;color:var(--wr-purple);display:grid;place-items:center;font-size:17px}
    .wr-list-menu{list-style:none;margin:0;padding:0}
    .wr-list-menu li{margin:0}
    .wr-list-menu-item{display:block;padding:7px 0;color:#585858;font-size:14px;line-height:20px}
    .wr-list-menu-item:hover{color:var(--wr-orange)}
    .wr-header-actions-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;min-width:0;width:auto;margin-left:0}
    .wr-header-search-wrapper{position:relative;display:block}
    .wt-formtheme fieldset{border:0;margin:0;padding:0}
    .wt-formtheme .form-group{position:relative;margin:0}
    .wt-formtheme input{width:clamp(190px,17.5vw,240px);height:48px;border:0;border-radius:4px;padding:10px 48px 10px 32px;background:rgba(0,0,0,.06);outline:none;color:#353648;font-size:15px;line-height:18px}
    .wt-formtheme input:focus{background:rgba(0,0,0,.04);box-shadow:0 0 0 1px rgba(238,71,16,.3)}
    .wr-search-submit{position:absolute;right:7px;top:50%;display:grid;width:32px;height:32px;padding:0;place-items:center;transform:translateY(-50%);border:0;border-radius:4px;background:transparent;color:#667085;cursor:pointer}
    .wr-search-submit:hover,.wr-search-submit:focus-visible{background:#fff;color:var(--wr-orange);outline:0;box-shadow:0 0 0 2px rgba(238,71,16,.22)}
    .wr-search-submit svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round}
    .wr-loginbtn{width:auto;min-width:66px;height:42px;display:flex;align-items:center;justify-content:center;padding:8px 11px;border:1px solid var(--wr-orange);border-radius:4px;background:#fff;color:#333;font-size:12px;font-weight:600;line-height:24px;white-space:nowrap}
    .wr-loginbtn:hover{color:#333;background:#fff7f3}
    .wr-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 20px;border-radius:4px;border:1px solid transparent;background:#fff;color:#111;font-size:15px;font-weight:700;line-height:20px;cursor:pointer;transition:.15s ease}
    .wr-primary-btn{background:var(--wr-orange);border-color:var(--wr-orange);color:#fff}
    .wr-secondary-btn,.wr-btnv2{background:#fff;border-color:#ded8cf;color:#111}
    .wr-primary-btn:hover{background:#d73e0d;border-color:#d73e0d;color:#fff}
    .wr-secondary-btn:hover,.wr-btnv2:hover{border-color:#111;color:#111}
    .wr-add-media{width:auto;min-width:140px;height:42px;min-height:42px;display:inline-flex;padding:8px 14px;border-radius:4px;background:var(--wr-orange);border-color:var(--wr-orange);color:#fff;font-size:12px;font-weight:700;line-height:24px;white-space:nowrap}
    .wr-add-media:hover{background:#d73e0d;border-color:#d73e0d;color:#fff}
    .wr-add-media-plus{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-left:1px;color:#fff;font-size:16px;font-weight:700;line-height:14px}
    .br-header-guest-actions,.br-header-user-actions{display:flex;align-items:center;gap:10px}
    .br-header-user-actions[hidden],.br-header-guest-actions[hidden]{display:none!important}
    .br-header-cart{position:relative;display:grid;flex:0 0 32px;place-items:center;min-width:32px;width:32px;height:42px;padding:0;border:0;border-radius:4px;background:transparent;color:#26211d;transition:background .15s ease,color .15s ease}
    .br-header-cart:hover{background:#f7f3ef;color:#ef4710}
    .br-header-cart:focus-visible{outline:2px solid rgba(238,71,16,.55);outline-offset:2px}
    .br-header-cart svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .br-header-cart-count{position:absolute;right:-5px;top:-6px;display:none;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--wr-orange);color:#fff;font-size:10px;font-weight:800;line-height:14px;text-align:center}
    .br-header-cart.has-items .br-header-cart-count{display:block}
    .br-account-menu{position:relative}
    .br-account-menu summary{display:flex;align-items:center;gap:8px;min-width:142px;height:42px;padding:5px 9px;border:1px solid #e5dfd8;border-radius:4px;background:#fff;color:#26211d;cursor:pointer;list-style:none}
    .br-account-menu summary::-webkit-details-marker{display:none}
    .br-account-menu summary:after{content:"";width:7px;height:7px;margin-left:auto;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px)}
    .br-account-avatar{width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#f1ece6;object-fit:cover}
    .br-account-name{max-width:92px;overflow:hidden;font-size:12px;font-weight:700;line-height:16px;text-overflow:ellipsis;white-space:nowrap}
    .br-account-menu-panel{position:absolute;right:0;top:calc(100% + 8px);z-index:260;width:230px;padding:8px;border:1px solid #e6e1db;border-radius:4px;background:#fff;box-shadow:0 18px 42px rgba(16,24,40,.14)}
    .br-account-menu-panel a,.br-account-menu-panel button{display:flex;width:100%;align-items:center;padding:9px 10px;border:0;border-radius:4px;background:transparent;color:#34302c;font-size:13px;font-weight:600;line-height:18px;text-align:left;cursor:pointer}
    .br-account-menu-panel a:hover,.br-account-menu-panel button:hover{background:#faf6f2;color:#b93815}
    .br-account-menu-mode{padding:7px 10px 8px;color:#77716b;font-size:11px;font-weight:700;text-transform:uppercase}

    .wr-subnav{position:relative;z-index:2;border-top:1px solid #f0efed;border-bottom:1px solid #ece9e5;background:#fff;box-shadow:0 4px 14px rgba(16,24,40,.035)}
    .wr-subnav-inner{width:calc(100% - 60px);height:56px;margin:0 30px;display:flex;align-items:stretch;justify-content:flex-start;gap:0;padding:0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;white-space:nowrap}
    .wr-subnav-inner::-webkit-scrollbar{display:none}
    .wr-subnav-link{position:relative;flex:0 0 auto;height:55px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;color:#5d616b;font-size:13px;font-weight:600;line-height:20px;transition:background .16s ease,color .16s ease}
    .wr-subnav-link:after{content:"";position:absolute;right:13px;bottom:-1px;left:13px;height:2px;background:var(--wr-orange);transform:scaleX(0);transform-origin:center;transition:transform .16s ease}
    .wr-subnav-link:hover,.wr-subnav-link.is-active{background:#faf9f8;color:#111}
    .wr-subnav-link.is-active:after{transform:scaleX(1)}
    .wr-category-icon{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border:1px solid #ebe7e2;border-radius:8px;background:#f8f7f5;color:#6b625a;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}
    .wr-category-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .wr-subnav-link:hover .wr-category-icon,.wr-subnav-link.is-active .wr-category-icon{border-color:#ffd9ca;background:#fff1eb;color:var(--wr-orange);transform:translateY(-1px)}
    .wr-all-categories{position:sticky;left:0;z-index:3;gap:10px;margin-right:8px;padding:0 18px 0 12px;border-right:1px solid #f0d9cf;background:#fff4ef;color:#171717;font-weight:750;box-shadow:10px 0 18px rgba(255,255,255,.94)}
    .wr-all-categories:hover,.wr-all-categories.is-active{background:#ffede5;color:#111}
    .wr-all-categories .wr-category-icon{border-color:var(--wr-orange);background:var(--wr-orange);color:#fff}
    .wr-all-categories:hover .wr-category-icon,.wr-all-categories.is-active .wr-category-icon{border-color:#d83f0e;background:#d83f0e;color:#fff}

    .elementor-section{position:relative}
    .elementor-element-5f886dd{overflow:hidden;background:var(--wr-cream);min-height:510px;margin-top:0;padding:60px 0}
    .wr-hero-inner{max-width:1320px;margin:0 auto;text-align:center}
    .wr-icon-list-row{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin:5px 0 18px}
    .elementor-icon-list-item a{display:inline-flex;align-items:center;gap:8px;color:#000;font-size:14px;line-height:24px;text-decoration:none}
    .elementor-icon-list-item a:hover,.elementor-icon-list-item a:focus-visible{color:#000;text-decoration:none}
    .elementor-icon-list-item svg{width:20px;height:20px;fill:#475569}
    .elementor-icon-list-item+.elementor-icon-list-item{margin-left:14px;padding-left:14px;border-left:2px solid #ecdac3}
    .wr-content-box-wrapper{text-align:center}
    .wr-content-box-wrapper .wr-subtitle{margin:0 0 5px;color:#000;font-size:22px;font-weight:500;line-height:26px}
    .wr-content-box-wrapper .wr-title{margin:0;color:#000;font-size:48px;font-weight:700;line-height:56px;letter-spacing:0}
    .wr-content-box-layout-1>.wr-subtitle{margin-bottom:8px;color:var(--wr-orange);font-size:16px;font-weight:600;line-height:20px}
    .wr-content-box-layout-1 .wr-title{width:700px;max-width:100%;margin:0 auto;color:var(--wr-ink);font-size:52px;line-height:58px}
    .wr-hero-title-line{display:block;white-space:nowrap}
    .wr-hero-title-accent{position:relative;width:max-content;max-width:100%;margin-inline:auto}
    .wr-hero-title-accent:after{content:"";position:absolute;right:8%;bottom:-5px;left:8%;height:3px;border-radius:3px;background:var(--wr-orange)}
    .wr-title-nowrap{white-space:nowrap}
    .wr-content-box-wrapper .wr-description{max-width:920px;margin:18px auto 0;color:#000}
    .wr-content-box-layout-1 .wr-description{max-width:960px;margin-top:19px;color:rgba(30,30,30,.60)}
    .wr-content-box-layout-1 .wr-description p{margin:0;font-size:15px;line-height:19px}
    .wr-content-box-layout-1 .wr-description p span{display:block}
    .wr-client-logo-layout-2{width:max-content;max-width:100%;display:flex;align-items:center;justify-content:center;gap:14px;margin:22px auto 0}
    .wr-client-logo-layout-2 .wr-title{margin:0 2px 0 0;color:#000;font-size:13px;font-weight:700}
    .wr-client-logo-inner{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
    .wr-client-logo-item{height:30px;display:inline-flex;align-items:center;gap:8px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
    .wr-client-logo-item span{color:#1e1e1e;font-size:14px;font-weight:700;letter-spacing:0}
    .wr-client-logo-figure{margin:0}
    .wr-client-logo-figure img{height:24px;width:auto;max-width:132px;object-fit:contain}
    .wr-trust-logo-techabout{height:24px!important;max-width:126px!important}
    .wr-client-logo-figure.wr-trust-wparena-combo{display:inline-flex;align-items:center;gap:6px}
    .wr-trust-logo-wparena{width:29px!important;height:24px!important;max-width:none!important;object-fit:cover!important;object-position:left center}
    .wr-trust-wparena-combo span{color:#172b4d;font-size:14px;font-weight:800;line-height:1}
    .wr-trust-logo-techi{height:26px!important;width:26px!important;max-width:26px!important;object-fit:contain}
    .wr-trust-logo-techengage{height:23px!important;max-width:136px!important;mix-blend-mode:multiply}
    .wr-dual-button-wrapper{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}

    .wr-market-table-shell{width:calc(100% - 25.6px);max-width:1680px;margin:0 auto;padding:20px;background:transparent;border-radius:0}
    .posts-table-wrapper{background:#fff;border:1px solid #e7e7e7;border-radius:14px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.05)}
    .posts-data-table{width:100%;table-layout:fixed;border-collapse:collapse;min-width:0;background:#fff}
    .posts-data-table th{padding:14px 10px;color:#585858;background:#fff;text-align:left;font-size:11px;font-weight:750;border-bottom:1px solid #eeeeee;text-transform:uppercase}
    .posts-data-table td{padding:12px 10px;border-top:1px solid #f0f0f0;color:#1e1e1e;font-size:13px;vertical-align:middle;overflow-wrap:anywhere}
    .posts-data-table th:nth-child(1),.posts-data-table td:nth-child(1){width:6%}
    .posts-data-table th:nth-child(2),.posts-data-table td:nth-child(2){width:19%}
    .posts-data-table th:nth-child(3),.posts-data-table td:nth-child(3){width:15%}
    .posts-data-table th:nth-child(4),.posts-data-table td:nth-child(4),.posts-data-table th:nth-child(5),.posts-data-table td:nth-child(5){width:8%}
    .posts-data-table th:nth-child(6),.posts-data-table td:nth-child(6){width:11%}
    .posts-data-table th:nth-child(7),.posts-data-table td:nth-child(7){width:10%}
    .posts-data-table th:nth-child(8),.posts-data-table td:nth-child(8){width:10%}
    .posts-data-table th:nth-child(9),.posts-data-table td:nth-child(9){width:13%}
    .posts-data-table td:first-child img{width:40px;height:40px;min-width:40px;border-radius:50%;object-fit:cover}
    .posts-data-table a{font-weight:600;color:#111}
    .posts-data-table a:hover{color:var(--wr-orange)}
    .circular-progress{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--wr-blue) calc(var(--value,0)*1%),#edf2f7 0);font-size:13px;font-weight:700;color:#111}
    .circular-progress .progress-value{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fff}
    .wr-metric-pending{display:inline-flex;align-items:center;min-height:25px;padding:4px 7px;border:1px solid #d9dde4;border-radius:999px;background:#fafbfc;color:#667085;font-size:11px;font-weight:700;line-height:16px;white-space:nowrap}
    .wr-metric-source{display:block;margin-top:3px;color:#7b8491;font-size:10px;font-weight:650;line-height:14px}
    .br-metric-delta{display:block;margin-top:4px;color:#475467;font-size:10px;font-weight:750;line-height:14px}
    .spam-score{background:conic-gradient(var(--wr-orange) calc(var(--value,0)*1%),#f4f4f4 0)}
    .posts-data-table .col-media a{display:flex;flex-direction:column;gap:2px;min-width:0;line-height:18px}
    .br-mobile-favicon{display:none}
    .posts-data-table .col-media a small{display:block;overflow:hidden;color:#71717a;font-size:11px;font-weight:500;line-height:15px;text-overflow:ellipsis;white-space:nowrap}
    .br-home-sort{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:0;border:0;background:transparent;color:#585858;font:inherit;font-weight:inherit;text-transform:inherit;cursor:pointer}
    .br-home-sort:after{content:"↕";color:#a19b95;font-size:12px;line-height:1}
    .br-home-sort[aria-sort="ascending"],.br-home-sort[aria-sort="descending"]{color:#111}
    .br-home-sort[aria-sort="ascending"]:after{content:"↑";color:var(--wr-orange)}
    .br-home-sort[aria-sort="descending"]:after{content:"↓";color:var(--wr-orange)}
    .country-badge{display:inline-flex;align-items:center;gap:5px;min-width:0;min-height:28px;padding:3px 0;border:0;border-radius:0;background:transparent;color:#475467;font-size:11px;font-weight:750;white-space:nowrap;cursor:help}
    .country-flag{font-size:17px;line-height:1}
    .post-table-cart-btn{display:inline-flex;align-items:center;gap:5px;min-height:0;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#b93815!important;font-size:12px!important;font-weight:750;line-height:18px;white-space:nowrap}
    .post-table-cart-btn:after{content:"→";font-size:14px;transition:transform .15s ease}
    .post-table-cart-btn:hover:after{transform:translateX(2px)}

    .wr-stats-section{display:none;background:#fff;padding:0 20px}
    .wr-stats-wrap{max-width:1320px;margin:0 auto;padding:50px 20px 10px;background:#f7f7f8;border-radius:20px 20px 0 0}
    .wr-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
    .elementor-image-box-wrapper{display:flex;align-items:center;gap:15px}
    .elementor-image-box-title{margin:0 0 4px;font-size:28px;font-weight:500;line-height:33px;color:#1e1e1e}
    .elementor-image-box-description{margin:0;color:rgba(30,30,30,.6);font-size:16px;line-height:22px}

    .wr-how-section{background:#fff;overflow:hidden;padding:0 20px}
    .wr-how-wrap{max-width:1880px;height:673px;margin:5px auto 0;display:grid;grid-template-columns:60% 40%;overflow:hidden;border-radius:20px;background:#f7f7f8}
    .wr-how-copy{padding:100px 60px}
    .wr-content-box-layout-3{text-align:left}
    .wr-content-box-layout-3 .wr-subtitle{font-size:15px;line-height:20px;color:var(--wr-orange);font-weight:700}
    .wr-content-box-layout-3 .wr-title{font-size:36px;line-height:43px;font-weight:600}
    .wr-content-box-layout-3 .wr-description{margin:14px 0 0;max-width:600px;color:#585858}
    .wr-step{display:grid;grid-template-columns:32px minmax(0,1fr);gap:18px;margin-top:24px;max-width:620px}
    .wr-step-icon{width:32px;height:32px;display:grid;place-items:center}
    .wr-step-icon svg{width:24px;height:24px}
    .wr-step h6{margin:0 0 8px;font-size:18px;line-height:24px;color:#1e1e1e}
    .wr-step p{margin:0;color:#585858;font-size:16px;line-height:24px}
    .wr-how-image img{width:100%;height:100%;object-fit:cover}

    .wr-faq-section{background:#fff;margin-top:60px;padding:80px 20px 40px}
    .wr-faq-wrap{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
    .wr-advanced-accordion-wrapper{display:grid;gap:12px}
    .wr-advanced-accordion-item{background:#fff;border:1px solid #e7e7e7;border-radius:16px;box-shadow:0 8px 18px rgba(0,0,0,.04);overflow:hidden}
    .wr-advanced-accordion-header{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:0;background:#fff;text-align:left;cursor:pointer}
    .wr-advanced-accordion-header .wr-title{margin:0;font-size:18px;line-height:24px;font-weight:600;color:#111}
    .wr-icon-plus:before{content:"+";font-style:normal;font-size:24px;line-height:1;color:#111}
    .wr-advanced-accordion-content{display:none;padding:0 20px 18px;color:#585858}
    .wr-advanced-accordion-content p{margin:0}
    .wr-advanced-accordion-item.active .wr-advanced-accordion-content{display:block}
    .wr-advanced-accordion-item.active .wr-icon-plus:before{content:"-"}

    .wr-pricing-section{background:#f7f7f8;padding:60px 20px}
    .wr-pricing-section .wr-content-box-wrapper{text-align:center}
    .wr-pricing-section .wr-content-box-layout-3 .wr-description{margin:14px auto 0}
    .wr-pricing-toggle-wrapper{display:flex;justify-content:center;margin:32px 0}
    .wr-pricing-toggle{display:flex;align-items:center;gap:12px;padding:8px;background:#f7f7f8;border:1px solid #ececec;border-radius:999px}
    .wr-pricing-promotinal-wrapper{display:flex;align-items:center;gap:8px;color:#585858;font-size:14px;padding-left:10px}
    .wr-pricing-toggle-btn{border:0;border-radius:4px;background:transparent;padding:10px 18px;color:#585858;font-weight:700;cursor:pointer}
    .wr-pricing-toggle-btn.active{background:#fff;color:#111;box-shadow:0 5px 14px rgba(0,0,0,.08)}
    .wr-package-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:0 auto}
    .wr-package-items:not(.active){display:none}
    .wr-pricing__content{position:relative;height:100%;padding:30px;border:1px solid #e8e8e8;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.05)}
    .wr-pricing__content.wr_popular{border-color:#111}
    .wr-most-popular-tag{position:absolute;right:20px;top:20px;display:inline-flex;padding:5px 10px;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:700}
    .wr-pricing__content h4{margin:0 0 10px;font-size:22px;line-height:28px}
    .wr-pricing__content h2{margin:0;font-size:42px;line-height:48px;font-weight:700}
    .wr-pricing__content em{display:block;margin-top:4px;color:#585858;font-style:normal}
    .wr-pricinglist-title{margin:24px 0 12px;font-size:16px;line-height:22px}
    .wr-pricinglist{list-style:none;margin:0;padding:0}
    .wr-pricinglist li{border-top:1px solid #f0f0f0}
    .wr-pricinglist__content{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0;color:#585858;font-size:14px}
    .wr-green{color:var(--wr-green)}
    .wr-grey{color:#98a2b3}
    .wr-green:before{content:"yes";font-style:normal;font-weight:700;color:var(--wr-green)}
    .wr-grey:before{content:"no";font-style:normal;font-weight:700;color:#98a2b3}
    .wr-buy-package{width:100%;margin-top:22px}
    .wr-pricing-note{max-width:1180px;margin:16px auto 0;color:#585858;font-size:14px;text-align:left}

    .wr-posts-section{background:#fff;padding:60px 10px 62px}
    .wr-posts-section .wr-content-box-wrapper{text-align:center}
    .wr-posts-section .wr-content-box-layout-3 .wr-description{margin:14px auto 0}
    .wr-post-grid-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1180px;margin:34px auto 0}
    .wr-post-grid-item{background:#fff;border:1px solid #e7e7e7;border-radius:18px;overflow:hidden;box-shadow:0 12px 26px rgba(16,24,40,.05)}
    .wr-post-grid-featured-image{margin:0;aspect-ratio:600/273;overflow:hidden}
    .wr-post-grid-featured-image img{width:100%;height:100%;object-fit:cover}
    .wr-post-grid-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 0;color:#585858;font-size:13px}
    .wr-post-grid-category a{color:var(--wr-orange);font-weight:700}
    .wr-post-grid-title{margin:12px 20px 10px;font-size:22px;line-height:29px}
    .wr-post-grid-title a:hover{color:var(--wr-orange)}
    .wr-post-grid-description{padding:0 20px 22px;color:#585858;font-size:15px;line-height:23px}
    .wr-post-grid-description p{margin:0}
    .wr-button-wrapper{display:flex;justify-content:center;margin-top:28px}

    .wr-cta-section{margin-top:-130px;padding:0 20px}
    .wr-cta-wrap{max-width:1240px;min-height:163px;margin:0 auto;background:#0e0e0e;border-radius:20px 20px 0 0;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:38px 35px}
    .wr-cta-wrap h2{margin:0;font-size:36px;line-height:43px;font-weight:600}
    .wr-newsletter{display:flex;gap:8px;flex:0 1 480px}
    .wr-newsletter input{height:48px;flex:1;min-width:0;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#fff;color:#111;padding:0 18px;outline:none}
    .wr-cta-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
    .wr-cta-actions .wr-secondary-btn{border-color:rgba(255,255,255,.38);background:transparent;color:#fff}
    .wr-cta-actions .wr-secondary-btn:hover{border-color:#fff;color:#fff}

    .br-prefooter{border-top:1px solid #e8dfd4;background:var(--wr-cream);padding:58px 20px}
    .br-prefooter-inner{width:min(1240px,100%);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:40px}
    .br-prefooter-copy{max-width:720px}
    .br-prefooter-eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:10px;color:#7c3b22;font-size:13px;font-weight:700;text-transform:uppercase}
    .br-prefooter-eyebrow:before{content:"";width:22px;height:2px;background:var(--wr-orange)}
    .br-prefooter h2{margin:0;color:#111;font-size:34px;line-height:42px;font-weight:700}
    .br-prefooter p{margin:12px 0 0;max-width:650px;color:#5f5a54}
    .br-prefooter-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}

    .wr-footer-two{background:#0b0b0c;color:rgba(255,255,255,.74)}
    .wr-footer-proof{border-bottom:1px solid rgba(255,255,255,.12)}
    .wr-footer-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
    .wr-footer-proof-item{min-height:92px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;padding:20px 26px;border-left:1px solid rgba(255,255,255,.1)}
    .wr-footer-proof-item:last-child{border-right:1px solid rgba(255,255,255,.1)}
    .wr-footer-proof-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;color:#ff7042}
    .wr-footer-proof-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .wr-footer-proof-item strong{display:block;color:#fff;font-size:14px;line-height:20px}
    .wr-footer-proof-item span{display:block;color:rgba(255,255,255,.48);font-size:12px;line-height:18px}
    .wr-footer-two_head{padding:58px 0 42px}
    .wr-footer-grid{display:grid;grid-template-columns:1.35fr .72fr .72fr .72fr 1.12fr;gap:36px;align-items:start}
    .wr-footeritem>a:first-child{display:inline-flex;align-items:flex-start;justify-content:flex-start}
    .wr-footeritem>a:first-child figure{margin:0}
    .wr-footer-logo{width:184px;height:auto;object-position:left center}
    .wr-logo,.wr-footeritem>a:first-child{position:relative}
    .wr-footeritem>a:first-child{display:inline-block}
    .wr-logo:after,.wr-footeritem>a:first-child:after{position:absolute;top:0;right:0;z-index:2;display:block;width:16%;height:22%;content:"";pointer-events:none}
    .wr-logo:after{background:#fff}
    .wr-footeritem>a:first-child:after{background:#0b0b0c}
    .wr-main-description p{margin:18px 0 0;color:rgba(255,255,255,.64);max-width:360px;font-size:14px;line-height:23px}
    .wr-footer-brandline{display:flex;align-items:center;gap:10px;margin-top:20px;color:rgba(255,255,255,.62);font-size:12px;font-weight:650}
    .wr-footer-brandline a{display:inline-flex;align-items:center;gap:9px;color:inherit!important;font-size:12px!important}
    .wr-footer-techabout-logo{width:94px;height:20px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1);opacity:.92}
    .wr-sidetitle h5,.wr-fwidget_title h5{margin:0 0 18px;color:#fff;font-size:14px;line-height:20px;text-transform:uppercase}
    .wr-footer-two ul{list-style:none;margin:0;padding:0}
    .wr-footer-two li{margin:9px 0}
    .wr-footer-two a{color:rgba(255,255,255,.68);font-size:14px;transition:color .15s ease}
    .wr-footer-two a:hover{color:#fff}
    .wr-footer-two .widget_nav_menu a{display:inline-flex;align-items:center;gap:7px}
    .wr-footer-two .widget_nav_menu a:before{content:"";width:0;height:1px;background:var(--wr-orange);transition:width .15s ease}
    .wr-footer-two .widget_nav_menu a:hover:before{width:11px}
    .wr-footer-contact{padding-left:26px;border-left:1px solid rgba(255,255,255,.12)}
    .wr-footer-contact-copy{margin:-6px 0 18px;color:rgba(255,255,255,.5);font-size:13px;line-height:20px}
    .wr-fwidget_contact_list li{display:grid;grid-template-columns:32px minmax(0,1fr);column-gap:10px;align-items:start;margin:12px 0}
    .wr-fwidget_contact_list span{display:block;color:rgba(255,255,255,.43);font-size:12px;line-height:18px}
    .wr-footer-cta{margin-top:20px;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 16px;border:1px solid rgba(255,255,255,.24);border-radius:4px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.92)!important;font-size:13px!important;font-weight:700}
    .wr-footer-cta:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.16);color:#fff!important}
    .wr-footer-cta svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .wr-footer-contact-icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:50%;color:#fff}
    .wr-footer-contact-icon svg{display:block;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .wr-footer-contact-icon.is-whatsapp{border-color:rgba(37,211,102,.42);color:#25d366}
    .wr-footer-two_copyright{border-top:1px solid rgba(255,255,255,.12);padding:20px 0}
    .wr-footer-two_content{display:flex;align-items:center;justify-content:space-between;gap:24px}
    .wr-fcopyright{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
    .wr-footetbtmlinks{display:flex;gap:18px;flex-wrap:wrap}
    .wr-footetbtmlinks a{font-size:12px;color:rgba(255,255,255,.54)}
    .wr-fcopyright_info{color:rgba(255,255,255,.4);font-size:12px}
    .wr-fsocials-list{display:flex;gap:8px}
    .wr-fsocials-list-item-link{width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.15);display:grid;place-items:center;color:#fff!important}
    .wr-fsocials-list-item-link:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.07)}
    .wr-fsocials-list-item-link svg{width:16px;height:16px;fill:currentColor}

    .br-page-hero{background:var(--wr-cream);padding:60px 0 64px;color:#111;text-align:left;border-bottom:1px solid #eadfd2}
    .br-page-hero h1{max-width:780px;margin:13px 0 0;font-size:48px;line-height:1.12;text-wrap:balance}
    .br-page-hero .br-lead{color:#5f5a54!important;max-width:720px;margin:14px 0 0;font-size:17px;line-height:28px;text-wrap:balance}
    .br-compact-page-head{padding:22px 0 20px;border-bottom:1px solid #eadfd2;background:#fff}
    .br-compact-page-head-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:38px;align-items:end}
    .br-compact-page-head h1{margin:7px 0 0;color:#171310;font-size:30px;line-height:36px;letter-spacing:0}
    .br-compact-page-head p{max-width:520px;margin:0 0 2px;color:#655e58;font-size:14px;line-height:21px}
    .br-wrap{width:min(1180px,calc(100% - 32px));margin-inline:auto}
    .br-section{padding:76px 0}
    .br-section-soft{background:#f7f7f8}
    .br-page-body{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px;align-items:start}
    .br-panel,.br-card{background:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:34px;box-shadow:0 12px 30px rgba(16,24,40,.055)}
    .br-page-body>article.br-panel{padding:40px 42px;overflow-wrap:anywhere}
    .br-page-body>aside.br-panel{position:sticky;top:142px;border-top:3px solid var(--wr-orange);box-shadow:0 12px 30px rgba(16,24,40,.07)}
    .br-panel h2,.br-panel h3,.br-panel h4{color:#111;letter-spacing:0}
    .br-panel h2{margin:34px 0 14px;font-size:30px;line-height:38px}
    .br-panel h3{margin:28px 0 12px;font-size:22px;line-height:30px}
    .br-panel h4{margin:24px 0 10px;font-size:18px;line-height:26px}
    .br-panel p{color:#585858;line-height:1.78}
    .br-panel li{margin:8px 0;color:#585858}
    .br-panel img{width:auto;max-width:100%;height:auto;margin:24px auto;border-radius:12px}
    .br-panel a:not(.br-btn){color:#c83a0c;text-decoration:underline;text-underline-offset:3px}
    .br-panel>:first-child{margin-top:0}
    .br-panel blockquote{margin:28px 0;padding:20px 22px;border-left:3px solid var(--wr-orange);background:#fdf8f4;color:#46413d}
    .br-panel table{width:100%;border-collapse:collapse;margin:26px 0;font-size:14px}
    .br-panel th,.br-panel td{padding:12px 14px;border:1px solid #e7e5e4;text-align:left;vertical-align:top}
    .br-panel th{background:#f7f7f8;color:#111}
    .br-panel hr{height:1px;border:0;background:#e7e5e4;margin:34px 0}
    .br-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
    .br-post-card{display:flex;min-height:280px;flex-direction:column}
    .br-post-card h2{margin:8px 0 14px;color:#111;font-size:24px;line-height:32px}
    .br-post-card h2 a:hover{color:var(--wr-orange)}
    .br-post-card p{margin:0;color:#585858}
    .br-post-date{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
    .br-post-link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:24px;color:#c83a0c;font-weight:700}
    .br-empty-state{max-width:760px;margin-inline:auto;text-align:center}
    .br-terms-consent{display:flex;align-items:flex-start;gap:10px;margin:16px 0;color:#52525b;font-size:13px;line-height:20px}
    .br-terms-consent input{width:17px;height:17px;flex:0 0 17px;margin-top:2px;accent-color:var(--wr-orange)}
    .br-terms-consent a{color:#c83a0c;text-decoration:underline;text-underline-offset:2px}
    .br-auth-page{min-height:calc(100vh - 168px);padding:40px 0 76px;background:#f7f7f8}
    .br-auth-section{padding:0}
    .br-auth-shell{max-width:600px}
    .br-auth-card{padding:34px 38px;border-top:3px solid var(--wr-orange);box-shadow:0 18px 42px rgba(16,24,40,.08)}
    .br-auth-card-head{margin:0 0 27px;padding:0 0 22px;border-bottom:1px solid #ece6e0}
    .br-auth-kicker{display:block;margin:0 0 7px;color:var(--wr-orange);font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}
    .br-auth-card-head h1{margin:0;color:#171411;font-size:31px;line-height:38px}
    .br-auth-card-head p{max-width:470px;margin:8px 0 0;color:#655d57;font-size:14px;line-height:22px}
    .br-auth-card .br-form-intro{margin-bottom:26px}
    .br-auth-card .br-form-footer{justify-content:flex-start;flex-wrap:wrap}
    .br-auth-card .br-form-note{max-width:500px;margin:0}
    .br-google-auth-button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin:0 0 18px;padding:10px 18px;border:1px solid #d9d3cc;border-radius:8px;background:#fff;color:#27221e!important;font-size:14px;font-weight:750;line-height:20px;box-shadow:0 1px 2px rgba(16,24,40,.04);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
    .br-google-auth-button:hover{border-color:#bcb3a9;background:#fffdfb;box-shadow:0 4px 12px rgba(16,24,40,.08)}
    .br-google-mark{display:grid;place-items:center;width:18px;height:18px;flex:0 0 18px}.br-google-mark svg{display:block;width:18px;height:18px}
    .br-auth-divider{position:relative;display:flex;align-items:center;justify-content:center;margin:0 0 18px;color:#877e75;font-size:11px;font-weight:700;line-height:16px;text-transform:uppercase}
    .br-auth-divider:before,.br-auth-divider:after{content:"";position:absolute;top:50%;width:calc(50% - 64px);height:1px;background:#e7e0da}.br-auth-divider:before{left:0}.br-auth-divider:after{right:0}.br-auth-divider span{position:relative;z-index:1;padding:0 10px;background:#fff}
    .br-password-field{position:relative;display:block}
    .br-password-field input{padding-right:74px}
    .br-password-toggle{position:absolute;top:50%;right:9px;min-height:30px;padding:4px 8px;transform:translateY(-50%);border:0;border-radius:6px;background:transparent;color:#7b6254;font-size:12px;font-weight:750;line-height:18px;cursor:pointer}
    .br-password-toggle:hover{background:#fff1eb;color:#b93815}
    .br-auth-recovery{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px;color:#746c65;font-size:12px;line-height:18px}
    .br-auth-recovery a{color:#8f3516;font-weight:750;text-decoration:underline;text-underline-offset:3px}
    .br-auth-recovery a:hover{color:#b93815}
    .br-auth-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .br-auth-choice label{display:flex!important;align-items:flex-start;gap:10px;min-height:74px;padding:14px;border:1px solid #e7e0da;border-radius:10px;background:#fff;color:#302b27!important;cursor:pointer}
    .br-auth-choice input{width:17px!important;min-height:17px!important;height:17px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--wr-orange)}
    .br-auth-choice strong,.br-auth-choice small{display:block}
    .br-auth-choice strong{font-size:13px;line-height:19px}.br-auth-choice small{margin-top:3px;color:#746c65;font-size:11px;font-weight:600;line-height:16px}
    .br-publisher-trust-head{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:920px;margin:30px auto 0;border-top:1px solid #dfd3c7;border-left:1px solid #dfd3c7;background:rgba(255,255,255,.42)}
    .br-publisher-trust-head>div{min-height:91px;padding:16px;border-right:1px solid #dfd3c7;border-bottom:1px solid #dfd3c7}
    .br-publisher-trust-head span,.br-publisher-metrics span{display:block;color:#6f665e;font-size:11px;font-weight:750;line-height:16px;text-transform:uppercase}
    .br-publisher-trust-head strong{display:block;margin-top:7px;color:#111;font-size:19px;line-height:25px}
    .br-publisher-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e8e2db;border-left:1px solid #e8e2db}
    .br-publisher-metrics>div{min-height:130px;padding:20px;border-right:1px solid #e8e2db;border-bottom:1px solid #e8e2db}
    .br-publisher-metrics strong{display:block;margin:9px 0 4px;color:#171411;font-size:22px;line-height:29px}
    .br-publisher-metrics small{display:block;color:#76706a;font-size:12px;line-height:18px}
    .br-trust-note{max-width:760px;margin:20px 0 0;color:#675f58;font-size:13px;line-height:20px}
    .br-dashboard-tabs{display:flex;gap:8px;margin-top:28px;border-bottom:1px solid #e5dfd8}
    .br-dashboard-tabs button{padding:11px 15px;border:0;border-bottom:2px solid transparent;background:transparent;color:#766f68;font-size:14px;font-weight:750;cursor:pointer}
    .br-dashboard-tabs button[aria-selected="true"]{border-bottom-color:var(--wr-orange);color:#171411}
    .br-dashboard-workspace{margin:28px 0 34px;padding:28px;border:1px solid #e5dfd8;border-radius:14px;background:#fff}
    .br-dashboard-workspace-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}
    .br-dashboard-workspace h2{margin:5px 0 0;font-size:27px;line-height:34px}
    .br-dashboard-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:24px;border-top:1px solid #eee9e4;border-left:1px solid #eee9e4}
    .br-dashboard-stat-grid>div{min-height:90px;padding:14px;border-right:1px solid #eee9e4;border-bottom:1px solid #eee9e4}
    .br-dashboard-stat-grid span{display:block;color:#746d66;font-size:11px;font-weight:750;line-height:15px;text-transform:uppercase}
    .br-dashboard-stat-grid strong{display:block;margin-top:7px;color:#171411;font-size:17px;line-height:22px}
    .br-placement-list{margin-top:22px;border-top:1px solid #eee9e4}
    .br-placement-list article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #eee9e4}
    .br-placement-list strong,.br-placement-list span{display:block}
    .br-placement-list span{margin-top:3px;color:#726b64;font-size:12px;line-height:17px}
    .br-form{display:grid;gap:16px}
    .br-form-intro{margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #ece9e5}
    .br-form-intro h2{margin:0 0 8px!important;font-size:27px!important;line-height:34px!important}
    .br-form-intro p{margin:0}
    .br-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .br-form label{display:grid;gap:7px;color:#27272a;font-size:13px;font-weight:700}
    .br-wizard-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
    .br-wizard-progress li{display:flex;align-items:center;gap:8px;min-width:0;color:#8a8380;font-size:12px;font-weight:750}
    .br-wizard-progress li span{display:grid;flex:0 0 24px;place-items:center;width:24px;height:24px;border:1px solid #dcd5ce;border-radius:50%;background:#fff;color:#817a74;font-size:11px}
    .br-wizard-progress li.is-current,.br-wizard-progress li.is-complete{color:#111}
    .br-wizard-progress li.is-current span{border-color:var(--wr-orange);background:var(--wr-orange);color:#fff}
    .br-wizard-progress li.is-complete span{border-color:#15803d;background:#15803d;color:#fff}
    .br-wizard-step{display:grid;gap:16px;min-width:0;margin:0;padding:0;border:0}
    .br-wizard-step[hidden]{display:none}
    .br-wizard-step legend{margin:4px 0 2px;color:#111;font-size:20px;font-weight:750;line-height:28px}
    .br-publisher-onboarding-panel{padding:38px 40px}
    .br-publisher-form-intro{margin-bottom:28px}
    .br-publisher-form-intro .br-dashboard-kicker{margin-bottom:8px}
    .br-publisher-progress{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;border-top:1px solid #e7e0da;border-left:1px solid #e7e0da;background:#e7e0da}
    .br-publisher-progress li{display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:9px;min-height:76px;padding:13px;border-right:1px solid #e7e0da;border-bottom:1px solid #e7e0da;background:#fff;color:#746c65}
    .br-publisher-progress li span{grid-row:1/3}
    .br-publisher-progress li strong,.br-publisher-progress li small{display:block;min-width:0}
    .br-publisher-progress li strong{font-size:12px;line-height:17px}
    .br-publisher-progress li small{margin-top:2px;color:#8a8179;font-size:10px;font-weight:600;line-height:14px}
    .br-publisher-progress li.is-current{box-shadow:inset 0 2px 0 var(--wr-orange)}
    .br-publisher-progress li.is-complete{background:#f3fcf6}
    .br-wizard-copy{max-width:680px;margin:0;color:#6f665e;font-size:13px;line-height:21px}
    .br-ownership-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .br-ownership-choice label{display:flex!important;align-items:flex-start;gap:10px;min-height:86px;padding:15px;border:1px solid #e4ddd6;border-radius:10px;background:#fcfbfa;color:#2c2824!important;cursor:pointer}
    .br-ownership-choice label:has(input:checked){border-color:rgba(238,71,16,.55);background:#fff6f1}
    .br-ownership-choice input{width:17px!important;min-height:17px!important;height:17px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--wr-orange)}
    .br-ownership-choice strong,.br-ownership-choice small{display:block}
    .br-ownership-choice strong{font-size:13px;line-height:19px}.br-ownership-choice small{margin-top:3px;color:#776e67;font-size:11px;font-weight:600;line-height:17px}
    .br-wizard-hint{color:#776d65;font-size:12px;font-weight:650;line-height:18px}
    .br-onboarding-domain{display:grid;grid-template-columns:104px minmax(0,1fr);gap:8px 14px;align-items:center;padding:15px 0;border-top:1px solid #e7e0da;border-bottom:1px solid #e7e0da}
    .br-onboarding-domain span{color:#8c8179;font-size:11px;font-weight:800;text-transform:uppercase}
    .br-onboarding-domain strong{overflow:hidden;color:#201c19;font-size:17px;line-height:24px;text-overflow:ellipsis;white-space:nowrap}
    .br-onboarding-domain small{grid-column:2;color:#64748b;font-size:11px;font-weight:650;line-height:16px}
    .br-google-connection{padding:20px 0 2px;border-bottom:1px solid #e7e0da}
    .br-google-connection-copy{display:grid;gap:4px}
    .br-google-connection-copy strong{color:#26211d;font-size:15px;line-height:21px}.br-google-connection-copy span{color:#756d66;font-size:12px;line-height:19px}
    .br-google-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:16px 0;border:1px solid #e7e0da;background:#e7e0da}
    .br-google-status{min-width:0;padding:15px;background:#fbfaf8}
    .br-google-status.is-connected{background:#f1fbf5}
    .br-google-status span,.br-google-status strong,.br-google-status small{display:block}
    .br-google-status span{color:#8a8178;font-size:10px;font-weight:800;text-transform:uppercase}.br-google-status strong{margin-top:6px;color:#24201d;font-size:14px;line-height:20px}.br-google-status small{margin-top:4px;color:#746b64;font-size:11px;line-height:16px}
    .br-google-status.is-connected strong{color:#087443}
    .br-google-connection .br-form-note{max-width:620px;margin:0 0 15px}
    .br-publisher-policy-group{display:grid;gap:9px;padding-top:3px}
    .br-publisher-policy-group>span{color:#27221e;font-size:13px;font-weight:750}
    .br-auto-value{display:grid;gap:4px;padding:15px 16px;border:1px solid #e4ddd6;border-left:3px solid var(--wr-orange);border-radius:9px;background:#fffaf7}
    .br-auto-value>span{color:#8a5a45;font-size:10px;font-weight:800;letter-spacing:0;text-transform:uppercase}
    .br-auto-value>strong{color:#211c18;font-size:17px;line-height:23px}.br-auto-value>small{color:#766d66;font-size:12px;font-weight:600;line-height:18px}
    .br-rate-card-section{display:grid;gap:12px;padding-top:6px}.br-rate-card-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.br-rate-card-heading h3{margin:3px 0 0!important;color:#211c18;font-size:18px!important;line-height:25px!important}.br-fixed-currency{flex:0 0 auto;padding:5px 9px;border:1px solid #dfe5df;border-radius:999px;background:#f4fbf5;color:#087443;font-size:10px;font-weight:800;letter-spacing:0;text-transform:uppercase}
    .br-rate-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.br-policy-rate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .br-rate-option,.br-policy-rate{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(118px,.5fr);gap:12px;align-items:center;min-height:92px;padding:13px;border:1px solid #e4ddd6;border-radius:9px;background:#fff;color:#302a26!important;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}
    .br-rate-option:hover,.br-policy-rate:hover{border-color:#d9b4a1}.br-rate-option.is-enabled,.br-policy-rate.is-enabled{border-color:rgba(238,71,16,.58);background:#fff8f4;box-shadow:0 7px 18px rgba(194,67,22,.06)}
    .br-rate-option-copy{display:flex;align-items:flex-start;gap:10px;min-width:0}.br-rate-option-copy>input{flex:0 0 17px;width:17px!important;min-height:17px!important;height:17px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--wr-orange)}.br-rate-option-copy>span{display:grid;gap:3px;min-width:0}.br-rate-option-copy strong{color:#26211d;font-size:13px;line-height:18px}.br-rate-option-copy small{color:#746b64;font-size:11px;font-weight:600;line-height:16px}
    .br-rate-option-price{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px}.br-rate-option-price>b{color:#837970;font-size:11px;font-weight:800}.br-rate-option-price input{min-height:42px!important;padding:9px 10px!important;border-radius:7px!important;font-size:13px!important}.br-rate-option-price input:disabled{border-color:#ece7e2!important;background:#f6f4f2!important;color:#aaa29a!important;cursor:not-allowed}
    .br-compact-toggle{display:flex!important;align-items:flex-start!important;gap:10px;margin-top:2px;padding:13px 14px;border:1px solid #e8e0d9;border-radius:9px;background:#fcfbfa;color:#302a26!important}.br-compact-toggle input{flex:0 0 17px;width:17px!important;min-height:17px!important;height:17px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--wr-orange)}.br-compact-toggle span{display:grid;gap:3px}.br-compact-toggle strong{font-size:13px;line-height:18px}.br-compact-toggle small{color:#746b64;font-size:11px;font-weight:600;line-height:16px}.br-compact-toggle-fixed{border-color:#cce8d8;background:#f5fcf7}.br-compact-toggle-mark{display:grid!important;place-items:center;flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:#16834d;color:#fff;font-size:12px;font-weight:900;line-height:20px}
    .br-classification-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.br-classification-grid label{display:flex!important;align-items:flex-start!important;gap:10px;min-height:104px;padding:14px;border:1px solid #e4ddd6;border-radius:9px;background:#fcfbfa;color:#302a26!important;cursor:pointer}.br-classification-grid label:has(input:checked){border-color:rgba(238,71,16,.58);background:#fff8f4}.br-classification-grid input{flex:0 0 17px;width:17px!important;min-height:17px!important;height:17px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--wr-orange)}.br-classification-grid span{display:grid;gap:4px}.br-classification-grid strong{font-size:13px;line-height:18px}.br-classification-grid small{color:#746b64;font-size:11px;font-weight:600;line-height:16px}
    .br-offer-rate-select{width:100%;min-width:180px;min-height:39px;padding:7px 28px 7px 10px;border:1px solid #ded7d1;border-radius:7px;background:#fff;color:#26211d;font-size:12px;font-weight:700}
    .br-publisher-onboarding-side h2{margin:14px 0 11px!important;font-size:25px!important;line-height:32px!important}
    .br-publisher-onboarding-side h3{margin-top:0}
    .br-media-import-panel{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr);gap:30px;align-items:start;padding:28px 30px;border-top:3px solid var(--wr-orange)}
    .br-media-import-copy{display:grid;gap:8px}.br-media-import-copy h2{margin:0!important;color:#201b17;font-size:25px!important;line-height:32px!important}.br-media-import-copy p{max-width:680px;margin:0;color:#6a615b;font-size:13px;line-height:21px}
    .br-media-import-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.br-media-import-file-label{position:relative;overflow:hidden}.br-media-import-file{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;margin:-1px!important;padding:0!important;border:0!important;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
    .br-media-import-workspace{grid-column:1/-1;display:grid;gap:14px;padding-top:18px;border-top:1px solid #ece5df}.br-media-import-file-name{color:#6b625b;font-size:12px;font-weight:700;line-height:18px}.br-media-import-file-name strong{color:#211c18}
    .br-media-import-status{display:none;padding:12px 14px;border:1px solid #e7ded6;border-radius:6px;background:#faf9f7;color:#504942;font-size:12px;font-weight:700;line-height:18px}.br-media-import-status.is-visible{display:block}.br-media-import-status.is-error{border-color:#fecdd6;background:#fff5f6;color:#ba1647}.br-media-import-status.is-success{border-color:#abefc6;background:#f0fdf4;color:#067647}
    .br-media-import-results{display:none;gap:14px}.br-media-import-results.is-visible{display:grid}.br-media-import-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#5f5750;font-size:12px;line-height:18px}.br-media-import-summary strong{color:#201b17;font-size:14px}
    .br-media-import-table{overflow:hidden;border:1px solid #e5ddd6;border-radius:7px}.br-media-import-table>div{display:grid;grid-template-columns:64px minmax(150px,.7fr) minmax(110px,.45fr) minmax(0,1.5fr);gap:14px;align-items:start;padding:10px 12px;border-bottom:1px solid #eee8e2;color:#5f5750;font-size:12px;line-height:18px}.br-media-import-table>div:last-child{border-bottom:0}.br-media-import-table>div:first-child{background:#faf8f6;color:#716860;font-size:10px;font-weight:800;text-transform:uppercase}.br-media-import-table strong{color:#211c18}.br-media-import-errors{display:grid;gap:6px;margin:0;padding:0;list-style:none}.br-media-import-errors li{padding:9px 11px;border-left:2px solid #d92d20;background:#fff7f7;color:#8b173d;font-size:12px;line-height:18px}.br-media-import-progress{display:grid;gap:6px}.br-media-import-progress progress{width:100%;height:8px;accent-color:var(--wr-orange)}
    .br-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;border:0;background:transparent}
    .br-checkbox-grid label{display:grid!important;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;min-height:72px;padding:13px;border:1px solid #e8e0d9;border-radius:8px;background:#fcfbfa;color:#3f3934!important;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}
    .br-checkbox-grid label:hover{border-color:#d7c3b6;background:#fffdfb}.br-checkbox-grid label:has(input:checked){border-color:rgba(238,71,16,.58);background:#fff8f4;box-shadow:0 6px 16px rgba(194,67,22,.05)}
    .br-checkbox-grid input{width:17px!important;min-width:17px;min-height:17px!important;height:17px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--wr-orange)}.br-checkbox-grid label>span{display:grid;gap:3px;min-width:0}.br-checkbox-grid strong{color:#2b2521;font-size:13px;line-height:18px}.br-checkbox-grid small{color:#746b64;font-size:11px;font-weight:600;line-height:16px}
    .br-wizard-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:4px}
    .br-form input,.br-form select,.br-form textarea,.br-media-toolbar input,.br-media-toolbar select{width:100%;min-height:48px;border:1px solid #ddd9d4;border-radius:10px;padding:12px 14px;background:#fff;outline:none;color:#111;transition:border-color .15s ease,box-shadow .15s ease}
    .br-form input:focus,.br-form select:focus,.br-form textarea:focus,.br-media-toolbar input:focus,.br-media-toolbar select:focus{border-color:rgba(238,71,16,.7);box-shadow:0 0 0 4px rgba(238,71,16,.09)}
    .br-form textarea{min-height:120px;resize:vertical}
    .br-form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:4px}
    .br-form-note{max-width:390px;color:#667085;font-size:12px;line-height:18px}
    .br-form button:disabled{opacity:.65;cursor:wait}
    .br-alert{display:none;border-radius:12px;padding:14px;font-weight:700}
    .br-alert-ok{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}
    .br-alert-bad{background:#fff1f3;color:#c01048;border:1px solid #fecdd6}
    .br-kicker,.br-eyebrow{display:inline-flex;color:var(--wr-orange);font-weight:700}
    .br-breadcrumb{display:flex;align-items:center;justify-content:flex-start;gap:9px;color:#7c746d;font-size:13px;font-weight:600}
    .br-breadcrumb a{color:#7c746d}
    .br-breadcrumb a:hover{color:var(--wr-orange)}
    .br-breadcrumb span[aria-hidden="true"]{color:#aaa29a}
    .br-breadcrumb [aria-current="page"]{color:#b5370d}
    .br-h1,.br-h2{color:#111;letter-spacing:0}
    .br-lead,.br-sub,.br-card p{color:#585858}
    .br-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:4px;padding:10px 20px;font-weight:700;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}
    .br-btn-blue,.br-btn-light{background:#fff;border:1px solid #ded8cf;color:#111}
    .br-btn-blue{background:var(--wr-orange);border-color:var(--wr-orange);color:#fff}
    .br-btn:hover{transform:translateY(-1px)}
    .br-btn-blue:hover{background:#d73e0d;border-color:#d73e0d}
    .br-btn-light:hover{border-color:#111}
    .br-list{list-style:none;margin:16px 0 0;padding:0}
    .br-list li{display:flex;align-items:flex-start;gap:9px;margin:12px 0;color:#585858}
    .br-tick{display:inline-grid;flex:0 0 22px;place-items:center;width:22px;height:22px;border-radius:50%;background:#fef0e8;color:var(--wr-orange);font-style:normal}
    .br-pill{display:inline-flex;align-items:center;min-height:28px;padding:4px 12px;border-radius:999px;background:#fef0e8;color:var(--wr-orange);font-size:13px;font-weight:700}
    .br-titlebar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
    .br-marketplace-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
    .br-marketplace-head h2{margin:5px 0 0;color:#111;font-size:30px;line-height:38px}
    .br-marketplace-head p{margin:7px 0 0;color:#667085;font-size:14px}
    .br-filter-clear{display:inline-flex;align-items:center;min-height:38px;padding:7px 14px;border:1px solid #ded8cf;border-radius:4px;background:#fff;color:#333;font-size:13px;font-weight:700}
    .br-filter-clear:hover{border-color:#111}
    .br-media-toolbar{display:grid;grid-template-columns:minmax(240px,2fr) minmax(155px,.9fr) minmax(135px,.72fr) minmax(135px,.72fr) auto;gap:12px;align-items:center;margin-bottom:20px;padding:18px;border:1px solid #e4e4e7;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(16,24,40,.045)}
    .br-media-toolbar>*{min-width:0}
    .br-media-toolbar input{min-width:0}
    .br-media-toolbar select{max-width:none}
    .br-media-toolbar .br-marketplace-query,.br-media-toolbar .br-marketplace-small{min-width:0}
    .br-media-toolbar .br-btn{min-height:48px;white-space:nowrap}
    .br-media-table{min-width:0;background:#fff;border:1px solid #e7e7e7;border-radius:16px;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.05)}
    .br-table-head,.br-row{display:grid;grid-template-columns:minmax(148px,1.45fr) minmax(88px,.8fr) minmax(46px,.42fr) minmax(70px,.7fr) minmax(68px,.75fr) minmax(68px,.64fr) minmax(50px,.42fr) minmax(74px,.7fr) minmax(98px,.85fr);gap:12px;align-items:center}
    .br-table-head>span,.br-row>strong,.br-row>span{min-width:0}
    .br-table-head{padding:14px 16px;background:#fff;color:#585858;font-size:13px;font-weight:700;border-bottom:1px solid #eeeeee}
    .br-sort-header{display:inline-flex;align-items:center;gap:5px;width:max-content;color:#585858;text-decoration:none}
    .br-sort-header i{color:#9b928b;font-size:12px;font-style:normal;line-height:1}
    .br-sort-header:hover,.br-sort-header:focus-visible,.br-sort-header.is-active{color:#b33a12}
    .br-sort-header.is-active i{color:var(--wr-orange)}
    .br-row{padding:14px 16px;border-top:1px solid #f0f0f0;color:#1e1e1e;font-size:14px}
    .br-row:hover{background:#fcfaf8}
    .br-row strong{font-weight:700}
    .br-media-brand{display:flex;align-items:center;gap:10px;min-width:0;color:#111!important;text-decoration:none!important}
    .br-media-brand img,.br-media-brand>span[aria-hidden="true"]{display:grid;flex:0 0 32px;place-items:center;width:32px;height:32px;max-width:none!important;aspect-ratio:1/1;padding:2px;overflow:hidden;border:1px solid #e6e0d9;border-radius:8px;background:#fff;object-fit:contain;color:#8b4a26;font-size:12px;font-weight:800}
    .br-media-brand>span:last-child{display:grid;min-width:0;gap:2px}
    .br-media-brand b{overflow:hidden;color:#111;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
    .br-media-brand small{overflow:hidden;color:#78716c;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
    .br-buy{display:inline-flex;align-items:center;justify-content:center;min-height:31px;width:max-content;padding:5px 9px;border:1px solid #e5d1c2;border-radius:4px;background:var(--wr-cream);color:#a73b17!important;font-size:12px;font-weight:650;line-height:18px;white-space:nowrap}
    .br-buy:hover{border-color:#d88f69;background:#fff7f2;color:#8e2f0d!important}
    .br-authority-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:720px;margin:28px auto 0;padding:8px;border:1px solid #d9d0c7;border-radius:13px;background:#fff;box-shadow:0 12px 26px rgba(16,24,40,.08)}
    .br-authority-search input{min-width:0;height:48px;border:0;border-radius:8px;padding:10px 13px;outline:0;color:#111;font:inherit}
    .br-authority-search input:focus{box-shadow:inset 0 0 0 1px rgba(238,71,16,.55)}
    .br-authority-search .br-btn{min-height:48px}
    .br-authority-result{display:grid;grid-template-columns:minmax(0,1fr) minmax(264px,330px);gap:22px;align-items:start}
    .br-authority-site{display:flex;align-items:flex-start;gap:16px}
    .br-authority-site img,.br-authority-site-fallback{display:grid;flex:0 0 56px;place-items:center;width:56px;height:56px;max-width:none!important;aspect-ratio:1/1;padding:3px;overflow:hidden;border:1px solid #e5ddd6;border-radius:12px;background:#fff;object-fit:contain;color:#85421f;font-size:21px;font-weight:800}
    .br-authority-site h2{margin:0!important;font-size:28px!important;line-height:35px!important}
    .br-authority-site a{color:#6a625c!important;font-size:14px;font-weight:650;text-decoration:none!important}
    .br-authority-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}
    .br-authority-badge{display:inline-flex;align-items:center;min-height:27px;padding:4px 9px;border:1px solid #d9e7db;border-radius:999px;background:#f0fdf4;color:#166534;font-size:11px;font-weight:750}
    .br-authority-badge.neutral{border-color:#e5dfd8;background:#fbfaf8;color:#69615b}
    .br-authority-score{position:sticky;top:142px;display:grid;place-items:center;align-self:start;min-height:258px;border:1px solid #e5ddd5;border-radius:14px;background:#fdfbf8;text-align:center}
    .br-authority-score strong{display:block;color:#111;font-size:64px;line-height:68px;letter-spacing:0}
    .br-authority-score strong.pending{font-size:25px;line-height:32px}
    .br-authority-score span{display:block;margin-top:7px;color:#6f6760;font-size:13px;font-weight:700}
    .br-authority-score small{display:block;max-width:210px;margin-top:8px;color:#877d75;font-size:11px;line-height:17px}
    .br-authority-health{margin:12px 0 0;color:#915426;font-size:11px;font-weight:750;line-height:16px}
    .br-authority-breakdown{display:grid;gap:10px;margin-top:22px}
    .br-authority-breakdown>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:14px 0;border-top:1px solid #ece6e0}
    .br-authority-breakdown strong,.br-authority-breakdown small{display:block}
    .br-authority-breakdown strong{color:#24211e;font-size:14px}
    .br-authority-breakdown small{margin-top:3px;color:#837b74;font-size:11px}
    .br-authority-breakdown .br-authority-method{max-width:440px;color:#9b9189;font-size:10px;line-height:15px}
    .br-authority-weight{color:#857b73;font-size:11px;font-weight:750}
    .br-authority-value{min-width:68px;color:#111;font-size:18px;font-weight:800;text-align:right}
    .br-authority-value.pending{color:#8a817a;font-size:12px;font-weight:700}
    .br-authority-value.stale{color:#a15d22;font-size:15px}
    .br-authority-note{margin-top:22px;padding:15px 17px;border-left:3px solid var(--wr-orange);background:#fff8f4;color:#645b54;font-size:13px;line-height:21px}
    .br-authority-methodology{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:22px;border:1px solid #ebe5df;border-radius:10px;background:#ebe5df;overflow:hidden}
    .br-authority-methodology>div{min-width:0;padding:16px;background:#fff}
    .br-authority-methodology strong,.br-authority-methodology span{display:block}
    .br-authority-methodology strong{color:#b23b12;font-size:20px;line-height:26px}
    .br-authority-methodology span{margin-top:4px;color:#635c56;font-size:11px;font-weight:700;line-height:16px}
    .br-authority-footnote{margin:16px 0 0;color:#756d66;font-size:12px;line-height:19px}
    .br-authority-matches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}
    .br-authority-match{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid #e6e0da;border-radius:11px;background:#fff;color:#181512;text-decoration:none}
    .br-authority-match:hover{border-color:#c9bdb2}
    .br-authority-match img,.br-authority-match .br-authority-site-fallback{display:grid;flex:0 0 34px;place-items:center;width:34px;height:34px;max-width:none!important;aspect-ratio:1/1;padding:2px;overflow:hidden;border:1px solid #eee8e2;border-radius:8px;object-fit:contain;color:#85421f;font-size:12px;font-weight:800}
    .br-authority-match strong,.br-authority-match small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .br-authority-match strong{font-size:13px}.br-authority-match small{margin-top:2px;color:#7d746c;font-size:11px}

    .br-product-hero{padding:54px 0 58px;text-align:left}
    .br-product-hero .br-breadcrumb{justify-content:flex-start}
    .br-product-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:24px}
    .br-product-title{min-width:0}
    .br-product-title h1{max-width:none;margin:0;font-size:46px;line-height:1.12;overflow-wrap:anywhere}
    .br-site-title-line{display:flex;align-items:center;gap:14px}
    .br-site-favicon,.br-site-fallback{display:grid;flex:0 0 48px;width:48px;height:48px;max-width:none!important;aspect-ratio:1/1;padding:3px;overflow:hidden;border:1px solid #e0d8cf;border-radius:12px;background:#fff;object-fit:contain;box-shadow:0 4px 14px rgba(16,24,40,.07)}
    .br-site-fallback{place-items:center;color:#6f2c10;font-size:20px;font-weight:800}
    .br-product-domain{display:inline-flex;align-items:center;gap:8px;margin-top:12px;color:#5f5a54;font-size:16px;font-weight:650}
    .br-product-domain svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .br-product-domain .br-external-link-icon{width:15px;height:15px;opacity:.76}
    .br-taxonomy{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
    .br-taxonomy span,.br-policy-cell span{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border:1px solid #e2ddd7;border-radius:999px;background:#fff;color:#605b56;font-size:10px;font-weight:750;line-height:15px;white-space:nowrap}
    .br-taxonomy-region svg{width:12px;height:12px;margin-right:4px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .br-taxonomy-language{letter-spacing:0}
    .br-product-quick{display:flex;align-items:center;gap:22px;flex:0 0 auto;padding:18px 22px;border:1px solid #dfd3c6;border-radius:12px;background:rgba(255,255,255,.56)}
    .br-product-quick div{display:grid;gap:2px}
    .br-product-quick span{color:#716a63;font-size:11px;font-weight:750;text-transform:uppercase}
    .br-product-quick strong{color:#111;font-size:21px;line-height:27px}
    .br-verified-inline{display:inline-flex;align-items:center;gap:6px;color:#087443!important;font-size:13px!important;font-weight:750!important;text-transform:none!important}
    .br-metrics-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid #e3e0dc;border-radius:12px;background:#fff;box-shadow:0 10px 24px rgba(16,24,40,.05);overflow:hidden}
    .br-metric{min-width:0;padding:20px;border-right:1px solid #ece9e5}
    .br-metric:last-child{border-right:0}
    .br-metric-label{display:block;color:#737373;font-size:11px;font-weight:750;line-height:16px;text-transform:uppercase}
    .br-metric-value{display:block;margin-top:6px;color:#111;font-size:23px;font-weight:750;line-height:29px;overflow-wrap:anywhere}
    .br-metric-value.br-metric-value-status{margin-top:9px;font-size:16px;line-height:21px;white-space:nowrap}
    .br-metric-source{display:block;margin-top:3px;color:#98918a;font-size:11px;line-height:16px}
    .br-reach-authority-metric{display:block;background:#fff9f5;color:inherit;text-decoration:none;transition:background .15s ease,box-shadow .15s ease}
    .br-reach-authority-metric:hover{background:#fff3ec;box-shadow:inset 0 0 0 1px rgba(238,71,16,.28)}
    .br-reach-authority-score-row{display:flex;align-items:center;gap:8px;min-height:35px}
    .br-reach-authority-ring{width:27px;height:27px;flex:0 0 27px;border-radius:50%;background:conic-gradient(var(--wr-orange) calc(var(--br-reach-score) * 1%),#ebe5df 0);position:relative}
    .br-reach-authority-ring:after{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff9f5}
    .br-reach-authority-link{display:flex;align-items:center;gap:5px;margin-top:8px;color:#ab3d18;font-size:11px;font-weight:750;line-height:15px}
    .br-reach-authority-link span{font-size:14px;line-height:12px;transition:transform .15s ease}
    .br-reach-authority-metric:hover .br-reach-authority-link span{transform:translateX(2px)}
    .br-product-intro{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:38px;align-items:start;margin-top:36px}
    .br-product-intro h2{margin:0 0 10px;color:#111;font-size:29px;line-height:37px}
    .br-product-intro p{margin:0;color:#5c5c62;line-height:27px}
    .br-data-health{display:grid;grid-template-columns:repeat(2,minmax(155px,1fr));gap:1px;min-width:340px;overflow:hidden;border:1px solid #e7ddd3;border-radius:8px;background:#e7ddd3}
    .br-data-health>div{min-width:0;padding:15px 16px;background:#fffdf9}
    .br-data-health span{display:flex;align-items:center;gap:6px;color:#7c746d;font-size:10px;font-weight:750;text-transform:uppercase}
    .br-data-health span:before{width:6px;height:6px;border-radius:50%;background:#9e958d;content:""}
    .br-data-health>div:first-child span:before{background:#0f8f54;box-shadow:0 0 0 3px rgba(15,143,84,.10)}
    .br-data-health strong{display:block;margin-top:7px;color:#171311;font-size:14px;line-height:20px;overflow-wrap:anywhere}
    .br-price-transparency{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.95fr);gap:28px;align-items:center;margin-top:38px;padding:26px 28px;border:1px solid #e5ddd4;border-radius:12px;background:#fffdf9}
    .br-price-transparency-copy h2{margin:6px 0 8px;color:#111;font-size:21px;line-height:28px}
    .br-price-transparency-copy p{margin:0;color:#68625d;font-size:13px;line-height:21px}
    .br-price-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;border:1px solid #eee5dd;background:#eee5dd;border-radius:9px;overflow:hidden}
    .br-price-stats div{min-width:0;padding:13px;background:#fff}
    .br-price-stats dt{color:#7d756e;font-size:10px;font-weight:750;line-height:15px;text-transform:uppercase}
    .br-price-stats dd{margin:5px 0 0;color:#111;font-size:14px;font-weight:800;line-height:20px;overflow-wrap:anywhere}
    .br-offer-section{background:#f7f7f8}
    .br-title-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
    .br-offer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
    .br-offer-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
    .br-offer-count{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border-radius:999px;background:#fff0e9;color:#ba370d;font-size:12px;font-weight:750}
    .br-currency-note{color:#826d5f;font-size:11px;font-weight:650}
    .br-offer-controls{display:flex;align-items:center;gap:10px}
    .br-offer-controls select,.br-column-menu summary{min-height:42px;border:1px solid #dcd8d3;border-radius:8px;background:#fff;color:#303036;font-size:13px;font-weight:650}
    .br-offer-controls select{padding:8px 34px 8px 12px}
    .br-column-menu{position:relative}
    .br-column-menu summary{display:flex;align-items:center;gap:7px;padding:8px 12px;cursor:pointer;list-style:none}
    .br-column-menu summary::-webkit-details-marker{display:none}
    .br-column-menu summary svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
    .br-column-options{position:absolute;z-index:20;top:48px;right:0;width:220px;padding:10px;border:1px solid #dfdcd8;border-radius:10px;background:#fff;box-shadow:0 18px 45px rgba(16,24,40,.14)}
    .br-column-options label{display:flex;align-items:center;gap:9px;padding:8px;border-radius:6px;color:#4b4b52;font-size:13px;cursor:pointer}
    .br-column-options label:hover{background:#f7f7f8}
    .br-column-options input{accent-color:var(--wr-orange)}
    .br-offer-table-shell{border:1px solid #e2dfdb;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(16,24,40,.055);overflow:hidden}
    .br-offer-table{width:100%;min-width:0;border-collapse:separate;border-spacing:0;text-align:left;font-size:13px}
    .br-offer-table th{padding:12px 14px;border-bottom:1px solid #e8e5e1;background:#fbfaf9;color:#626269;font-size:10px;font-weight:750;line-height:16px;text-transform:uppercase;white-space:nowrap}
    .br-offer-table td{padding:13px 14px;border-bottom:1px solid #efedeb;color:#303036;vertical-align:middle}
    .br-offer-table tbody tr:last-child td{border-bottom:0}
    .br-offer-table tbody tr:hover td{background:#fdfbf9}
    .br-offer-table th:first-child{width:28%}
    .br-seller-cell{display:grid;grid-template-columns:28px 34px minmax(110px,1fr) 22px;align-items:center;gap:8px;min-width:210px}
    .br-seller-cell strong{display:block;color:#171311;font-size:14px;line-height:18px}
    .br-seller-cell small{display:block;margin-top:2px;color:#77727a;font-size:11px;line-height:15px}
    .br-seller-message{display:grid;place-items:center;width:28px;height:28px;border:1px solid #e4ddd6;border-radius:4px;color:#6f6259}
    .br-seller-message:hover{border-color:#f2a48e;color:var(--wr-orange)}
    .br-seller-message svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .br-seller-avatar{display:grid;place-items:center;width:34px;height:34px;overflow:hidden;border-radius:50%;background:#f6f2ed}
    .br-seller-avatar img{width:34px;height:34px;object-fit:cover}
    .br-verification-icon{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e9f9ef;color:#0d6f3c;font-size:13px;font-weight:850;line-height:1}
    .br-verification-icon.is-pending{background:#f2f0ee;color:#857c75}
    .br-offer-summary{display:grid;gap:5px;min-width:175px;padding:8px;border:1px solid #e8e1da;border-radius:4px;background:#fffdfa}
    .br-offer-summary strong{color:#211d1a;font-size:13px}
    .br-offer-summary small{color:#7a716a;font-size:10px;line-height:14px}
    .br-offer-rate-select{width:100%;min-height:34px;border:0;background:transparent;color:#211d1a;font:inherit;font-size:12px;font-weight:750;outline:0}
    .br-delivery-cell{display:grid;gap:3px;min-width:112px}
    .br-delivery-cell strong{color:#211d1a;font-size:12px}
    .br-delivery-cell small{color:#7a716a;font-size:10px;line-height:14px}
    .br-price-cell strong{display:block;color:#111;font-size:17px;line-height:22px}
    .br-price-cell span{color:#868088;font-size:10px;text-transform:uppercase}
    .br-policy-cell{display:flex;flex-wrap:wrap;gap:5px;min-width:120px}
    .br-muted{color:#858085!important;font-size:11px!important;font-weight:600!important}
    .br-offer-actions{display:flex;align-items:center;gap:7px;flex-wrap:nowrap}
    .br-table-action,.br-table-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 13px;border-radius:4px;font-size:12px;font-weight:750;white-space:nowrap}
    .br-table-action{border:0;background:var(--wr-orange);color:#fff;cursor:pointer}
    .br-table-action:disabled{opacity:.65;cursor:wait}
    .br-table-action:hover{background:#d73e0d;color:#fff}
    .br-table-secondary{border:1px solid #ddd5cd;background:#fff;color:#3e3a36}
    .br-table-secondary:hover{border-color:#8d8279;color:#111}
    .br-no-offers{padding:36px;text-align:center}
    .br-no-offers h3{margin:0 0 8px;color:#111}
    .br-no-offers p{margin:0 auto 18px;max-width:560px;color:#68656a}
    .br-table-scroll-hint{display:none;margin:10px 2px 0;color:#767179;font-size:11px;line-height:17px}
    .br-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
    .br-provider-group{min-width:0;padding:20px;border:1px solid #e5e0db;border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(16,24,40,.035)}
    .br-provider-group h3{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 15px;padding-bottom:12px;border-bottom:1px solid #eee9e4;color:#171311;font-size:17px;line-height:24px}
    .br-provider-group h3 span{color:#948a81;font-size:10px;font-weight:750;text-transform:uppercase;white-space:nowrap}
    .br-provider-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}
    .br-provider-list div{min-width:0;padding:10px 11px;border:1px solid #f0ebe6;border-radius:5px;background:#fcfbfa}
    .br-provider-list dt{overflow-wrap:anywhere;color:#716a64;font-size:10px;font-weight:700;line-height:14px}
    .br-provider-list dd{margin:4px 0 0;overflow-wrap:anywhere;color:#171311;font-size:13px;font-weight:750;line-height:18px;text-align:left}
    .br-review-section{background:#f7f7f8}
    .br-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
    .br-review-card{min-width:0;padding:22px;border:1px solid #e5e0db;border-radius:12px;background:#fff}
    .br-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
    .br-review-head strong{color:#111;font-size:14px}
    .br-review-head span{display:flex;gap:2px;color:#ea5b1d;font-size:14px}
    .br-review-head i{font-style:normal}
    .br-review-head .is-empty{color:#ded8d2}
    .br-review-card h3{margin:16px 0 7px;color:#111;font-size:16px;line-height:22px}
    .br-review-card>p{margin:0;color:#5f5954;font-size:13px;line-height:21px}
    .br-review-card small{display:block;margin-top:16px;color:#7c746d;font-size:11px;font-weight:700}
    .br-review-response{margin-top:16px;padding:12px;border-left:2px solid var(--wr-orange);background:#fdf9f5}
    .br-review-response strong{display:block;color:#4f4944;font-size:11px;text-transform:uppercase}
    .br-review-response p{margin:4px 0 0;color:#665f59;font-size:12px;line-height:18px}
    .br-review-empty{display:grid;gap:5px;padding:25px 0;border-top:1px solid #e5ded8;color:#6b645e}
    .br-review-empty strong{color:#201e1c;font-size:15px}
    .br-review-empty span{font-size:13px}
    .br-ga-connect{display:none;margin-top:14px;padding:16px;border:1px solid #abefc6;border-radius:10px;background:#ecfdf3}
    .br-ga-connect p{margin:0 0 12px;color:#05603a;font-size:13px;line-height:20px}
    .br-ga-connect .br-btn{background:#087443;color:#fff;border-color:#087443}
    .br-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
    .br-cart-items{display:grid;gap:0;margin:0;padding:0;list-style:none}
    .br-cart-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(108px,auto) 34px;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid #ece8e4}
    .br-cart-item:first-child{padding-top:0}
    .br-cart-item:last-child{padding-bottom:0;border-bottom:0}
    .br-cart-brand{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-width:0}
    .br-cart-brand img,.br-cart-brand-mark{display:grid;align-self:center;flex:0 0 38px;place-items:center;width:38px;height:38px;margin:0;border:1px solid #e4ddd6;border-radius:9px;background:#fff;object-fit:contain;color:#8d4a25;font-size:14px;font-weight:800}
    .br-cart-brand strong{display:block;overflow:hidden;color:#111;font-size:14px;text-overflow:ellipsis;white-space:nowrap}
    .br-cart-brand span{display:block;margin-top:3px;color:#716b66;font-size:12px}
    .br-cart-price{justify-self:end;color:#111;font-size:15px;font-weight:800;text-align:right;white-space:nowrap}
    .br-icon-button{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid #ded8d1;border-radius:8px;background:#fff;color:#57514d;cursor:pointer}
    .br-icon-button:hover{border-color:#b5340b;color:#b5340b}
    .br-icon-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
    .br-order-summary{padding:24px!important}
    .br-order-summary h2{margin:0 0 20px!important;font-size:21px!important;line-height:28px!important}
    .br-summary-line{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:8px 0;color:#6b6560;font-size:13px}
    .br-summary-line strong{color:#111;font-size:17px}
    .br-summary-total{margin-top:12px;padding-top:16px;border-top:1px solid #e6e0da}
    .br-order-summary .br-btn{width:100%;margin-top:18px}
    .br-cart-empty{padding:18px 0;text-align:center}
    .br-cart-empty h2{margin:0 0 8px!important}
    .br-checkout-form{display:grid;gap:16px}
    .br-checkout-form label{display:grid;gap:7px;color:#27272a;font-size:13px;font-weight:700}
    .br-checkout-form input,.br-checkout-form select,.br-checkout-form textarea{width:100%;min-height:48px;border:1px solid #ddd9d4;border-radius:10px;padding:12px 14px;background:#fff;color:#111;font:inherit;outline:0;transition:border-color .15s ease,box-shadow .15s ease}
    .br-checkout-form textarea{min-height:120px;resize:vertical}
    .br-checkout-form input:focus,.br-checkout-form select:focus,.br-checkout-form textarea:focus{border-color:rgba(238,71,16,.7);box-shadow:0 0 0 4px rgba(238,71,16,.09)}
    .br-checkout-notice{padding:14px;border:1px solid #eaded3;border-radius:10px;background:#fffaf5;color:#695b50;font-size:13px;line-height:20px}
    .br-checkout-notice strong{color:#332f2b}
    .br-wallet-option{display:flex!important;align-items:center;gap:9px;padding:13px;border:1px solid #e7e0da;border-radius:10px;background:#fcfbfa;color:#514c47!important}
    .br-wallet-option input{width:16px!important;min-height:16px!important;height:16px!important;padding:0!important;accent-color:var(--wr-orange)}
    .br-wallet-balance{margin:6px 0 18px;color:#111;font-size:29px;font-weight:800;line-height:36px}
    .br-wallet-table{display:grid;margin-top:14px;border-top:1px solid #e9e4df}
    .br-wallet-table>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #eee9e5;color:#4e4844;font-size:13px}
    .br-wallet-table strong,.br-wallet-table small{display:block}
    .br-wallet-table small{margin-top:2px;color:#837b74;font-size:10px}
    .br-wallet-status{padding:4px 8px;border-radius:999px;background:#f2f2f2;color:#6d6660;font-size:10px;font-weight:750}
    .br-wallet-status.posted{background:#ecfdf3;color:#067647}
    .br-wallet-status.pending{background:#fff5e7;color:#ad5d00}
    .br-payment-methods-head{margin-bottom:18px}.br-payment-methods-head h2{margin:6px 0 7px!important;color:#211c18;font-size:27px!important;line-height:34px!important}.br-payment-methods-head p{max-width:780px;margin:0;color:#675e57;font-size:13px;line-height:21px}.br-payment-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 20px}.br-payment-method{display:grid;align-content:start;gap:9px;min-height:150px;padding:15px;border:1px solid #e8e0da;border-radius:8px;background:#fff}.br-payment-method>div{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.br-payment-method strong{color:#221d19;font-size:14px;line-height:19px}.br-payment-method small{color:#81776f;font-size:10px;font-weight:700}.br-payment-method p{margin:0;color:#746a62;font-size:11px;line-height:17px}.br-payment-method-status{justify-self:start;padding:4px 7px;border-radius:999px;background:#f3f1ef;color:#71675f;font-size:10px;font-weight:800;line-height:14px}.br-payment-method-automated{border-color:#b9dfc8;background:#f8fdf9}.br-payment-method-automated .br-payment-method-status{background:#e8f7ee;color:#087443}.br-payment-method-manual{border-color:#eadcc7;background:#fffbf5}.br-payment-method-manual .br-payment-method-status{background:#fff1df;color:#9c5d00}.br-payment-method-setup{background:#fcfbfa}.br-wallet-currency-lock{display:grid;align-content:center;gap:3px;min-height:48px;padding:10px 13px;border:1px solid #e4ddd6;border-radius:8px;background:#faf8f6}.br-wallet-currency-lock span{color:#7d746d;font-size:10px;font-weight:800;text-transform:uppercase}.br-wallet-currency-lock strong{color:#26201c;font-size:15px}.br-wallet-currency-lock small{color:#7b726b;font-size:10px;line-height:14px}.br-wallet-summary{border-top:3px solid var(--wr-orange)!important}.br-wallet-summary-note{margin-top:16px;padding:14px;border:1px solid #f0ded2;border-radius:8px;background:#fff8f3}.br-wallet-summary-note strong{display:block;color:#743116;font-size:11px;text-transform:uppercase}.br-wallet-summary-note p{margin:5px 0 0;color:#765e50;font-size:12px;line-height:18px}
    .br-account-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px;border:1px solid #e5ded8;border-radius:12px;background:#fff;overflow:hidden}
    .br-account-summary>div{min-width:0;padding:19px;border-right:1px solid #eee8e2}
    .br-account-summary>div:last-child{border-right:0}
    .br-account-summary span{display:block;color:#77706a;font-size:11px;font-weight:750;text-transform:uppercase}
    .br-account-summary strong{display:block;margin-top:5px;overflow-wrap:anywhere;color:#111;font-size:22px;line-height:28px}
    .br-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
    .br-dashboard-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);gap:18px;align-items:start}
    .br-dashboard-side{display:grid;gap:18px}
    .br-dashboard-side .br-panel{padding:24px}
    .br-dashboard-link-list{display:grid;gap:2px;margin-top:10px}
    .br-dashboard-link-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eee8e2;color:#4f4944!important;font-size:13px;font-weight:700;text-decoration:none!important}
    .br-dashboard-link-list a:last-child{border-bottom:0}
    .br-dashboard-link-list a:hover{color:#b93815!important}
    .br-dashboard-meta{display:block;margin-top:3px;color:#827a73;font-size:11px;font-weight:600;line-height:16px}
    .br-dashboard-tabs{display:flex;gap:8px;margin:0 0 24px;border-bottom:1px solid #e5dfd8}
    .br-dashboard-tabs a{padding:11px 15px;border-bottom:2px solid transparent;color:#766f68;font-size:14px;font-weight:750;text-decoration:none}
    .br-dashboard-tabs a[aria-current="page"]{border-bottom-color:var(--wr-orange);color:#171411}
    .br-dashboard-page{min-height:calc(100vh - 168px);padding:34px 0 76px;background:#f7f7f8}
    .br-dashboard-shell{display:grid;gap:22px}
    .br-dashboard-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:28px 30px;border:1px solid #e5ded8;border-top:3px solid var(--wr-orange);border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(16,24,40,.06)}
    .br-dashboard-header>div:first-child{min-width:0}
    .br-dashboard-kicker{display:block;color:#b83e16;font-size:10px;font-weight:800;letter-spacing:0;text-transform:uppercase}
    .br-dashboard-header h1{max-width:760px;margin:7px 0 0;color:#171411;font-size:34px;line-height:41px}
    .br-dashboard-header p{max-width:740px;margin:8px 0 0;color:#635b55;font-size:14px;line-height:22px}
    .br-dashboard-header-actions{display:flex;flex:0 0 auto;gap:9px;flex-wrap:wrap;justify-content:flex-end}
    .br-dashboard-tabs{flex-wrap:wrap;margin:0;padding:0 2px}
    .br-dashboard-tabs a{border-radius:7px 7px 0 0}
    .br-dashboard-tabs a:hover{color:#b93815;background:#fff6f0}
    .br-dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #e4ddd6;border-radius:12px;background:#fff;box-shadow:0 10px 25px rgba(16,24,40,.04);overflow:hidden}
    .br-dashboard-metrics>div{min-width:0;padding:18px 20px;border-right:1px solid #eee8e2}
    .br-dashboard-metrics>div:last-child{border-right:0}
    .br-dashboard-metrics span,.br-dashboard-metrics small{display:block;color:#817870;font-size:10px;font-weight:750;line-height:16px;text-transform:uppercase}
    .br-dashboard-metrics strong{display:block;margin:6px 0 4px;overflow-wrap:anywhere;color:#171411;font-size:24px;line-height:30px}
    .br-dashboard-metrics small{color:#827a73;text-transform:none}
    .br-dashboard-metrics small a{color:#b93815;text-decoration:none}
    .br-dashboard-metrics small a:hover{text-decoration:underline;text-underline-offset:3px}
    .br-publisher-metrics{grid-template-columns:repeat(6,minmax(0,1fr))}
    .br-btn-icon{display:inline-grid;place-items:center;width:16px;height:16px;margin-right:2px;border-radius:50%;background:rgba(255,255,255,.22);font-size:16px;font-weight:600;line-height:16px}
    .br-tool-action{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 9px;border:1px solid #e4c9bd;border-radius:4px;background:#fff7f2;color:#b93815;font-size:11px;font-weight:800;line-height:1.1;white-space:nowrap}
    .br-dashboard-link-button:hover .br-tool-action{border-color:#b93815;background:#fff0e8}
    .br-offer-domain{color:#817870!important}
    .br-publisher-offer-table .br-account-status.pending-review{padding:0;border:0;border-radius:0;background:transparent;color:#b93815;font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
    .br-dashboard-main-stack{display:grid;gap:18px;min-width:0}
    .br-dashboard-primary-panel{min-height:360px}
    .br-dashboard-primary-panel .br-account-heading{margin-bottom:8px}
    .br-dashboard-primary-panel .br-dashboard-kicker{margin-bottom:4px}
    .br-placement-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
    .br-dashboard-empty{display:grid;justify-items:start;gap:9px;max-width:600px;padding:34px 0 6px}
    .br-dashboard-empty h3{margin:0!important;color:#211c18;font-size:22px!important;line-height:29px!important}
    .br-dashboard-empty p{margin:0;color:#685f58;font-size:14px;line-height:22px}
    .br-dashboard-empty .br-btn{margin-top:6px}
    .br-dashboard-activity-list{display:grid;gap:0;margin-top:8px}
    .br-dashboard-activity-list a{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:8px;row-gap:2px;padding:11px 0;border-bottom:1px solid #eee8e2;color:#4f4944!important;text-decoration:none!important}
    .br-dashboard-activity-list a:last-child{border-bottom:0}
    .br-dashboard-activity-list a:hover strong{color:#b93815}
    .br-dashboard-activity-list strong{overflow:hidden;color:#211c18;font-size:12px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}
    .br-dashboard-activity-list small{grid-column:2;display:block;overflow:hidden;color:#827a73;font-size:11px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}
    .br-activity-type{align-self:start;min-width:44px;padding:3px 5px;border:1px solid #f0d9cc;border-radius:999px;background:#fff7f2;color:#b94a21;font-size:9px;font-weight:800;line-height:12px;text-align:center}
    .br-dashboard-settings-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px;align-items:start}
    .br-dashboard-form-panel{padding:34px 36px}
    .br-admin-overview-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);gap:18px}.br-admin-stack{display:grid;gap:18px}.br-admin-header{border-top-color:#171411}.br-admin-metrics>div:nth-child(3) strong{color:#bc3e14}.br-admin-queue-list{display:grid;border-top:1px solid #eee8e2}.br-admin-queue-list>div{display:grid;grid-template-columns:74px minmax(0,1fr) auto;column-gap:10px;row-gap:2px;align-items:center;padding:12px 0;border-bottom:1px solid #eee8e2}.br-admin-queue-list strong,.br-admin-queue-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.br-admin-queue-list strong{color:#211c18;font-size:13px;line-height:18px}.br-admin-queue-list small{color:#7f766f;font-size:11px;line-height:16px}.br-admin-kind{grid-row:1/3;align-self:center;padding:4px 6px;border:1px solid #f1d8c9;border-radius:999px;background:#fff7f1;color:#b3441c;font-size:9px;font-weight:800;line-height:12px;text-align:center;text-transform:uppercase}.br-admin-queue-list .br-account-status{grid-column:3;grid-row:1/3}
    .br-admin-split-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.br-admin-split-table>div{display:grid;gap:0}.br-admin-split-table h3{margin:0 0 8px!important;color:#423a34;font-size:12px!important;line-height:18px!important;text-transform:uppercase}.br-admin-split-table a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid #eee8e2;color:#514a44!important;text-decoration:none!important}.br-admin-split-table a:hover strong{color:#b83e16}.br-admin-split-table strong,.br-admin-split-table small{display:block}.br-admin-split-table strong{color:#211c18;font-size:13px}.br-admin-split-table small{margin-top:2px;color:#817870;font-size:11px}
    .br-admin-table-panel{padding:26px 28px}.br-admin-table-shell{overflow:auto;border:1px solid #eee8e2;border-radius:9px}.br-admin-table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.br-admin-table th,.br-admin-table td{padding:12px 13px;border-bottom:1px solid #eee8e2;color:#4d4742;font-size:12px;line-height:17px;text-align:left;vertical-align:middle}.br-admin-table th{background:#fcfbfa;color:#746c65;font-size:10px;font-weight:800;letter-spacing:0;text-transform:uppercase}.br-admin-table tr:last-child td{border-bottom:0}.br-admin-table td>a{color:#b83e16!important;font-weight:750;text-decoration:none!important}.br-admin-table td strong,.br-admin-table td small{display:block}.br-admin-table td small{margin-top:2px;color:#817870;font-size:10px}.br-admin-actions{display:flex;gap:7px;flex-wrap:wrap;min-width:205px}.br-table-secondary.is-danger{border-color:#f3c7cf!important;color:#b4234b!important;background:#fff7f8!important}
    .br-dashboard-guide-panel{position:sticky;top:142px;padding:28px;border-top:3px solid var(--wr-orange)}
    .br-dashboard-guide-panel h2{margin:18px 0 9px!important;font-size:23px!important;line-height:30px!important}
    .br-dashboard-guide-panel p{margin:0;color:#655d57;font-size:13px;line-height:21px}
    .br-dashboard-guide-panel .br-dashboard-link-list{margin-top:18px}
    .br-dashboard-guide-panel .br-btn{margin-top:20px}
    .br-dashboard-delivery-form{max-width:760px;margin:4px 0 0}
    .br-dashboard-guest{max-width:650px;margin:40px auto;padding:42px;border:1px solid #e4ddd6;border-top:3px solid var(--wr-orange);border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(16,24,40,.07)}
    .br-dashboard-guest h1{margin:8px 0 0;color:#171411;font-size:34px;line-height:42px}
    .br-dashboard-guest p{max-width:560px;margin:10px 0 0;color:#655d57;font-size:15px;line-height:24px}
    .br-dashboard-guest>div{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
    .br-profile-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px 0;border-top:1px solid #eee8e2;border-bottom:1px solid #eee8e2}
    .br-profile-summary span,.br-profile-summary strong{display:block}.br-profile-summary span{color:#817971;font-size:11px;font-weight:750;text-transform:uppercase}.br-profile-summary strong{margin-top:4px;color:#181512;font-size:14px}
    .br-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:26px}
    .br-pagination-pages{display:flex;align-items:center;gap:5px}
    .br-pagination-control,.br-pagination-page{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 11px;border:1px solid #dfd8d1;border-radius:8px;background:#fff;color:#39332e;font-size:13px;font-weight:750;text-decoration:none}
    .br-pagination-control:hover,.br-pagination-page:hover,.br-pagination-page.is-current{border-color:var(--wr-orange);background:#fff5ef;color:#b93815}
    .br-pagination-control.is-disabled{border-color:#eee9e4;background:#f8f7f6;color:#aaa29b;cursor:default}
    .wr-private-inventory-section{padding:56px 0 18px;background:#fff}
    .wr-private-inventory{width:min(920px,calc(100% - 40px));margin:0 auto;padding:38px 42px;border:1px solid #e4ddd6;border-radius:12px;background:#fdfbf8;box-shadow:0 18px 42px rgba(16,24,40,.06)}
    .wr-private-inventory-kicker{display:block;color:var(--wr-orange);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}
    .wr-private-inventory h2{max-width:650px;margin:9px 0 0;color:#171411;font-size:32px;line-height:39px}
    .wr-private-inventory p{max-width:680px;margin:12px 0 0;color:#615b55;font-size:15px;line-height:24px}
    .wr-private-inventory-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}
    .br-account-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:17px}
    .br-account-heading h2{margin:0!important;font-size:19px!important;line-height:26px!important}
    .br-account-heading a{color:#ba390e!important;font-size:12px;font-weight:750;text-decoration:none!important}
    .br-account-table{display:grid;border-top:1px solid #ebe5df}
    .br-account-table>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee9e4;color:#524c47;font-size:12px}
    .br-order-history-table>div{grid-template-columns:minmax(0,1fr) auto auto auto}
    .br-order-payment-action{display:flex;justify-content:flex-end}
    .br-order-payment-dialog{width:min(100% - 28px,540px)}
    .br-order-payment-wallet{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px;border:1px solid #eee0d7;border-radius:6px;background:#fffaf6}
    .br-order-payment-wallet strong,.br-order-payment-wallet span{display:block}.br-order-payment-wallet strong{color:#27211d;font-size:12px}.br-order-payment-wallet span{margin-top:3px;color:#776e67;font-size:12px}
    .br-order-native-payment{display:grid;gap:9px;padding-top:2px;border-top:1px solid #eee8e2}.br-order-native-payment[hidden]{display:none}
    .br-order-native-payment p{margin:0;color:#776e67;font-size:11px;line-height:17px}
    .br-order-payment-dialog .br-form-note{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:none}.br-order-payment-dialog .br-form-note a{color:#b73c11;font-weight:750;text-decoration:none}.br-order-payment-dialog .br-form-note a:hover{text-decoration:underline}
    .br-text-button{padding:0;border:0;background:transparent;color:#6e655e;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.br-text-button:hover{color:#1f1a17}
    .br-account-table strong,.br-account-table small{display:block}
    .br-account-table strong{overflow:hidden;color:#161412;font-size:13px;text-overflow:ellipsis;white-space:nowrap}
    .br-account-table small{margin-top:2px;color:#827a73;font-size:10px}
    .br-account-status{padding:4px 8px;border-radius:999px;background:#f2f2f2;color:#6c6560;font-size:10px;font-weight:750;white-space:nowrap}
    .br-account-status.paid,.br-account-status.delivered,.br-account-status.accepted,.br-account-status.active{background:#ecfdf3;color:#067647}
    .br-account-status.pending,.br-account-status.pending-payment,.br-account-status.countered{background:#fff5e7;color:#ad5d00}
    .br-account-status.rejected,.br-account-status.cancelled,.br-account-status.refunded{background:#fff1f3;color:#b4234b}
    .br-notification-list{display:grid;gap:8px}
    .br-notification-list a{display:grid;gap:3px;padding:12px;border:1px solid #ece6e0;border-radius:9px;color:#514c47!important;text-decoration:none!important}
    .br-notification-list a:hover{border-color:#d4c4b5}
    .br-notification-list strong{color:#111;font-size:13px}
    .br-notification-list span{color:#69615c;font-size:12px;line-height:17px}
    .br-notification-list small{color:#8a817a;font-size:10px}
    .br-messages-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:stretch}
    .br-message-inbox,.br-message-thread{min-width:0;border:1px solid #e4ddd7;border-radius:12px;background:#fff;box-shadow:0 10px 26px rgba(16,24,40,.05)}
    .br-message-inbox{display:flex;flex-direction:column;max-height:680px;overflow:hidden}
    .br-message-inbox-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:20px;border-bottom:1px solid #eee8e2}
    .br-message-inbox-head h2{margin:4px 0 0!important;color:#151310;font-size:21px!important;line-height:27px!important}
    .br-message-inbox-head>span{display:grid;place-items:center;min-width:26px;height:26px;padding:3px 7px;border-radius:999px;background:#f6f2ed;color:#655e58;font-size:11px;font-weight:800}
    .br-conversation-list{display:grid;overflow-y:auto}
    .br-conversation-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:14px 16px;border-bottom:1px solid #f0ece8;color:#504a45!important;text-decoration:none!important}
    .br-conversation-item:last-child{border-bottom:0}
    .br-conversation-item:hover,.br-conversation-item.is-active{background:#fff8f3}
    .br-conversation-item.is-active{box-shadow:inset 3px 0 0 var(--wr-orange)}
    .br-conversation-item img,.br-conversation-favicon{display:grid;place-items:center;width:34px;height:34px;border:1px solid #e6ded7;border-radius:9px;background:#fff;object-fit:contain;color:#8d4a25;font-size:12px;font-weight:800}
    .br-conversation-copy{min-width:0}
    .br-conversation-copy strong,.br-conversation-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
    .br-conversation-copy strong{color:#1e1b18;font-size:13px}
    .br-conversation-copy small{margin-top:3px;color:#817970;font-size:11px}
    .br-unread-count{display:grid;place-items:center;min-width:20px;height:20px;padding:2px 5px;border-radius:999px;background:var(--wr-orange);color:#fff;font-size:10px}
    .br-message-inbox-empty{margin:auto 20px;padding:18px 0;color:#837b74;font-size:13px;line-height:20px}
    .br-message-thread{display:flex;min-height:560px;flex-direction:column;padding:0;overflow:hidden}
    .br-message-thread-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:23px 25px;border-bottom:1px solid #eee8e2}
    .br-message-thread-head h2{margin:5px 0 0!important;color:#171411;font-size:23px!important;line-height:30px!important}
    .br-message-thread-head p{margin:4px 0 0;color:#7b736c;font-size:12px}
    .br-message-history{display:flex;min-height:280px;max-height:430px;flex:1;flex-direction:column;gap:14px;overflow-y:auto;padding:24px;background:#fdfcfb}
    .br-message{max-width:min(82%,620px);padding:13px 15px;border:1px solid #e7e0da;border-radius:12px;background:#fff;box-shadow:0 3px 10px rgba(16,24,40,.025)}
    .br-message.is-mine{align-self:flex-end;border-color:#f0c6b3;background:#fff4ee}
    .br-message.is-other{align-self:flex-start}
    .br-message>div{display:flex;align-items:baseline;justify-content:space-between;gap:18px}
    .br-message strong{color:#25201c;font-size:11px}
    .br-message time{color:#978d85;font-size:10px;white-space:nowrap}
    .br-message p{margin:7px 0 0;white-space:pre-wrap;color:#413a35;font-size:13px;line-height:21px;overflow-wrap:anywhere}
    .br-message-empty{margin:auto;color:#827970;font-size:13px}
    .br-message-composer{display:grid;gap:11px;padding:18px 24px 22px;border-top:1px solid #eee8e2;background:#fff}
    .br-message-composer label{display:grid;gap:8px;color:#413a35;font-size:12px;font-weight:750}
    .br-message-composer textarea{width:100%;min-height:86px;padding:12px;border:1px solid #ddd5ce;border-radius:9px;color:#28231f;font:inherit;line-height:20px;resize:vertical}
    .br-message-composer textarea:focus{border-color:rgba(238,71,16,.7);box-shadow:0 0 0 4px rgba(238,71,16,.09);outline:0}
    .br-message-composer>div{display:flex;align-items:center;justify-content:space-between;gap:16px}
    .br-message-composer>div span{max-width:500px;color:#817970;font-size:11px;line-height:17px}
    .br-message-compose-empty{display:grid;align-content:center;flex:1;padding:44px;min-height:560px;background:#fff}
    .br-message-target{display:flex;align-items:center;gap:14px}
    .br-message-target img,.br-message-target-favicon{display:grid;flex:0 0 50px;place-items:center;width:50px;height:50px;border:1px solid #e1d8d0;border-radius:12px;background:#fff;object-fit:contain;color:#8d4a25;font-size:19px;font-weight:800}
    .br-message-target h2{margin:4px 0 0!important;color:#191613;font-size:25px!important;line-height:32px!important}
    .br-message-target p{margin:3px 0 0;color:#7d746c;font-size:12px}
    .br-message-intro{max-width:690px;margin:24px 0 18px;color:#625b55;font-size:14px;line-height:23px}
    .br-message-no-selection{place-items:start;text-align:left}
    .br-message-no-selection h2{margin:0!important;color:#191613;font-size:26px!important;line-height:33px!important}
    .br-message-no-selection p{max-width:560px;margin:10px 0 20px;color:#67605a;line-height:23px}
    .br-floating-chat{display:grid;position:fixed;right:24px;bottom:24px;z-index:50;place-items:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:#171411;color:#fff!important;box-shadow:0 12px 28px rgba(16,24,40,.22);transition:transform .18s ease,background .18s ease}
    .br-floating-chat:hover{background:var(--wr-orange);color:#fff!important;transform:translateY(-2px)}
    .br-floating-chat svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
    .br-mini-chat{position:fixed;right:24px;bottom:86px;z-index:121;width:min(360px,calc(100vw - 32px));overflow:hidden;border:1px solid #e3dbd3;border-radius:8px;background:#fff;box-shadow:0 22px 55px rgba(16,24,40,.2)}
    .br-mini-chat[hidden]{display:none}
    .br-mini-chat-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 16px 14px;border-bottom:1px solid #eee8e2;background:#fffaf6}
    .br-mini-chat-kicker{display:block;margin:0 0 3px;color:#9d4b29;font-size:10px;font-weight:800;line-height:14px;letter-spacing:0;text-transform:uppercase}
    .br-mini-chat-head strong{display:block;color:#211c18;font-size:15px;line-height:20px}
    .br-mini-chat-close{display:grid;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:0;border:1px solid #e3dbd3;border-radius:6px;background:#fff;color:#514943;cursor:pointer}
    .br-mini-chat-close:hover{border-color:#cfc5bb;color:#171411}
    .br-mini-chat-close svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
    .br-mini-chat-body{padding:16px}
    .br-mini-chat-summary{margin:0;color:#675f58;font-size:13px;line-height:20px}
    .br-mini-chat-form{display:grid;gap:10px;margin-top:14px}
    .br-mini-chat-form label{display:grid;gap:6px;color:#453d37;font-size:12px;font-weight:750;line-height:17px}
    .br-mini-chat-form textarea{width:100%;min-height:78px;padding:10px 11px;border:1px solid #ddd5ce;border-radius:6px;color:#28231f;font:inherit;font-size:13px;line-height:19px;resize:vertical}
    .br-mini-chat-form textarea:focus{border-color:rgba(238,71,16,.72);box-shadow:0 0 0 3px rgba(238,71,16,.1);outline:0}
    .br-mini-chat-form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}
    .br-mini-chat-note{max-width:188px;color:#817970;font-size:11px;line-height:16px}
    .br-mini-chat-send{min-height:36px;padding:7px 13px;font-size:13px;line-height:18px}
    .br-mini-chat-status{margin:12px 0 0;padding:8px 10px;border:1px solid #c8e7d3;border-radius:6px;background:#f2fbf5;color:#21633a;font-size:12px;line-height:17px}
    .br-mini-chat-status.is-error{border-color:#f0c8c0;background:#fff6f4;color:#a83a28}
    .br-mini-chat-footer{display:flex;justify-content:flex-end;padding:12px 16px;border-top:1px solid #eee8e2;background:#fff}
    .br-mini-chat-footer a{display:inline-flex;align-items:center;gap:7px;color:#b93815;font-size:12px;font-weight:800;line-height:18px}
    .br-mini-chat-footer a:hover{color:#8e2b10}

    .br-story-page{background:#fff}
    .br-story-hero{padding:74px 0 78px;background:var(--wr-cream);border-bottom:1px solid #e9ded1}
    .br-story-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.7fr);gap:64px;align-items:center}
    .br-story-hero-copy{min-width:0}
    .br-story-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:#a63d16;font-size:12px;font-weight:800;line-height:18px;text-transform:uppercase}
    .br-story-eyebrow:before{content:"";width:21px;height:2px;background:var(--wr-orange)}
    .br-story-hero h1,.br-method-hero h1{max-width:760px;margin:14px 0 0;color:#111;font-size:52px;line-height:1.08;font-weight:760;text-wrap:balance}
    .br-story-lead{max-width:710px;margin:20px 0 0;color:#625b54;font-size:18px;line-height:30px;text-wrap:pretty}
    .br-story-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:28px}
    .br-story-actions .br-btn{min-height:46px}
    .br-story-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:40px 0 0;border-top:1px solid #ddd2c7;border-bottom:1px solid #ddd2c7}
    .br-story-facts>div{min-width:0;padding:16px 17px 16px 0;border-right:1px solid #ded4ca}
    .br-story-facts>div+div{padding-left:17px}
    .br-story-facts>div:last-child{border-right:0}
    .br-story-facts dt{color:#837a71;font-size:10px;font-weight:800;line-height:15px;text-transform:uppercase}
    .br-story-facts dd{margin:5px 0 0;color:#211d19;font-size:13px;font-weight:700;line-height:20px}
    .br-story-portrait{position:relative;min-height:500px;margin:0;overflow:hidden;background:#ded5cb}
    .br-story-portrait:after{content:"";position:absolute;right:0;bottom:0;left:0;height:34%;background:rgba(0,0,0,.36);pointer-events:none}
    .br-story-portrait img{width:100%;height:500px;object-fit:cover;object-position:center top}
    .br-story-portrait figcaption{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:22px 24px;color:#fff}
    .br-story-portrait strong,.br-story-portrait span{display:block}
    .br-story-portrait strong{font-size:20px;line-height:26px}
    .br-story-portrait span{margin-top:3px;color:rgba(255,255,255,.76);font-size:13px;line-height:18px}
    .br-story-band{padding:80px 0;background:#fbfaf8}
    .br-story-two-column{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:90px;align-items:start}
    .br-story-two-column h2,.br-story-section-head h2,.br-story-commitment h2,.br-method-systems-copy h2,.br-benefit-comparison h2{margin:12px 0 0;color:#171411;font-size:37px;line-height:45px;text-wrap:balance}
    .br-story-prose{display:grid;gap:16px;color:#635c56;font-size:16px;line-height:27px}
    .br-story-prose p{margin:0}
    .br-story-section{padding:84px 0;background:#fff}
    .br-story-section-head{max-width:760px}
    .br-story-section-head h2{margin-top:10px}
    .br-story-section-head p{margin:14px 0 0;color:#6d655e;font-size:16px;line-height:26px}
    .br-story-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:42px;border-top:1px solid #e5ded8;border-left:1px solid #e5ded8}
    .br-story-feature-grid article{min-width:0;padding:25px 24px;border-right:1px solid #e5ded8;border-bottom:1px solid #e5ded8;background:#fff}
    .br-story-feature-grid article:nth-child(even){background:#fdfbf9}
    .br-story-feature-grid span{color:#bf4317;font-size:12px;font-weight:800}
    .br-story-feature-grid h3{margin:16px 0 9px;color:#1d1915;font-size:18px;line-height:25px}
    .br-story-feature-grid p{margin:0;color:#6b645d;font-size:13px;line-height:21px}
    .br-story-commitment{padding:84px 0;background:#141210;color:#fff}
    .br-story-commitment-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1fr);gap:90px;align-items:start}
    .br-story-commitment .br-story-eyebrow{color:#ff936d}
    .br-story-commitment h2{color:#fff}
    .br-story-commitment-list{border-top:1px solid rgba(255,255,255,.16)}
    .br-story-commitment-list p{display:grid;grid-template-columns:minmax(0,.76fr) minmax(0,1fr);gap:22px;margin:0;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.16)}
    .br-story-commitment-list strong{color:#fff;font-size:15px;line-height:23px}
    .br-story-commitment-list span{color:rgba(255,255,255,.66);font-size:13px;line-height:21px}
    .br-story-awards{padding:84px 0;background:#fff}
    .br-award-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:38px}
    .br-award-grid figure{min-width:0;margin:0;background:#f5f2ee}
    .br-award-grid img{width:100%;aspect-ratio:1.04;object-fit:cover}
    .br-award-grid figcaption{padding:12px 13px;color:#5e5750;font-size:12px;line-height:18px;font-weight:700}
    .br-story-cta-section{padding:58px 0;background:#f7f7f8}
    .br-story-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:35px 38px;border:1px solid #dfd6ce;background:#fff}
    .br-story-cta h2{max-width:650px;margin:8px 0 0;color:#171411;font-size:31px;line-height:39px;text-wrap:balance}
    .br-story-cta>div:last-child{display:flex;gap:10px;flex-wrap:wrap}

    .br-method-hero{padding:76px 0;background:#171411;color:#fff}
    .br-method-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.76fr);gap:72px;align-items:center}
    .br-breadcrumb-light{color:rgba(255,255,255,.62)}
    .br-breadcrumb-light a{color:rgba(255,255,255,.8)!important}
    .br-method-hero .br-story-eyebrow{color:#ff936d}
    .br-method-hero h1{color:#fff}
    .br-method-hero p{max-width:710px;margin:20px 0 0;color:rgba(255,255,255,.73);font-size:18px;line-height:30px}
    .br-btn-orange-on-dark{border-color:var(--wr-orange);background:var(--wr-orange);color:#fff}
    .br-btn-orange-on-dark:hover{border-color:#d73e0d;background:#d73e0d;color:#fff}
    .br-btn-dark-outline{border-color:rgba(255,255,255,.34);background:transparent;color:#fff}
    .br-btn-dark-outline:hover{border-color:#fff;color:#fff}
    .br-method-hero-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.2)}
    .br-method-hero-map div{min-height:165px;padding:22px;background:#211e1b}
    .br-method-hero-map span,.br-method-hero-map strong,.br-method-hero-map small{display:block}
    .br-method-hero-map span{color:#ff936d;font-size:12px;font-weight:800}
    .br-method-hero-map strong{margin-top:28px;color:#fff;font-size:20px;line-height:26px}
    .br-method-hero-map small{margin-top:7px;color:rgba(255,255,255,.62);font-size:12px;line-height:18px}
    .br-method-sequence-section{padding:84px 0;background:#fff}
    .br-method-sequence{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:42px 0 0;padding:0;border-top:1px solid #e6dfd9;border-left:1px solid #e6dfd9;list-style:none}
    .br-method-sequence li{min-width:0;padding:25px 24px;border-right:1px solid #e6dfd9;border-bottom:1px solid #e6dfd9}
    .br-method-sequence li>span{display:block;color:#c54012;font-size:12px;font-weight:800}
    .br-method-sequence h3{margin:22px 0 9px;color:#181512;font-size:19px;line-height:26px}
    .br-method-sequence p{margin:0;color:#69615a;font-size:13px;line-height:21px}
    .br-method-systems-section{padding:84px 0;background:#f6f3ef}
    .br-method-systems-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:80px;align-items:start}
    .br-method-systems-copy p{margin:17px 0 0;color:#645c55;font-size:16px;line-height:27px}
    .br-method-systems-list{display:grid;border-top:1px solid #ded6cf}
    .br-method-systems-list article{display:grid;grid-template-columns:155px minmax(0,1fr);gap:20px;padding:18px 0;border-bottom:1px solid #ded6cf}
    .br-method-systems-list strong{color:#1f1b17;font-size:14px}
    .br-method-systems-list span{color:#69615a;font-size:13px;line-height:21px}
    .br-method-principles-section{padding:84px 0;background:#fff}
    .br-method-principles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:38px}
    .br-method-principles-grid article{padding:22px;border-top:2px solid var(--wr-orange);background:#f7f7f8}
    .br-method-principles-grid h3{margin:0;color:#1c1916;font-size:17px;line-height:24px}
    .br-method-principles-grid p{margin:11px 0 0;color:#68615b;font-size:13px;line-height:21px}

    .br-benefit-hero-board{display:grid;gap:0;border:1px solid #ddd3ca;background:#fff;box-shadow:0 18px 40px rgba(16,24,40,.08)}
    .br-benefit-board-head{display:grid;gap:7px;padding:24px 26px;border-bottom:1px solid #e8e0d9;background:#fbfaf8}
    .br-benefit-board-head span{color:#8a8178;font-size:11px;font-weight:800;text-transform:uppercase}
    .br-benefit-board-head strong{color:#1c1815;font-size:21px;line-height:28px}
    .br-benefit-board-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 26px;border-bottom:1px solid #eee8e2;color:#605852;font-size:13px}
    .br-benefit-board-row:last-child{border-bottom:0}
    .br-benefit-board-row strong{color:#1e1a16;font-size:13px;text-align:right}
    .br-benefit-problem-section{padding:84px 0;background:#fff}
    .br-benefit-feature-section{padding:84px 0;background:#f7f7f8}
    .br-benefit-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:40px}
    .br-benefit-feature-grid article{padding:24px;border:1px solid #e7e0d9;background:#fff}
    .br-benefit-feature-grid span{color:#bd4218;font-size:11px;font-weight:800;text-transform:uppercase}
    .br-benefit-feature-grid h3{margin:10px 0;color:#1b1714;font-size:20px;line-height:27px}
    .br-benefit-feature-grid p{margin:0;color:#68615b;font-size:13px;line-height:21px}
    .br-benefit-comparison-section{padding:84px 0;background:#161310;color:#fff}
    .br-benefit-comparison{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1fr);gap:90px;align-items:start}
    .br-benefit-comparison .br-story-eyebrow{color:#ff936d}
    .br-benefit-comparison h2{color:#fff}
    .br-benefit-comparison dl{margin:0;border-top:1px solid rgba(255,255,255,.16)}
    .br-benefit-comparison dl>div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:20px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.16)}
    .br-benefit-comparison dt{color:#ff936d;font-size:12px;font-weight:800;text-transform:uppercase}
    .br-benefit-comparison dd{margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:22px}

    @media(max-width:1180px){
      .wr-header-search-wrapper{display:none}
      .wr-themenavwrap{gap:10px}
      .menu-header-menu-container{flex:1 1 auto}
      #primary-menu{width:auto}
      .wr-header-actions-wrapper{flex:0 0 auto;width:auto}
      #primary-menu{gap:0}
      #primary-menu>li>a,.workreap-megamenu-link{font-size:13px;padding-inline:6px}
      .wr-header-actions-wrapper,.br-header-user-actions,.br-header-guest-actions{gap:6px}
      .br-account-menu summary{min-width:42px;padding:5px 7px;gap:5px}
      .br-account-name{display:none}
      .wr-add-media{min-width:42px;width:42px;padding:8px;font-size:0;gap:0}
      .wr-add-media-plus{width:18px;height:18px;margin:0;font-size:19px;line-height:18px}
      .wr-market-table-shell{width:calc(100% - 40px)}
      .wr-footer-grid{grid-template-columns:1.2fr repeat(3,.72fr);gap:34px}
      .wr-footer-contact{grid-column:1/-1;padding:26px 0 0;border-top:1px solid rgba(255,255,255,.12);border-left:0}
      .wr-fwidget_contact_list{display:flex;gap:28px;flex-wrap:wrap}
      .br-publisher-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}
      .br-publisher-metrics>div:nth-child(3n){border-right:0}
      .br-publisher-metrics>div:nth-child(-n+3){border-bottom:1px solid #eee8e2}
    }
    @media(max-width:1024px){
      .wr-themenavwrap{min-height:76px}
      .navbar-toggler{display:block;margin-left:auto}
      .wr-themenav{display:none;position:absolute;z-index:110;left:-12px;right:-12px;top:76px;max-height:calc(100vh - 76px);overflow-y:auto;background:#fff;border-top:1px solid #ececec;padding:14px 18px 20px;width:auto;box-shadow:0 20px 30px rgba(0,0,0,.12)}
      .wr-header.nav-open .wr-themenav{display:flex;flex-direction:column;align-items:stretch;gap:14px}
      .wr-header.nav-open .wr-icon-menu:before{transform:rotate(45deg);box-shadow:none}
      .wr-header.nav-open .wr-icon-menu:after{content:"";display:block;width:20px;height:2px;background:#111;transform:rotate(-45deg);margin:-22px auto 20px}
      .menu-header-menu-container{width:100%;flex:none}
      #primary-menu{display:flex;flex-direction:column;align-items:stretch;width:100%;height:auto;gap:0;white-space:normal}
      #primary-menu>li{width:100%}
      #primary-menu>li>a,.workreap-megamenu-link{width:100%;justify-content:space-between;padding:11px 4px;white-space:normal}
      .wr-header-actions-wrapper{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:10px;flex:none;margin:0;padding-top:14px;border-top:1px solid #ececec}
      .workreap-megamenu{position:static;width:100%;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:16px;display:none;margin-bottom:10px}
      .wr-megamenu-holder.open .workreap-megamenu{display:block}
      .wr-megamenu-grid,.wr-megamenu-grid.two{grid-template-columns:1fr}
      .wr-content-box-wrapper .wr-title{font-size:40px;line-height:48px}
      .wr-content-box-layout-1 .wr-title{width:640px;max-width:100%;margin:0 auto;font-size:44px;line-height:50px}
      .wr-stats-grid,.wr-faq-wrap,.wr-footer-grid{grid-template-columns:1fr 1fr}
      .wr-how-wrap{grid-template-columns:1fr}
      .wr-how-wrap{height:auto}
      .wr-how-image img{height:500px}
      .wr-package-items{grid-template-columns:1fr}
      .wr-post-grid-items{grid-template-columns:1fr 1fr}
      .wr-footer-proof-grid{grid-template-columns:1fr 1fr}
      .wr-footer-proof-item:nth-child(odd){border-left:1px solid rgba(255,255,255,.1)}
      .wr-footer-proof-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
      .br-page-body{grid-template-columns:1fr}
      .br-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-page-body>aside.br-panel{position:static}
      .br-dashboard-layout{grid-template-columns:1fr}
      .br-dashboard-settings-grid{grid-template-columns:1fr}
      .br-dashboard-guide-panel{position:static}
      .br-story-hero-grid,.br-method-hero-grid{grid-template-columns:1fr;gap:42px}
      .br-story-portrait{max-width:620px;min-height:440px}
      .br-story-portrait img{height:440px}
      .br-story-two-column,.br-story-commitment-grid,.br-method-systems-grid,.br-benefit-comparison{grid-template-columns:1fr;gap:34px}
      .br-story-feature-grid,.br-method-sequence,.br-method-principles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-award-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-benefit-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-metrics-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
      .br-publisher-trust-head{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-publisher-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-dashboard-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
      .br-media-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-media-toolbar .br-marketplace-query{grid-column:1/-1}
      .br-media-toolbar .br-btn{justify-self:start}
      .br-metric:nth-child(3n){border-right:0}
      .br-metric:nth-child(-n+3){border-bottom:1px solid #ece9e5}
    }
    @media(max-width:860px){
      .br-authority-result{grid-template-columns:1fr}
      .br-authority-score{position:static;min-height:232px}
    }
    @media(max-width:767px){
      .container,.wr-container{width:min(100% - 24px,1400px)}
      .container-fluid{width:100%;padding:0 12px}
      .wr-subnav-inner{width:calc(100% - 24px);height:54px;margin:0 12px;justify-content:flex-start;padding:0}
      .wr-subnav-link{height:53px;padding:0 12px;font-size:12px}
      .wr-subnav-link:after{right:11px;left:11px}
      .wr-category-icon{width:26px;height:26px;flex-basis:26px}
      .wr-all-categories{padding-right:15px;padding-left:12px;box-shadow:9px 0 16px rgba(255,255,255,.98)}
      .wr-logo img{width:134px}
      .elementor-element-5f886dd{padding:30px 0}
      .elementor-element-5f886dd{min-height:0;margin-top:0}
      .wr-content-box-wrapper .wr-title{font-size:34px;line-height:41px;padding-inline:10px}
      .wr-content-box-layout-1 .wr-title{width:100%;font-size:36px;line-height:43px;text-wrap:balance}
      .wr-hero-title-line{white-space:normal}
      .wr-hero-title-accent:after{bottom:-3px}
      .wr-title-nowrap{white-space:normal}
      .wr-content-box-layout-1 .wr-description p{font-size:15px;line-height:21px}
      .wr-client-logo-layout-2{width:100%;flex-wrap:wrap}
      .elementor-icon-list-item+.elementor-icon-list-item{border-left:0;margin-left:0;padding-left:0}
      .wr-icon-list-row{gap:10px}
      .wr-market-table-shell{width:100%;padding:28px 12px 8px;margin-top:28px}
      .posts-table-wrapper{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
      .posts-data-table{display:block;width:100%;min-width:0;background:transparent}
      .posts-data-table thead{display:none}
      .posts-data-table tbody{display:grid;width:100%;gap:12px}
      .posts-data-table .post-row{display:grid;width:100%;box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;border:1px solid #e7e7e7;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(16,24,40,.05)}
      .posts-data-table .post-row>td{display:flex;width:auto!important;min-width:0;box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:5px;padding:0;border:0;font-size:14px}
      .posts-data-table td:before{content:attr(data-label);color:#667085;font-size:11px;font-weight:700;line-height:16px;text-transform:uppercase}
      .posts-data-table .post-row>.col-icon,.posts-data-table .post-row>.col-pa{display:none!important}
      .posts-data-table .col-media,.posts-data-table .col-action{grid-column:1/-1}
      .posts-data-table .col-media{padding-bottom:12px;border-bottom:1px solid #f0f0f0;font-size:17px}
      .posts-data-table .col-media a{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:11px;align-items:center}
      .posts-data-table .col-media a>span{min-width:0;font-size:17px;line-height:21px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
      .posts-data-table .col-media a small{grid-column:2;min-width:0}
      .posts-data-table .br-mobile-favicon{display:block;grid-row:1/3;width:40px;height:40px;min-width:40px;border-radius:50%;object-fit:cover}
      .posts-data-table .col-action{padding-top:4px}
      .posts-data-table .col-action a{width:auto}
      .circular-progress{width:40px;height:40px}
      .circular-progress .progress-value{width:30px;height:30px}
      .wr-stats-wrap{padding:35px 20px 10px}
      .wr-stats-grid,.wr-faq-wrap,.wr-post-grid-items{grid-template-columns:1fr}
      .wr-how-copy{padding:60px 20px}
      .wr-how-image img{height:auto}
      .wr-pricing-toggle{border-radius:20px;align-items:stretch;flex-direction:column}
      .wr-cta-wrap{display:block;padding:30px 20px}
      .wr-cta-wrap h2{font-size:28px;line-height:35px}
      .wr-cta-actions{display:grid;margin-top:20px}
      .wr-cta-actions .wr-btn{width:100%}
      .br-prefooter{padding:44px 16px}
      .br-prefooter-inner{grid-template-columns:1fr;gap:24px}
      .br-prefooter h2{font-size:28px;line-height:35px}
      .br-prefooter-actions{display:grid;justify-content:stretch}
      .br-prefooter-actions .wr-btn{width:100%}
      .wr-footer-proof-grid{grid-template-columns:1fr}
      .wr-footer-proof-item,.wr-footer-proof-item:nth-child(odd),.wr-footer-proof-item:last-child{min-height:76px;padding:16px 2px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);border-left:0}
      .wr-footer-proof-item:last-child{border-bottom:0}
      .wr-footer-two_head{padding:46px 0 34px}
      .wr-footer-grid{grid-template-columns:1fr 1fr;gap:34px 22px}
      .wr-footerapp,.wr-footer-contact{grid-column:1/-1}
      .wr-footer-company{grid-column:1/-1}
      .wr-footer-company .menu{display:grid;grid-template-columns:1fr 1fr;column-gap:22px}
      .wr-footer-two .widget_nav_menu a{font-size:13px;line-height:19px}
      .wr-footer-two_content{display:block}
      .wr-fsocials-list{margin-top:18px}
      .wr-footer-contact{grid-column:1/-1;padding:26px 0 0}
      .wr-fwidget_contact_list{display:block}
      .wr-fcopyright{display:block}
      .wr-fcopyright_info{display:block;margin-top:12px}
      .br-page-hero{padding:48px 0 52px}
      .br-page-hero h1{font-size:36px}
      .br-page-hero .br-lead{font-size:16px;line-height:25px}
      .br-compact-page-head{padding:16px 0}
      .br-compact-page-head-inner{grid-template-columns:1fr;gap:10px;align-items:start}
      .br-compact-page-head h1{font-size:27px;line-height:33px}
      .br-compact-page-head p{max-width:640px;font-size:13px;line-height:20px}
      .br-section{padding:54px 0}
      .br-titlebar{display:block}
      .br-marketplace-head{display:block}
      .br-filter-clear{margin-top:16px}
      .br-media-toolbar{grid-template-columns:1fr;padding:14px}
      .br-media-toolbar .br-marketplace-query{grid-column:auto}
      .br-media-toolbar .br-btn{width:100%;justify-self:stretch}
      .br-table-head{display:none}
      .br-media-table{border:0;background:transparent;box-shadow:none;overflow:visible}
      .br-row{grid-template-columns:1fr 1fr;margin-bottom:12px;padding:16px;border:1px solid #e7e7e7;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(16,24,40,.05)}
      .br-row>[data-label]{display:flex;min-width:0;flex-direction:column;gap:4px}
      .br-row>[data-label]:before{content:attr(data-label);color:#667085;font-size:11px;font-weight:700;line-height:16px;text-transform:uppercase}
      .br-row>strong,.br-row>.br-buy{grid-column:1/-1}
      .br-row>strong{padding-bottom:10px;border-bottom:1px solid #f0f0f0;font-size:17px}
      .br-row>.br-buy{width:100%;margin-top:4px}
      .br-form-grid{grid-template-columns:1fr}
      .br-auth-page{min-height:0;padding:24px 0 54px}
      .br-auth-card{padding:27px 22px}
      .br-auth-card-head{margin-bottom:22px;padding-bottom:18px}
      .br-auth-card-head h1{font-size:27px;line-height:34px}
      .br-auth-choice{grid-template-columns:1fr}
      .br-checkbox-grid{grid-template-columns:1fr}
      .br-payment-method-grid{grid-template-columns:1fr}
      .br-authority-search{grid-template-columns:1fr;margin-top:20px}
      .br-authority-search .br-btn{width:100%}
      .br-authority-matches{grid-template-columns:1fr}
      .br-authority-methodology{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-authority-breakdown>div{grid-template-columns:minmax(0,1fr) auto}
      .br-authority-weight{grid-column:1}.br-authority-value{grid-column:2;grid-row:1/3}
      .br-wizard-progress{gap:5px}
      .br-wizard-progress li{font-size:11px}
      .br-publisher-onboarding-panel{padding:24px 20px}
      .br-publisher-progress{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px}
      .br-publisher-progress li{min-height:68px;padding:11px}
      .br-publisher-progress li small{display:none}
      .br-ownership-choice,.br-google-status-grid{grid-template-columns:1fr}
      .br-media-import-panel{grid-template-columns:1fr;padding:24px 20px}.br-media-import-actions{justify-content:flex-start}
      .br-rate-card-grid,.br-policy-rate-grid,.br-classification-grid{grid-template-columns:1fr}
      .br-rate-option,.br-policy-rate{grid-template-columns:minmax(0,1fr) minmax(112px,.42fr)}
      .br-rate-card-heading{align-items:flex-start;flex-direction:column}.br-fixed-currency{align-self:flex-start}
      .br-admin-overview-grid,.br-admin-split-table{grid-template-columns:1fr}.br-admin-table-panel{padding:22px 18px}.br-admin-queue-list>div{grid-template-columns:64px minmax(0,1fr) auto}
      .br-onboarding-domain{grid-template-columns:1fr;gap:3px}
      .br-onboarding-domain small{grid-column:1}
      .br-form-footer{display:grid}
      .br-form-footer .br-btn{width:100%}
      .br-form-note{order:2}
      .br-panel,.br-page-body>article.br-panel{padding:24px 20px}
      .br-post-grid{grid-template-columns:1fr}
      .br-panel h2{font-size:26px;line-height:34px}
      .br-product-hero{padding:42px 0 46px}
      .br-product-heading{display:grid;align-items:start}
      .br-product-title h1{font-size:36px}
      .br-product-quick{width:100%;justify-content:space-between}
      .br-metrics-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-publisher-trust-head,.br-publisher-metrics{grid-template-columns:1fr}
      .br-dashboard-workspace{padding:22px 18px}
      .br-dashboard-workspace-head,.br-placement-list article{align-items:flex-start;flex-direction:column}
      .br-dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-metric,.br-metric:nth-child(3){border-right:1px solid #ece9e5;border-bottom:1px solid #ece9e5}
      .br-metric:nth-child(even){border-right:0}
      .br-metric:nth-last-child(-n+2){border-bottom:0}
      .br-product-intro{grid-template-columns:1fr;gap:24px}
      .br-data-health{min-width:0;grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-price-transparency{grid-template-columns:1fr;padding:22px}
      .br-price-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-authority-result{grid-template-columns:1fr}
      .br-offer-toolbar{align-items:flex-start;flex-direction:column}
      .br-offer-controls{width:100%;justify-content:space-between}
      .br-offer-controls select{flex:1;min-width:0}
      .br-offer-table-shell{border:0;background:transparent;box-shadow:none;overflow:visible}
      .br-offer-table,.br-offer-table tbody{display:block}
      .br-offer-table thead{display:none}
      .br-offer-table tbody{display:grid;gap:12px}
      .br-offer-table tr{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0;padding:16px;border:1px solid #e7dfd8;border-radius:8px;background:#fff;box-shadow:0 8px 20px rgba(16,24,40,.05)}
      .br-offer-table td{display:block;min-width:0;padding:10px 0;border:0}
      .br-offer-table td:before{display:block;margin-bottom:5px;content:attr(data-label);color:#7b746e;font-size:10px;font-weight:750;line-height:14px;text-transform:uppercase}
      .br-offer-table td[data-label="Seller"],.br-offer-table td[data-label="Action"]{grid-column:1/-1}
      .br-offer-actions{justify-content:flex-start}
      .br-offer-actions .br-table-action,.br-offer-actions .br-table-secondary{flex:0 0 auto}
      .br-provider-grid{grid-template-columns:1fr}
      .br-provider-list{grid-template-columns:1fr}
      .br-review-grid{grid-template-columns:1fr}
      .br-table-scroll-hint{display:block}
      .br-cart-layout{grid-template-columns:1fr}
      .br-cart-item{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px}
      .br-cart-brand{grid-column:1;grid-row:1/3}
      .br-cart-price{grid-column:2;grid-row:2}
      .br-cart-item .br-icon-button{grid-column:2;grid-row:1}
      .br-account-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-account-summary>div:nth-child(2){border-right:0}
      .br-account-summary>div:nth-child(-n+2){border-bottom:1px solid #eee8e2}
      .br-dashboard-page{padding:18px 0 54px}
      .br-dashboard-shell{gap:16px}
      .br-dashboard-header{align-items:flex-start;flex-direction:column;padding:23px 20px;gap:18px}
      .br-dashboard-header h1{font-size:28px;line-height:35px}
      .br-dashboard-header-actions{width:100%;justify-content:stretch}
      .br-dashboard-header-actions .br-btn{flex:1;min-width:0;padding-right:12px;padding-left:12px}
      .br-dashboard-tabs{gap:3px;margin-bottom:4px}
      .br-dashboard-tabs a{padding:9px 10px;font-size:12px}
      .br-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
      .br-dashboard-metrics>div{padding:15px;border-bottom:1px solid #eee8e2}
      .br-dashboard-metrics>div:nth-child(odd){border-right:1px solid #eee8e2}
      .br-dashboard-metrics>div:nth-child(even){border-right:0}
      .br-dashboard-metrics>div:nth-last-child(-n+2){border-bottom:0}
      .br-publisher-metrics>div:nth-child(odd){border-right:1px solid #eee8e2}
      .br-publisher-metrics>div:nth-child(even){border-right:0}
      .br-publisher-metrics>div:nth-last-child(-n+2){border-bottom:0}
      .br-dashboard-metrics strong{font-size:21px;line-height:27px}
      .br-media-import-table{overflow-x:auto}.br-media-import-table>div{min-width:620px}
      .br-dashboard-form-panel{padding:24px 20px}
      .br-dashboard-guide-panel{padding:24px 20px}
      .br-placement-actions{justify-content:flex-start}
      .br-dashboard-activity-list small{white-space:normal}
      .br-order-history-table>div{grid-template-columns:minmax(0,1fr) auto}
      .br-order-history-table>div>span:first-child{grid-column:1/-1}
      .br-order-payment-action{grid-column:1/-1;justify-content:flex-start}
      .br-order-payment-wallet{align-items:flex-start;flex-direction:column}
      .br-dashboard-guest{margin:16px 0;padding:28px 22px}
      .br-dashboard-guest h1{font-size:28px;line-height:35px}
      .br-account-grid{grid-template-columns:1fr}
      .br-pagination{gap:8px}
      .br-pagination-control{padding:0 8px}
      .wr-private-inventory-section{padding:38px 0 8px}
      .wr-private-inventory{width:min(100% - 24px,920px);padding:28px 22px}
      .wr-private-inventory h2{font-size:27px;line-height:34px}
      .wr-private-inventory-actions{display:grid}
      .wr-private-inventory-actions .wr-btn{width:100%}
      .br-messages-layout{grid-template-columns:1fr}
      .br-message-inbox{max-height:310px}
      .br-message-thread{min-height:0}
      .br-message-history{min-height:250px;max-height:430px;padding:18px}
      .br-message-thread-head{padding:20px}
      .br-message-thread-head .br-table-secondary{flex:0 0 auto}
      .br-message-composer{padding:16px}
      .br-message-composer>div{align-items:flex-start;flex-direction:column}
      .br-message-composer>div .br-btn{width:100%}
      .br-message-compose-empty{min-height:420px;padding:28px 22px}
      .br-message{max-width:92%}
      .br-floating-chat{right:16px;bottom:16px}
      .br-mini-chat{right:16px;bottom:76px;width:calc(100vw - 32px)}
      .br-story-hero{padding:50px 0 54px}
      .br-story-hero h1,.br-method-hero h1{font-size:38px;line-height:44px}
      .br-story-lead,.br-method-hero p{font-size:16px;line-height:26px}
      .br-story-facts{grid-template-columns:1fr;margin-top:30px}
      .br-story-facts>div,.br-story-facts>div+div{padding:14px 0;border-right:0;border-bottom:1px solid #ded4ca}
      .br-story-facts>div:last-child{border-bottom:0}
      .br-story-portrait{min-height:360px}
      .br-story-portrait img{height:360px}
      .br-story-band,.br-story-section,.br-story-commitment,.br-story-awards,.br-method-sequence-section,.br-method-systems-section,.br-method-principles-section,.br-benefit-problem-section,.br-benefit-feature-section,.br-benefit-comparison-section{padding:56px 0}
      .br-story-two-column h2,.br-story-section-head h2,.br-story-commitment h2,.br-method-systems-copy h2,.br-benefit-comparison h2{font-size:29px;line-height:36px}
      .br-story-feature-grid,.br-method-sequence,.br-method-principles-grid,.br-benefit-feature-grid,.br-award-grid{grid-template-columns:1fr}
      .br-story-feature-grid article,.br-method-sequence li{padding:22px 20px}
      .br-story-commitment-list p,.br-method-systems-list article,.br-benefit-comparison dl>div{grid-template-columns:1fr;gap:7px}
      .br-method-hero{padding:52px 0}
      .br-method-hero-map{grid-template-columns:1fr 1fr}
      .br-method-hero-map div{min-height:135px;padding:18px}
      .br-method-hero-map strong{margin-top:18px;font-size:17px}
      .br-benefit-hero-board{width:100%}
      .br-benefit-board-head,.br-benefit-board-row{padding-right:18px;padding-left:18px}
      .br-story-cta{display:grid;padding:28px 22px}
      .br-story-cta h2{font-size:27px;line-height:34px}
      .br-story-cta>div:last-child{display:grid}
      .br-story-cta .br-btn{width:100%}
    }
