:root{--blue:#243d7c;--orange:#ea5b21;--gray:#dadddf;--ink:#181b24;--muted:#565b67;--pale:#f4f5f7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.65 Arial,sans-serif;color:var(--ink);background:white}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}button,a,input,textarea,select{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}.skip{position:absolute;top:-100px;z-index:50;background:white;padding:15px}.skip:focus{top:0}.top{background:var(--blue);color:white;font-size:.875rem}.top .wrap{display:flex;justify-content:space-between;padding:8px 0}.top a{margin-left:22px}.header{background:white;border-bottom:1px solid var(--gray);position:sticky;top:0;z-index:20}.nav{display:flex;align-items:center;justify-content:space-between;min-height:108px;gap:30px}.logo{width:215px;flex-shrink:0;padding:15px 0}.navlinks{display:flex;align-items:center;gap:26px;font-size:.94rem;font-weight:700}.navlinks a{padding:12px 0}.navlinks a:hover,.navlinks a[aria-current=page]{color:var(--blue);box-shadow:0 3px 0 var(--orange)}.navlinks a.cta{padding:12px 20px;background:var(--blue);color:white}.menu{display:none;background:white;border:1px solid var(--gray);padding:9px 15px;color:var(--blue)}.crumb{font-size:.875rem;color:var(--muted);padding:24px 0}.crumb a{text-decoration:underline}.eyebrow{display:block;color:var(--blue);text-transform:uppercase;letter-spacing:.13em;font-size:.875rem;font-weight:700;margin-bottom:18px}.eyebrow:before{content:"";display:inline-block;width:28px;height:3px;background:var(--orange);vertical-align:middle;margin-right:13px}h1,h2,h3{color:var(--blue);line-height:1.1;margin:0 0 24px}h1{font-size:clamp(2.7rem,5.6vw,5rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,3.4vw,3.1rem);letter-spacing:-.035em}h3{font-size:1.4rem;line-height:1.25;margin-bottom:14px}p{margin:0 0 22px}p:last-child{margin-bottom:0}.lead{font-size:1.2rem;color:var(--muted);max-width:700px}.hero{display:grid;grid-template-columns:1.08fr 1fr;min-height:585px;background:var(--pale)}.hero-copy{padding:65px 45px 65px max(32px,calc((100vw - 1240px)/2));align-self:center}.hero-photo{position:relative;overflow:hidden;min-height:430px}.hero-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,32,65,.7),transparent 50%)}.photo-caption{position:absolute;bottom:28px;left:32px;right:24px;color:white;z-index:1;font-size:.875rem}.photo-caption strong{font-size:1.15rem;display:block}.hero h1 em{font-style:normal}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--blue);color:#fff;padding:15px 23px;font-weight:700;border:1px solid var(--blue);cursor:pointer}.btn:after{content:"↗";font-size:1.1rem}.btn:hover{box-shadow:inset 0 -4px 0 var(--orange)}.btn.outline{background:transparent;color:var(--blue);border-color:var(--gray)}.strip{border-bottom:1px solid var(--gray)}.strip .wrap{display:grid;grid-template-columns:repeat(4,1fr)}.strip span{padding:22px 14px;border-right:1px solid var(--gray);font-weight:700;color:var(--blue);text-align:center}.strip span:last-child{border:0}.section{padding:85px 0}.section.soft{background:var(--pale)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:35px}.section-head h2{max-width:730px;margin-bottom:0}.section-head a{white-space:nowrap;color:var(--blue);text-decoration:underline;text-underline-offset:6px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service{display:flex;flex-direction:column;border:1px solid var(--gray);padding:30px;min-height:265px;transition:.2s;background:white}.service:hover{transform:translateY(-4px);border-color:var(--blue)}.number{color:var(--orange);font-size:.94rem;margin-bottom:35px}.service p{color:var(--muted);font-size:1rem}.service .more{margin-top:auto;padding-top:20px;color:var(--blue);font-weight:700}.service.featured{background:var(--blue);color:white}.service.featured h3,.service.featured p,.service.featured .more{color:white}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split>div{min-width:0}.split-photo{width:100%;aspect-ratio:1.15;object-fit:cover}.dark{background:var(--blue);color:white}.dark h2,.dark h3,.dark .eyebrow,.dark .lead{color:white}.dark .btn{background:white;color:var(--blue);border-color:white}.dark .btn.outline{background:transparent;color:white}.dark p{color:#e4e8f2}.sigen-picture{background:white;position:relative;padding:25px;min-height:420px;display:flex;align-items:center;justify-content:center}.sigen-picture img{height:400px;max-width:100%;object-fit:contain}.sigen-picture figcaption{position:absolute;bottom:12px;left:20px;font-size:.8rem;color:var(--muted)}.text-link{font-weight:700;color:var(--blue);text-decoration:underline;text-underline-offset:5px}.ref img{width:100%;aspect-ratio:1.45;object-fit:cover}.ref .ref-copy{padding:24px 0}.ref h3{margin-bottom:8px}.ref p{color:var(--muted)}.tag{font-size:.875rem;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.step{border-top:1px solid var(--gray);padding-top:22px}.step .number{margin-bottom:20px}.step p{color:var(--muted)}.contact-band{padding:50px 0;background:var(--blue);color:white;border-top:5px solid var(--orange)}.contact-band .wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-band h2{color:white;font-size:2.5rem;margin-bottom:12px}.contact-band .btn{background:white;color:var(--blue);white-space:nowrap}.footer{padding:55px 0 25px;background:var(--pale)}.footgrid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:35px}.footer h3{font-size:1rem}.footer a{display:block;margin-bottom:8px;font-size:.94rem}.footer a:hover{text-decoration:underline}.footer .logo{padding:0;margin-bottom:25px}.fine{font-size:.875rem;color:var(--muted);border-top:1px solid var(--gray);padding-top:24px;margin-top:35px;display:flex;justify-content:space-between;gap:20px}.pagehead{background:var(--pale);padding:42px 0 65px;position:relative;overflow:hidden;border-bottom:4px solid var(--orange)}.pagehead h1{max-width:980px;font-size:clamp(2.6rem,5vw,4.25rem)}.pagehead .lead{max-width:820px}.pagehead:after{content:"";position:absolute;width:28%;height:24px;background:var(--gray);right:0;top:0;clip-path:polygon(0 100%,100% 0,100% 100%)}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:60px}.prose{max-width:820px}.prose h2{font-size:2rem;margin-top:38px}.prose h2:first-child{margin-top:0}.prose ul{padding-left:20px}.prose li{margin-bottom:12px}.side{padding:28px;background:var(--pale);align-self:start;border-top:4px solid var(--orange)}.side a{display:block;padding:9px 0;color:var(--blue)}.side a.active{font-weight:bold}.points{list-style:none;padding:0!important}.points li{border-bottom:1px solid var(--gray);padding:15px 0;margin:0}.points li:before{content:"—";color:var(--orange);margin-right:12px}.brandrow{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:35px}.brandtile{padding:28px 12px;border:1px solid var(--gray);text-align:center;font-size:1.3rem;font-weight:700;color:var(--blue)}.brandtile small{display:block;font-size:.875rem;font-weight:400;margin-top:5px}.brandtile:first-child{border-top:4px solid var(--orange)}.tabs{display:flex;gap:8px;margin:30px 0}.tabs button{padding:12px 25px;border:1px solid var(--gray);background:white;color:var(--blue);cursor:pointer}.tabs button[aria-selected=true]{background:var(--blue);color:white;border-color:var(--blue)}[hidden]{display:none!important}.panel{border-left:4px solid var(--orange);padding:12px 0 12px 30px}.panel h3{font-size:1.8rem}.details{border-top:1px solid var(--gray);padding:22px 0}.details:last-child{border-bottom:1px solid var(--gray)}summary{cursor:pointer;font-size:1.3rem;font-weight:700;color:var(--blue)}.details>div{padding-top:20px;max-width:850px}.tablewrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:18px;border-bottom:1px solid var(--gray)}th{background:var(--pale);color:var(--blue)}.form{display:grid;gap:17px}.form label{display:grid;gap:6px;font-weight:700}.form input,.form textarea,.form select{width:100%;border:1px solid #9298a4;background:white;padding:12px;border-radius:0}.form .btn{justify-self:start}.note{font-size:.875rem;color:var(--muted);padding:16px;background:var(--pale)}.contact-details a{color:var(--blue);overflow-wrap:anywhere}.contact-details h2{font-size:1.7rem;margin-top:30px}.contact-details h2:first-child{margin-top:0}.quote{font-size:1.75rem;color:var(--blue);border-left:4px solid var(--orange);padding:15px 30px;line-height:1.4}.photo-credit{font-size:.8rem;color:var(--muted)}@media(max-width:1050px){.navlinks{gap:14px}.logo{width:180px}.hero h1{font-size:3.7rem}.hero-copy{padding:45px 32px}.split{gap:35px}.wrap{width:calc(100% - 48px)}}@media(max-width:820px){.menu{display:block}.nav{min-height:88px}.navlinks{display:none;position:absolute;top:88px;left:0;right:0;background:white;padding:24px;box-shadow:0 15px 25px #0002;flex-direction:column;align-items:stretch}.navlinks.open{display:flex}.hero,.split,.content-grid{grid-template-columns:1fr}.hero-photo{min-height:360px}.grid{grid-template-columns:repeat(2,1fr)}.steps,.footgrid{grid-template-columns:1fr 1fr}.brandrow{grid-template-columns:repeat(3,1fr)}.top .label{display:none}.top .wrap{justify-content:flex-end}.contact-band .wrap{align-items:start;flex-direction:column}.section{padding:60px 0}.section-head{align-items:start;flex-direction:column;gap:20px}}@media(max-width:520px){.wrap{width:calc(100% - 36px)}.top .wrap{justify-content:center}.top a{margin:0 8px;font-size:.8rem}.top a:last-child{display:none}.hero-copy{padding:45px 18px}.hero h1{font-size:2.9rem}.hero-photo{min-height:280px}.grid,.footgrid{grid-template-columns:1fr}.steps,.strip .wrap,.brandrow{grid-template-columns:1fr 1fr}.strip span{padding:15px 8px;font-size:.875rem}.service{min-height:230px;padding:25px}.section-head h2{font-size:2.3rem}.brandtile{font-size:1.05rem}.fine{display:block}.fine span{display:block;margin-bottom:10px}.actions .btn{width:100%}.tabs button{padding:12px 15px}.sigen-picture img{height:330px}.sigen-picture{min-height:380px}.logo{width:177px}.pagehead{padding:28px 0 45px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Shared rounded company theme aligned with approved photovoltaic page */
.wrap{width:min(1160px,calc(100% - 40px))}.nav{min-height:96px}.logo{width:195px}.btn,.navlinks a.cta,.menu{border-radius:999px}.btn{background:var(--orange);border-color:var(--orange);color:#111}.btn.outline{background:white;color:var(--blue);border-color:var(--gray)}.service,.side,.brandtile,.ref,.quality-callout,.split-photo,.sigen-picture{border-radius:22px}.service .number{margin-bottom:22px}.service.featured{background:var(--blue)}.service.featured .number{color:#fff}.service-links{display:grid;gap:8px;font-size:1rem;font-weight:700;color:var(--blue);margin-top:auto}.ref{background:white;overflow:hidden}.ref .ref-copy{padding:24px}.ref h3{margin:10px 0 18px}.pagehead:after{display:none}.pagehead{border:0}.home-hero{background:linear-gradient(130deg,#f0f3fa,#fff);padding:68px 0}.home-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:48px;align-items:center}.home-hero h1{font-size:clamp(2.6rem,4.6vw,3.85rem);line-height:1.08}.home-hero h1 em{font-style:normal;color:var(--orange)}.home-visual{position:relative;margin:0;border-radius:28px;overflow:hidden;height:480px;background:var(--blue)}.home-visual img{height:100%;width:100%;object-fit:cover}.home-visual:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#172850e8)}.home-visual figcaption{position:absolute;bottom:28px;left:28px;right:24px;z-index:1;color:white}.home-visual figcaption span{font-size:.875rem}.home-visual strong{display:block;font-size:1.4rem;margin:8px 0}.home-visual a{font-size:.94rem;text-decoration:underline}.home-service{display:flex;align-items:center;gap:24px;padding:28px;background:var(--pale);border-radius:22px;margin-top:24px}.home-service>div{flex:1}.home-service h3{margin-bottom:8px}.home-service p{color:var(--muted)}.home-service .btn{flex-shrink:0}.home-steps{margin-top:44px}.quality-callout{padding:32px;border:1px solid var(--gray);border-top:3px solid var(--orange);margin-top:44px;display:grid;grid-template-columns:1.6fr 1fr;gap:40px;align-items:center}.quality-callout>div:last-child{display:grid;justify-items:start;gap:20px}.grant-home{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:40px}.grant-home img{height:auto;width:100%;border:1px solid var(--gray)}.home-contact{padding-top:20px}.home-contact-box{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;background:var(--blue);border-radius:28px;padding:42px;color:white}.home-contact-box h2,.home-contact-box .eyebrow{color:white}.home-contact-links{display:grid;gap:12px}.home-contact-links a{border:1px solid #ffffff55;padding:13px 17px;border-radius:14px;overflow-wrap:anywhere;font-weight:700}.home-contact-links small{font-weight:400;display:block;font-size:.875rem;color:#e0e6f2}.policy h2{margin-top:40px}.policy li{margin-bottom:12px}.grant-panel{display:block;width:100%;max-width:909px;height:auto;margin:30px auto}.footer a{overflow-wrap:anywhere}.legal-links{display:flex;flex-wrap:wrap;gap:20px;margin-top:24px;font-size:.94rem}.footer .legal-links a{display:inline}.home-news .service{min-height:235px}.form input,.form textarea,.form select{border-radius:12px}section[id]{scroll-margin-top:115px}
@media(max-width:1000px){.navlinks{gap:13px}.home-hero-grid{gap:28px}.home-service{flex-wrap:wrap}.home-service>div{flex-basis:100%}}
@media(max-width:820px){.home-hero-grid,.home-contact-box,.quality-callout,.grant-home{grid-template-columns:1fr}.home-hero{padding:44px 0}.home-visual{height:380px}.navlinks{top:96px}.home-contact-box{padding:30px}.grant-home{gap:25px}}
@media(max-width:520px){.wrap{width:calc(100% - 28px)}.home-hero h1{font-size:2.65rem}.home-visual{height:320px}.home-service,.quality-callout{padding:24px}.home-service .btn{width:100%}.home-contact-box{padding:27px 22px}.home-contact-links a{font-size:.94rem}.logo{width:165px}}
/* Correct logo proportions and use the approved PV visual language */
.logo{display:block;line-height:0;padding:0;width:195px;flex:0 0 195px}
.logo img{display:block;width:100%;height:auto;aspect-ratio:628 / 202;object-fit:contain}
.header .nav{height:96px;min-height:96px}.top .label{display:none}.top .wrap{height:38px;padding:0;align-items:center;justify-content:flex-end}.top{color:#d9e8f5;font-size:.83rem}
body{line-height:1.62}.home-hero{position:relative;overflow:hidden;background:linear-gradient(122deg,#1b2e5d 0%,#243d7c 58%,#304f96 100%);color:#fff;padding:82px 0 76px}.home-hero-grid{grid-template-columns:1.2fr .8fr;gap:60px}.home-hero .eyebrow{color:#e5e9f3;font-size:.875rem}.home-hero h1{color:#fff;font-size:clamp(2.45rem,5.2vw,4.6rem);line-height:1.04;letter-spacing:-.045em;margin:17px 0 24px}.home-hero .lead{color:#dceaf4;font-size:1.08rem;margin-bottom:34px}.home-hero .actions{gap:13px;margin-top:0}.btn{padding:14px 22px;gap:10px}.btn:after{display:none}.home-hero .btn.outline{background:transparent;color:white;border-color:#ffffff73}.home-visual{height:380px;border-radius:28px;border:1px solid #ffffff33}.home-visual figcaption{bottom:22px;left:22px}.section{padding:86px 0}.service{padding:28px;min-height:280px}.service h3{font-size:1.5rem}.service .number{font-size:.875rem;letter-spacing:.04em}.service.featured{background:white;color:var(--ink);border-top:3px solid var(--orange)}.service.featured h3,.service.featured .more{color:var(--blue)}.service.featured p{color:var(--muted)}.service.featured .number{color:var(--orange)}.section-head h2{font-size:clamp(2rem,4vw,3.15rem);line-height:1.12}.home-service{margin-top:24px}.home-news .service{min-height:220px}.footer .logo{width:195px}.footer .logo img{height:auto}.home-steps{display:none}
@media(max-width:1000px){.navlinks{gap:16px;font-size:.9rem}.home-hero-grid{gap:32px}}
@media(max-width:820px){.home-hero-grid{grid-template-columns:1fr}.home-hero{padding:60px 0}.home-visual{max-width:560px;width:100%;height:320px}.navlinks{top:96px}.section{padding:65px 0}}
@media(max-width:600px){.top{display:none}.header .nav{height:82px;min-height:82px}.logo{width:155px;flex-basis:155px}.navlinks{top:82px}.home-hero{padding:48px 0}.home-hero h1{font-size:2.65rem}.home-visual{height:270px}.home-hero-grid{gap:32px}.home-hero .actions .btn{width:100%}.service{min-height:0}.section-head h2{font-size:2rem}}
.service-choice{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.service-choice:hover,.service-choice:focus-visible{background:var(--blue);border-color:var(--blue);color:white;transform:none;box-shadow:0 10px 26px #243d7c20}.service-choice:hover h3,.service-choice:focus-visible h3,.service-choice:hover p,.service-choice:focus-visible p,.service-choice:hover .more,.service-choice:focus-visible .more{color:white}.service-choice:hover .number,.service-choice:focus-visible .number{color:#ff925f}.service-choice:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:820px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.service-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.service-choice{transition:none}}

/* Audited company-page refinements */
.home-visual,.home-contact-box,.home-service,.ref,.service{border-radius:16px}
.service-photo{margin:0 0 32px;background:var(--pale);border-radius:16px;overflow:hidden}
.service-photo img{display:block;width:100%;height:auto;max-height:340px;object-fit:contain}
.ref h2{font-size:1.45rem;margin:10px 0 18px}.tablewrap caption{text-align:left;padding:16px 0;font-weight:700;color:var(--blue)}
.tablewrap th[scope=row]{text-align:left;font-weight:600;width:40%}.archive-year{border-bottom:1px solid var(--gray);padding:20px 0}.archive-year summary{cursor:pointer;font-size:1.4rem;font-weight:700;color:var(--blue);padding:12px 0}.archive-year[open] summary{color:var(--orange)}
:focus-visible{outline:3px solid var(--orange);outline-offset:4px}input,select,textarea{min-height:46px}.tablewrap:focus-visible{outline-offset:6px}
@media(max-width:600px){.tablewrap table{min-width:0}.tablewrap th,.tablewrap td{padding:12px 9px;overflow-wrap:anywhere}.service-photo img{max-height:260px}.content-grid>*{min-width:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.service-photo figcaption{padding:12px 18px;font-size:.9rem;color:var(--blue)}.service-photo figcaption a{text-decoration:underline}

.camera-points li{display:grid;grid-template-columns:16px max-content minmax(0,1fr);column-gap:12px;align-items:start}.camera-points li:before{margin-right:0}.camera-points li span{min-width:0}

/* Cookie consent */
.cookie-banner[hidden],.cookie-settings[hidden]{display:none}.cookie-banner{position:fixed;z-index:10000;left:0;right:0;bottom:0;background:#fff;border-top:4px solid var(--orange);box-shadow:0 -12px 36px #0b173b26;color:var(--ink)}.cookie-banner__inner{width:min(calc(100% - 40px),1160px);margin:auto;padding:24px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center}.cookie-banner h2,.cookie-settings h2{color:var(--blue);font-size:1.35rem;margin:0 0 6px}.cookie-banner p,.cookie-settings p{margin:0;font-size:.95rem;line-height:1.55}.cookie-banner a{color:var(--blue);text-decoration:underline}.cookie-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.cookie-btn{appearance:none;border:1px solid var(--blue);border-radius:999px;background:#fff;color:var(--blue);cursor:pointer;font:700 .9rem/1.2 Arial,sans-serif;padding:12px 17px;white-space:nowrap}.cookie-btn:hover{background:#eef1f7}.cookie-btn--primary{background:var(--orange);border-color:var(--orange);color:#111}.cookie-btn--primary:hover{background:#f17442}.cookie-btn--text{border-color:transparent;text-decoration:underline}.cookie-settings{position:fixed;z-index:10001;inset:0;background:#0b173b99;display:grid;place-items:center;padding:20px}.cookie-settings__panel{position:relative;width:min(100%,620px);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:16px;border-top:5px solid var(--orange);box-shadow:0 24px 70px #07112b59;padding:32px;color:var(--ink)}.cookie-settings__close{position:absolute;right:18px;top:13px;border:0;background:transparent;color:var(--blue);cursor:pointer;font-size:2rem;line-height:1}.cookie-choice{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;border-top:1px solid var(--gray);padding:20px 0}.cookie-choice:first-of-type{margin-top:24px}.cookie-choice strong,.cookie-choice span{display:block}.cookie-choice strong{color:var(--blue)}.cookie-choice span{font-size:.9rem;color:var(--muted);margin-top:3px}.cookie-choice input{width:22px;height:22px;accent-color:var(--orange);min-height:0}.cookie-settings__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.cookie-footer-button{appearance:none;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.cookie-footer-button:hover{color:var(--orange)}
@media(max-width:760px){.cookie-banner__inner{width:min(calc(100% - 28px),1160px);padding:18px 0;grid-template-columns:1fr;gap:16px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}.cookie-actions .cookie-btn{white-space:normal}.cookie-actions .cookie-btn--text{grid-column:1/-1}.cookie-settings{padding:12px}.cookie-settings__panel{padding:28px 20px 22px;max-height:calc(100vh - 24px)}.cookie-settings__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-settings__actions .cookie-btn{white-space:normal}}
