/* Mirrors: consumer/global/clientlib-site/sites/id */
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 300; padding: 12px 18px; color: #fff; background: #000; }
.skip-link:focus { top: 10px; }
.icon-btn { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: transparent; font-size: 24px; cursor: pointer; }
.icon-btn:hover { background: #f2f2f2; }
.selected { border-color: var(--blue) !important; box-shadow: inset 0 0 0 1px var(--blue); }
.section-title { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-title h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.12; }
.section-title p { margin: 10px 0 0; color: #555; font-size: 17px; }
.fine-print { color: #777; font-size: 11px; }

