/**
 * File: assets/css/frontend/pages/company/terms-conditions.css
 * Purpose: Styles the complete premium first-party HyperDAF Terms & Conditions experience and reading tools.
 * Scope: .hdf-terms-page only.
 * Related PHP: src/Frontend/Pages/Company/TermsConditionsRenderer.php
 * Related JS: assets/js/frontend/pages/terms-conditions.js
 * Package: HyperDAF Pro
 */
.hdf-terms-page{--hdf-terms-text:var(--hdf-color-text-primary);--hdf-terms-muted:var(--hdf-color-text-secondary);--hdf-terms-border:var(--hdf-color-border);--hdf-terms-accent:var(--hdf-color-primary-strong);--hdf-terms-soft:var(--hdf-color-surface-selected);position:relative;overflow-x:clip;padding:clamp(1.25rem,3.5vw,2.75rem) max(1rem,3vw);background:var(--hdf-color-surface-muted);color:var(--hdf-terms-text)}
.hdf-terms-page*,.hdf-terms-page*::before,.hdf-terms-page*::after{box-sizing:border-box}
.hdf-terms-page__inner{width:min(100%,var(--hdf-terms-max-width,1280px));margin-inline:auto;min-width:0}
.hdf-terms-progress{position:fixed;z-index:80;top:0;right:0;left:0;height:3px;background:transparent;pointer-events:none}
.admin-bar .hdf-terms-progress{top:32px}
.hdf-terms-progress span{display:block;width:0;height:100%;background:var(--hdf-terms-accent);transition:width .1s linear}
.hdf-terms-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(17rem,.55fr);gap:clamp(1.25rem,3vw,2rem);align-items:stretch;margin-bottom:var(--hdf-terms-section-gap,24px);padding:clamp(1.5rem,3.5vw,2.65rem);border:1px solid var(--hdf-terms-border);border-radius:var(--hdf-terms-card-radius,16px);background:linear-gradient(135deg,var(--hdf-color-surface),var(--hdf-color-surface-subtle));overflow:hidden}
.hdf-terms-page.is-surface-elevated .hdf-terms-hero,.hdf-terms-page.is-surface-elevated .hdf-terms-section,.hdf-terms-page.is-surface-elevated .hdf-terms-toc{border-color:var(--hdf-color-border-strong);background:var(--hdf-color-surface)}
.hdf-terms-eyebrow{margin:0 0 .75rem;color:var(--hdf-terms-accent);font-size:.76rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}
.hdf-terms-hero h1{max-width:16ch;margin:0;font-size:clamp(2.2rem,4.3vw,4.15rem);line-height:1.02;letter-spacing:-.045em}
.hdf-terms-hero__intro{max-width:48rem;margin:1rem 0 0;color:var(--hdf-terms-muted);font-size:clamp(.98rem,1.5vw,1.12rem);line-height:1.72}
.hdf-terms-hero__identity{display:flex;align-items:center;gap:.8rem;margin-top:1.25rem}
.hdf-terms-hero__identity>span{display:grid;flex:0 0 auto;width:2.8rem;height:2.8rem;place-items:center;border-radius:.85rem;background:var(--hdf-terms-soft);color:var(--hdf-terms-accent)}
.hdf-terms-hero__identity .hdf-icon{width:1.35rem;height:1.35rem}
.hdf-terms-hero__identity>div{display:grid;gap:.12rem;min-width:0}
.hdf-terms-hero__identity small{color:var(--hdf-terms-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.05em}
.hdf-terms-hero__identity strong{font-size:.9rem}
.hdf-terms-hero__identity em{color:var(--hdf-terms-muted);font-size:.76rem;font-style:normal;line-height:1.45}
.hdf-terms-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.35rem}
.hdf-terms-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.85rem;padding:.72rem 1rem;border:1px solid var(--hdf-terms-border);border-radius:.72rem;background:var(--hdf-color-surface);color:var(--hdf-terms-text);font:inherit;font-size:.82rem;font-weight:800;text-decoration:none;cursor:pointer}
.hdf-terms-button .hdf-icon{width:1rem;height:1rem}
.hdf-terms-button.is-primary{border-color:var(--hdf-terms-accent);background:var(--hdf-terms-accent);color:var(--hdf-color-text-inverse)}
.hdf-terms-button:hover,.hdf-terms-button:focus-visible{border-color:var(--hdf-color-primary-hover);background:var(--hdf-color-primary-hover);color:var(--hdf-color-text-inverse)}
.hdf-terms-status{display:grid;align-content:start;gap:1rem;min-width:0;padding:1.1rem;border:1px solid var(--hdf-terms-border);border-radius:calc(var(--hdf-terms-card-radius,16px) - 3px);background:var(--hdf-color-surface)}
.hdf-terms-status__head{display:flex;align-items:center;gap:.75rem}
.hdf-terms-status__head>span{display:grid;width:2.65rem;height:2.65rem;place-items:center;border-radius:.8rem;background:var(--hdf-terms-soft);color:var(--hdf-terms-accent)}
.hdf-terms-status__head .hdf-icon{width:1.25rem;height:1.25rem}
.hdf-terms-status__head>div{display:grid;gap:.15rem;min-width:0}
.hdf-terms-status__head small{color:var(--hdf-terms-accent);font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.hdf-terms-status__head strong{font-size:.96rem;overflow-wrap:anywhere}
.hdf-terms-status dl{display:grid;gap:.65rem;margin:0}
.hdf-terms-status dl>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;padding-top:.65rem;border-top:1px solid var(--hdf-terms-border)}
.hdf-terms-status dt{color:var(--hdf-terms-muted);font-size:.7rem}
.hdf-terms-status dd{margin:0;font-size:.72rem;font-weight:800;text-align:right}
.hdf-terms-status>a{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.7rem .8rem;border-radius:.65rem;background:var(--hdf-terms-soft);color:var(--hdf-terms-accent);font-size:.76rem;font-weight:800;text-decoration:none}
.hdf-terms-status>a .hdf-icon{width:.9rem;height:.9rem}
.hdf-terms-layout{display:grid;grid-template-columns:var(--hdf-terms-toc-width,280px) minmax(0,var(--hdf-terms-content-width,860px));gap:var(--hdf-terms-section-gap,24px);align-items:start;justify-content:center;min-width:0}
.hdf-terms-page.is-layout-document .hdf-terms-layout{grid-template-columns:minmax(0,var(--hdf-terms-content-width,860px))}
.hdf-terms-toc{display:grid;gap:.75rem;min-width:0;padding:1rem;border:1px solid var(--hdf-terms-border);border-radius:var(--hdf-terms-card-radius,16px);background:var(--hdf-color-surface)}
.hdf-terms-page.has-sticky-toc .hdf-terms-toc:not(.is-inline){position:sticky;top:calc(var(--hdf-header-sticky-offset,0px) + 1rem);max-height:calc(100vh - var(--hdf-header-sticky-offset,0px) - 2rem);overflow:auto}
.hdf-terms-toc.is-inline{margin-bottom:var(--hdf-terms-section-gap,24px)}
.hdf-terms-toc__head{display:flex;align-items:center;gap:.65rem;padding:.2rem .25rem .75rem;border-bottom:1px solid var(--hdf-terms-border)}
.hdf-terms-toc__head>span{display:grid;width:2rem;height:2rem;place-items:center;border-radius:.55rem;background:var(--hdf-terms-soft);color:var(--hdf-terms-accent)}
.hdf-terms-toc__head .hdf-icon{width:1rem;height:1rem}
.hdf-terms-toc__head strong{font-size:.82rem}
.hdf-terms-toc ol{display:grid;gap:.2rem;margin:0;padding:0;list-style:none;counter-reset:terms-toc}
.hdf-terms-toc li{counter-increment:terms-toc;min-width:0}
.hdf-terms-toc a{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:center;padding:.58rem .62rem;border-radius:.58rem;color:var(--hdf-terms-muted);font-size:.74rem;line-height:1.35;text-decoration:none}
.hdf-terms-toc a .hdf-icon{width:.92rem;height:.92rem;color:var(--hdf-terms-accent)}
.hdf-terms-toc a:hover,.hdf-terms-toc a:focus-visible,.hdf-terms-toc a.is-active{background:var(--hdf-terms-soft);color:var(--hdf-terms-text)}
.hdf-terms-toc__request{justify-content:space-between!important;margin-top:.25rem;border-top:1px solid var(--hdf-terms-border);border-radius:0!important;padding-top:.85rem!important;color:var(--hdf-terms-accent)!important;font-weight:800}
.hdf-terms-document{display:grid;gap:var(--hdf-terms-section-gap,24px);min-width:0;counter-reset:terms-section}
.hdf-terms-section{scroll-margin-top:calc(var(--hdf-header-sticky-offset,0px) + 1.25rem);min-width:0;padding:clamp(1.15rem,2.5vw,1.7rem);border:1px solid var(--hdf-terms-border);border-radius:var(--hdf-terms-card-radius,16px);background:var(--hdf-color-surface);counter-increment:terms-section}
.hdf-terms-page.is-accent-emphasized .hdf-terms-section{border-top:3px solid var(--hdf-terms-accent)}
.hdf-terms-section__head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:start;margin-bottom:1.1rem}
.hdf-terms-page.has-no-section-icons .hdf-terms-section__head{grid-template-columns:minmax(0,1fr)}
.hdf-terms-section__icon{display:grid;width:2.55rem;height:2.55rem;place-items:center;border-radius:.78rem;background:var(--hdf-terms-soft);color:var(--hdf-terms-accent)}
.hdf-terms-section__icon .hdf-icon{width:1.15rem;height:1.15rem}
.hdf-terms-section__head h2{display:flex;align-items:baseline;gap:.55rem;margin:0;font-size:clamp(1.3rem,2vw,1.75rem);line-height:1.18;letter-spacing:-.025em}
.hdf-terms-page.has-section-numbers .hdf-terms-section__head h2::before{content:counter(terms-section,decimal-leading-zero);color:var(--hdf-terms-accent);font-size:.68rem;font-weight:800;letter-spacing:.04em}
.hdf-terms-section__head p{max-width:52rem;margin:.45rem 0 0;color:var(--hdf-terms-muted);font-size:.88rem;line-height:1.68}
.hdf-terms-commitments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.hdf-terms-commitments article,.hdf-terms-info-card,.hdf-terms-retention article,.hdf-terms-cookie-grid article{min-width:0;padding:1rem;border:1px solid var(--hdf-terms-border);border-radius:calc(var(--hdf-terms-card-radius,16px) - 4px);background:var(--hdf-color-surface-subtle)}
.hdf-terms-commitments article>span,.hdf-terms-info-card>span{display:grid;width:2.3rem;height:2.3rem;place-items:center;margin-bottom:.7rem;border-radius:.68rem;background:var(--hdf-terms-soft);color:var(--hdf-terms-accent)}
.hdf-terms-commitments .hdf-icon,.hdf-terms-info-card .hdf-icon{width:1.05rem;height:1.05rem}
.hdf-terms-commitments h3,.hdf-terms-info-card h3,.hdf-terms-retention h3,.hdf-terms-cookie-grid h3{margin:0;font-size:.88rem;line-height:1.35}
.hdf-terms-commitments p,.hdf-terms-info-card p,.hdf-terms-retention p,.hdf-terms-cookie-grid p{margin:.45rem 0 0;color:var(--hdf-terms-muted);font-size:.77rem;line-height:1.62}
.hdf-terms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.hdf-terms-grid.is-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.hdf-terms-info-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start}
.hdf-terms-info-card>span{margin:0}
.hdf-terms-callout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;margin-top:.9rem;padding:.9rem;border:1px solid color-mix(in srgb,var(--hdf-terms-accent) 22%,var(--hdf-terms-border));border-radius:calc(var(--hdf-terms-card-radius,16px) - 4px);background:var(--hdf-terms-soft)}
.hdf-terms-callout>.hdf-icon{width:1.15rem;height:1.15rem;color:var(--hdf-terms-accent)}
.hdf-terms-callout strong{font-size:.8rem}
.hdf-terms-callout p{margin:.3rem 0 0;color:var(--hdf-terms-muted);font-size:.76rem;line-height:1.62}
.hdf-terms-callout.is-warning{border-color:color-mix(in srgb,var(--hdf-color-warning) 35%,var(--hdf-terms-border));background:color-mix(in srgb,var(--hdf-color-warning) 7%,var(--hdf-color-surface))}
.hdf-terms-callout.is-positive{border-color:color-mix(in srgb,var(--hdf-terms-accent) 32%,var(--hdf-terms-border))}
.hdf-terms-retention{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.hdf-terms-security{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start;margin-top:.9rem;padding:1rem;border-radius:calc(var(--hdf-terms-card-radius,16px) - 4px);background:linear-gradient(135deg,var(--hdf-terms-soft),var(--hdf-color-surface-subtle))}
.hdf-terms-security>span{display:grid;width:2.55rem;height:2.55rem;place-items:center;border-radius:.72rem;background:var(--hdf-color-surface);color:var(--hdf-terms-accent)}
.hdf-terms-security .hdf-icon{width:1.2rem;height:1.2rem}
.hdf-terms-security h3{margin:0;font-size:.9rem}
.hdf-terms-security p{margin:.4rem 0 0;color:var(--hdf-terms-muted);font-size:.78rem;line-height:1.65}
.hdf-terms-rights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0;padding:0;list-style:none}
.hdf-terms-rights li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:start;padding:.72rem;border:1px solid var(--hdf-terms-border);border-radius:.65rem;background:var(--hdf-color-surface-subtle);color:var(--hdf-terms-muted);font-size:.76rem;line-height:1.55}
.hdf-terms-rights .hdf-icon{width:1rem;height:1rem;color:var(--hdf-terms-accent)}
.hdf-terms-request{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;margin-top:1rem;padding:1rem;border:1px solid color-mix(in srgb,var(--hdf-terms-accent) 25%,var(--hdf-terms-border));border-radius:calc(var(--hdf-terms-card-radius,16px) - 4px);background:var(--hdf-terms-soft)}
.hdf-terms-request>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;min-width:0}
.hdf-terms-request>div>span{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:.7rem;background:var(--hdf-color-surface);color:var(--hdf-terms-accent)}
.hdf-terms-request h3{margin:0;font-size:.9rem}
.hdf-terms-request p{margin:.35rem 0;color:var(--hdf-terms-muted);font-size:.76rem;line-height:1.6}
.hdf-terms-request small{display:block;color:var(--hdf-terms-muted);font-size:.7rem;line-height:1.55}
.hdf-terms-cookie-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.hdf-terms-text-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:.9rem;color:var(--hdf-terms-accent);font-size:.78rem;font-weight:800;text-decoration:none}
.hdf-terms-text-link .hdf-icon{width:.9rem;height:.9rem}
.hdf-terms-contact-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.hdf-terms-contact-card>div{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.7rem;align-items:start;min-width:0;padding:.8rem;border:1px solid var(--hdf-terms-border);border-radius:.7rem;background:var(--hdf-color-surface-subtle)}
.hdf-terms-contact-card>div>span{display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:.65rem;background:var(--hdf-terms-soft);color:var(--hdf-terms-accent)}
.hdf-terms-contact-card .hdf-icon{width:1rem;height:1rem}
.hdf-terms-contact-card small{display:block;color:var(--hdf-terms-muted);font-size:.66rem;text-transform:uppercase;letter-spacing:.05em}
.hdf-terms-contact-card a,.hdf-terms-contact-card p{display:block;margin:.24rem 0 0;color:var(--hdf-terms-text);font-size:.78rem;line-height:1.55;overflow-wrap:anywhere;text-decoration:none}
.hdf-terms-contact-card>.hdf-terms-button{align-self:center}
.hdf-terms-editor-content{min-width:0;padding:clamp(1.1rem,2.5vw,1.6rem);border:1px solid var(--hdf-terms-border);border-radius:var(--hdf-terms-card-radius,16px);background:var(--hdf-color-surface)}
.hdf-terms-editor-content>:first-child{margin-top:0}.hdf-terms-editor-content>:last-child{margin-bottom:0}
.hdf-terms-editor-content p,.hdf-terms-editor-content li{color:var(--hdf-terms-muted);line-height:1.72}
.hdf-terms-footer-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:var(--hdf-terms-section-gap,24px);padding:1rem 1.15rem;border:1px solid var(--hdf-terms-border);border-radius:var(--hdf-terms-card-radius,16px);background:var(--hdf-color-surface)}
.hdf-terms-footer-actions>div{display:flex;align-items:center;gap:.65rem;min-width:0}
.hdf-terms-footer-actions>div>span{display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:.65rem;background:var(--hdf-terms-soft);color:var(--hdf-terms-accent)}
.hdf-terms-footer-actions .hdf-icon{width:1rem;height:1rem}
.hdf-terms-footer-actions p{display:grid;gap:.1rem;margin:0;min-width:0}.hdf-terms-footer-actions strong{font-size:.8rem}.hdf-terms-footer-actions small{color:var(--hdf-terms-muted);font-size:.68rem}
.hdf-terms-footer-actions>a{color:var(--hdf-terms-accent);font-size:.76rem;font-weight:800;text-decoration:none;white-space:nowrap}
.hdf-terms-page a:focus-visible,.hdf-terms-page button:focus-visible{outline:3px solid var(--hdf-color-focus);outline-offset:3px}
.hdf-terms-page__fallback{max-width:900px}.hdf-terms-page__fallback .hdf-company-content{min-width:0}
@media(max-width:72rem){.hdf-terms-layout{grid-template-columns:minmax(0,1fr)}.hdf-terms-toc:not(.is-inline){position:static!important;max-height:none!important}.hdf-terms-toc:not(.is-inline) ol{grid-template-columns:repeat(2,minmax(0,1fr))}.hdf-terms-hero{grid-template-columns:minmax(0,1fr) minmax(16rem,.5fr)}}
@media(max-width:52rem){.hdf-terms-hero{grid-template-columns:minmax(0,1fr)}.hdf-terms-status{grid-template-columns:minmax(0,1fr)}.hdf-terms-commitments{grid-template-columns:minmax(0,1fr)}.hdf-terms-grid,.hdf-terms-retention,.hdf-terms-rights,.hdf-terms-cookie-grid,.hdf-terms-contact-card{grid-template-columns:minmax(0,1fr)}.hdf-terms-request{grid-template-columns:minmax(0,1fr)}.hdf-terms-request>.hdf-terms-button{width:100%}.hdf-terms-toc:not(.is-inline) ol{grid-template-columns:minmax(0,1fr)}}
@media(max-width:40rem){.hdf-terms-page{padding-inline:.75rem}.hdf-terms-hero,.hdf-terms-section,.hdf-terms-toc,.hdf-terms-footer-actions{padding:1rem;border-radius:calc(var(--hdf-terms-card-radius,16px) - 3px)}.hdf-terms-hero h1{font-size:clamp(2rem,10vw,2.7rem)}.hdf-terms-actions{display:grid;grid-template-columns:minmax(0,1fr)}.hdf-terms-button{width:100%}.hdf-terms-section__head{grid-template-columns:minmax(0,1fr)}.hdf-terms-section__icon{width:2.35rem;height:2.35rem}.hdf-terms-info-card{grid-template-columns:minmax(0,1fr)}.hdf-terms-footer-actions{align-items:flex-start;flex-direction:column}.hdf-terms-footer-actions>a{white-space:normal}.admin-bar .hdf-terms-progress{top:46px}}
@media(prefers-reduced-motion:reduce){.hdf-terms-progress span{transition:none}}
@media print{.hdf-site-header,.hdf-site-footer,.hdf-terms-progress,.hdf-terms-actions,.hdf-terms-toc,.hdf-terms-footer-actions,.hdf-terms-status>a,.hdf-terms-request>.hdf-terms-button{display:none!important}.hdf-terms-page{padding:0;background:var(--hdf-color-surface)}.hdf-terms-page__inner{width:100%}.hdf-terms-hero,.hdf-terms-section,.hdf-terms-editor-content{break-inside:avoid;box-shadow:none}.hdf-terms-layout{display:block}.hdf-terms-document{display:block}.hdf-terms-section{margin-bottom:1rem}}

