.hcc-section{--hcc-bg: transparent;--hcc-text: inherit;--hcc-card-bg: #ffffff;--hcc-border: rgba(0,0,0,.08);--hcc-radius: 14px;--hcc-gap: 18px;--hcc-maxw: 1200px;background:var(--hcc-bg);color:var(--hcc-text)}.hcc-section__inner{margin:0 auto;max-width:var(--hcc-maxw);padding:48px 20px}@media(max-width:749px){.hcc-section__inner{padding:34px 16px}}.hcc-section__header{margin-bottom:22px}.hcc-section__kicker{font-size:.9rem;opacity:.8;margin:0 0 8px}.hcc-section__title{margin:0 0 10px;line-height:1.2}.hcc-section__sub{margin:0;opacity:.9;max-width:70ch}.hcc-cols{display:grid;gap:var(--hcc-gap)}.hcc-cols--cards .hcc-col{background:var(--hcc-card-bg);border:1px solid var(--hcc-border);border-radius:var(--hcc-radius);overflow:hidden;box-shadow:0 10px 24px #0000000d}.hcc-col__pad{padding:18px 18px 20px}.hcc-col__media{display:block;width:100%}.hcc-col__media img{width:100%;height:auto;display:block}.hcc-col__icon{width:40px;height:40px;margin-bottom:10px}.hcc-col__icon svg{width:100%;height:100%;display:block}.hcc-col__h{margin:0 0 8px;line-height:1.25}.hcc-col__text{opacity:.92}.hcc-col__link{margin-top:12px;display:inline-flex;align-items:center;gap:8px;font-weight:600;text-decoration:none}.hcc-col__link:hover{text-decoration:underline}.hcc-toc{border:1px solid var(--hcc-border);border-radius:var(--hcc-radius);background:#ffffffa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hcc-toc__pad{padding:18px}.hcc-toc__list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.hcc-toc__item a{text-decoration:none;display:inline-flex;gap:10px;align-items:flex-start;line-height:1.25}.hcc-toc__item a:hover{text-decoration:underline}.hcc-toc__dot{width:8px;height:8px;margin-top:.35em;border-radius:999px;background:currentColor;opacity:.35;flex:0 0 auto}.hcc-toc__item--lvl2{padding-left:18px}.hcc-toc__item--lvl3{padding-left:36px;opacity:.95}@media(min-width:990px){.hcc-toc--sticky{position:sticky;top:var(--hcc-sticky-top, 110px)}}.hcc-table{border:1px solid var(--hcc-border);border-radius:var(--hcc-radius);overflow:hidden;background:var(--hcc-card-bg, #fff)}.hcc-table__pad{padding:18px}.hcc-table__title{margin:0 0 10px;line-height:1.2}.hcc-table__sub{margin:0 0 14px;opacity:.92;max-width:75ch}.hcc-table__wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}table.hcc-table__el{width:100%;border-collapse:collapse;min-width:720px;table-layout:auto}table.hcc-table__el th,table.hcc-table__el td{padding:12px;border-top:1px solid var(--hcc-border);vertical-align:top}table.hcc-table__el thead th{border-top:0;font-weight:700;background:var(--hcc-head-bg, rgba(0,0,0,.03));color:var(--hcc-head-text, inherit)}.hcc-td-muted{opacity:.92}.hcc-table--striped table.hcc-table__el tbody tr:nth-child(odd){background:var(--hcc-row-odd, transparent)}.hcc-table--striped table.hcc-table__el tbody tr:nth-child(2n){background:var(--hcc-row-even, rgba(0,0,0,.02))}@media(max-width:768px){.hcc-table--stacked .hcc-table__wrap{overflow-x:visible}.hcc-table--stacked table.hcc-table__el{min-width:0}.hcc-table--stacked table.hcc-table__el thead{display:none}.hcc-table--stacked table.hcc-table__el,.hcc-table--stacked table.hcc-table__el tbody,.hcc-table--stacked table.hcc-table__el tr,.hcc-table--stacked table.hcc-table__el th,.hcc-table--stacked table.hcc-table__el td{display:block;width:100%}.hcc-table--stacked table.hcc-table__el tr{border:1px solid var(--hcc-border);border-radius:calc(var(--hcc-radius, 14px) - 4px);background:var(--hcc-card-bg, #fff);margin:0 0 12px;padding:12px 12px 14px}.hcc-table--stacked table.hcc-table__el th,.hcc-table--stacked table.hcc-table__el td{border:0;padding:8px 4px}.hcc-table--stacked table.hcc-table__el th[scope=row]{font-size:1.05em;padding-top:4px;padding-bottom:10px;order:1}.hcc-table--stacked table.hcc-table__el th[scope=row]:before{content:none}.hcc-table--stacked table.hcc-table__el td:not(.hcc-table__cb):before{content:attr(data-label);display:block;font-weight:700;margin-bottom:4px;opacity:.85;font-size:.92em}.hcc-table--stacked table.hcc-table__el td:not(.hcc-table__cb){order:2}.hcc-table--stacked table.hcc-table__el .hcc-table__cb{width:100%;text-align:left;margin-top:4px;border-top:1px solid var(--hcc-border);padding-top:12px;order:99}.hcc-table--stacked table.hcc-table__el .hcc-table__cb:before{content:attr(data-label);display:inline-block;font-weight:700;margin-right:10px;vertical-align:middle}.hcc-table--stacked table.hcc-table__el .hcc-table__cb input[type=checkbox]{width:28px;height:28px;min-width:28px;min-height:28px;vertical-align:middle}.hcc-table--stacked table.hcc-table__el tr{display:flex;flex-direction:column}}.hcc-table:not(.hcc-table--stacked) table.hcc-table__el{display:table!important;table-layout:auto!important}.hcc-table:not(.hcc-table--stacked) table.hcc-table__el thead{display:table-header-group!important}.hcc-table:not(.hcc-table--stacked) table.hcc-table__el tbody{display:table-row-group!important}.hcc-table:not(.hcc-table--stacked) table.hcc-table__el tr{display:table-row!important}.hcc-table:not(.hcc-table--stacked) table.hcc-table__el th,.hcc-table:not(.hcc-table--stacked) table.hcc-table__el td{display:table-cell!important}@media(max-width:749px){.hcc-table:not(.hcc-table--stacked) .hcc-table__wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.hcc-table:not(.hcc-table--stacked) table.hcc-table__el{width:100%;min-width:720px}}.hcc-table__cb{width:44px;text-align:center;white-space:nowrap}.hcc-table__cb input[type=checkbox]{width:18px;height:18px;accent-color:currentColor;cursor:pointer}.hcc-table__cb input[type=checkbox]:focus-visible{outline:2px solid #2d6a5e;outline-offset:2px}.hcc-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}.hcc-table__actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.hcc-table__reset{-webkit-appearance:none;appearance:none;border:1px solid var(--hcc-border);background:transparent;color:inherit;padding:10px 12px;border-radius:calc(var(--hcc-radius) - 4px);font-weight:600;cursor:pointer}.hcc-table__print{-webkit-appearance:none;appearance:none;border:1px solid var(--hcc-border);background:#fff;color:inherit;padding:10px 12px;border-radius:calc(var(--hcc-radius) - 4px);font-weight:600;cursor:pointer}.hcc-table__print:focus-visible,.hcc-table__reset:focus-visible{outline:2px solid #2d6a5e;outline-offset:2px}.hcc-table__reset:hover,.hcc-table__print:hover{filter:brightness(.98)}@media print{body.hcc-print-checklist .shopify-section-group-header-group,body.hcc-print-checklist .shopify-section-group-footer-group,body.hcc-print-checklist .announcement-bar-section,body.hcc-print-checklist .hcc-split-hero,body.hcc-print-checklist .hcc-sticky-toc,body.hcc-print-checklist .hcc-author-reviewer-date,body.hcc-print-checklist .hcc-related-guides,body.hcc-print-checklist .hcc-disclaimer,body.hcc-print-checklist .hcc-table__actions,body.hcc-print-checklist .main-page{display:none!important}body.hcc-print-checklist .hcc-table{box-shadow:none;border:1px solid #ccc}body.hcc-print-checklist .hcc-table__cb input[type=checkbox]{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hcc-sections.css.map */