.hdf-terms-dual-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.hdf-terms-dual-list>div{min-width:0;padding:1rem;border:1px solid var(--hdf-terms-border);border-radius:calc(var(--hdf-terms-card-radius,16px) - 4px);background:var(--hdf-color-surface-subtle)}
.hdf-terms-dual-list h3{margin:0 0 .75rem;font-size:.9rem}
.hdf-terms-list{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}
.hdf-terms-list li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:start;padding:.68rem;border:1px solid var(--hdf-terms-border);border-radius:.65rem;background:var(--hdf-color-surface);color:var(--hdf-terms-muted);font-size:.76rem;line-height:1.55}
.hdf-terms-list .hdf-icon{width:1rem;height:1rem;color:var(--hdf-terms-accent)}
.hdf-terms-list.is-prohibited .hdf-icon{color:var(--hdf-color-danger)}
.hdf-terms-text-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.hdf-terms-text-grid article{min-width:0;padding:1rem;border:1px solid var(--hdf-terms-border);border-radius:calc(var(--hdf-terms-card-radius,16px) - 4px);background:var(--hdf-color-surface-subtle)}
.hdf-terms-text-grid h3{margin:0;font-size:.88rem;line-height:1.35}
.hdf-terms-text-grid p{margin:.45rem 0 0;color:var(--hdf-terms-muted);font-size:.77rem;line-height:1.62}
.hdf-terms-policy-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
.hdf-terms-policy-links a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.65rem;align-items:center;min-width:0;padding:.85rem;border:1px solid var(--hdf-terms-border);border-radius:.7rem;background:var(--hdf-color-surface-subtle);color:var(--hdf-terms-text);font-size:.78rem;font-weight:800;text-decoration:none}
.hdf-terms-policy-links a:hover,.hdf-terms-policy-links a:focus-visible{border-color:var(--hdf-terms-accent);color:var(--hdf-terms-accent)}
.hdf-terms-policy-links .hdf-icon{width:1rem;height:1rem}
@media(max-width:52rem){.hdf-terms-dual-list,.hdf-terms-text-grid,.hdf-terms-policy-links{grid-template-columns:minmax(0,1fr)}}
