.hn-auth-ch--cream{background:var(--auth-cream)}.hn-auth-ch__inner{padding-top:var(--auth-pad);padding-bottom:var(--auth-pad)}.hn-auth-ch__head{max-width:70rem;margin:0 0 3.2rem}.hn-auth-ch__grid{display:grid;gap:1.6rem;margin:0;padding:0;list-style:none}.hn-auth-ch__card{display:flex;flex-direction:column;gap:1.6rem;padding:2.2rem;border-radius:var(--auth-radius-lg);background:var(--auth-blush);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.hn-auth-ch--cream .hn-auth-ch__card{background:var(--auth-white);box-shadow:var(--auth-shadow-card)}.hn-auth-ch__card:hover{transform:translateY(-3px);box-shadow:0 1px 2px #4e15330a,0 26px 44px -30px #4e153373}.hn-auth-ch__top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1.4rem;align-items:start}.hn-auth-ch__card .hn-auth-mark{--mark-size: 5.6rem;border-radius:1.5rem;box-shadow:0 10px 20px -14px #4e153380}.hn-auth-ch__id{min-width:0;padding-top:.4rem}.hn-auth-ch .hn-auth-ch__name{margin:0;font-family:var(--auth-body);font-size:1.9rem;font-weight:800;line-height:1.2;letter-spacing:-.01em;text-transform:none;color:var(--auth-ink)}.hn-auth-ch__subline{margin:.3rem 0 0;font-size:1.35rem;line-height:1.4;color:var(--auth-muted);overflow-wrap:anywhere}.hn-auth-ch__kind{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:999px;background:var(--auth-white);font-size:1.05rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;color:var(--auth-plum)}.hn-auth-ch--cream .hn-auth-ch__kind{background:var(--auth-cream)}.hn-auth-ch__kind--official{background:var(--auth-plum);color:var(--auth-white)}.hn-auth-ch__kind--retail{background:var(--auth-green-bg);color:var(--auth-green)}.hn-auth-ch__card--logo .hn-auth-ch__top{grid-template-columns:minmax(0,1fr) auto;row-gap:1.4rem}.hn-auth-ch__card--logo .hn-auth-mark--logo{grid-column:1;grid-row:1;height:5.2rem;max-width:22rem;box-shadow:none;border-radius:0}.hn-auth-ch__card--logo .hn-auth-ch__kind{grid-column:2;grid-row:1;align-self:start}.hn-auth-ch__card--logo .hn-auth-ch__id{grid-column:1 / -1;grid-row:2;padding-top:0}.hn-auth-ch__card--logo .hn-auth-ch__subline{margin:0;font-size:1.45rem;font-weight:700;color:var(--auth-ink);overflow-wrap:normal}.hn-auth-ch__verify{display:flex;align-items:flex-start;gap:1rem;margin:0;padding:1.2rem 1.4rem;border-radius:1.4rem;background:var(--auth-white);font-size:1.45rem;line-height:1.5;color:var(--auth-ink)}.hn-auth-ch--cream .hn-auth-ch__verify{background:var(--auth-blush)}.hn-auth-ch__verify strong{font-weight:800;color:var(--auth-plum);margin-right:.3rem}.hn-auth-ch__verify-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.2rem;height:2.2rem;margin-top:.15rem;border-radius:50%;background:var(--auth-pink);color:var(--auth-white)}.hn-auth-ch__link{display:inline-flex;align-items:center;gap:.6rem;align-self:flex-start;margin-top:auto;padding:.4rem 0;font-size:1.5rem;font-weight:800;letter-spacing:-.005em;color:var(--auth-plum);text-decoration:none;border-radius:.4rem}.hn-auth-ch__link svg{transition:transform .18s ease}.hn-auth-ch__link:hover{color:var(--auth-pink)}.hn-auth-ch__link:hover svg{transform:translate(.3rem)}.hn-auth-ch__link:focus-visible{outline:2px solid var(--auth-plum);outline-offset:3px}.hn-auth-ch__not{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.4rem;margin:3.2rem 0 0;font-size:1.15rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--auth-plum)}.hn-auth-ch__not-list{display:inline-flex;flex-wrap:wrap;gap:.8rem;margin:0;padding:0;list-style:none}.hn-auth-ch__not-chip{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.3rem .5rem .7rem;border-radius:999px;background:var(--auth-white);box-shadow:var(--auth-shadow-card);font-size:1.4rem;font-weight:700;letter-spacing:0;text-transform:none;color:var(--auth-ink)}.hn-auth-ch__not-icon{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--auth-error-bg);color:var(--auth-error)}.hn-auth-ch__footnote{margin:2rem 0 0;font-size:1.3rem;line-height:1.5;color:var(--auth-muted)}.hn-auth-ch__footnote a{color:var(--auth-plum)}@media screen and (max-width:749px){.hn-auth-ch__card:not(.hn-auth-ch__card--logo) .hn-auth-ch__top{grid-template-columns:auto minmax(0,1fr)}.hn-auth-ch__card:not(.hn-auth-ch__card--logo) .hn-auth-ch__kind{grid-column:1 / -1;justify-self:start}}@media screen and (min-width:750px){.hn-auth-ch__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media screen and (min-width:990px){.hn-auth-ch__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.hn-auth-ch__grid--4{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem}.hn-auth-ch__grid--4 .hn-auth-ch__card{padding:2rem}.hn-auth-ch__grid--4 .hn-auth-ch__card:not(.hn-auth-ch__card--logo) .hn-auth-ch__top{grid-template-columns:auto minmax(0,1fr)}.hn-auth-ch__grid--4 .hn-auth-ch__card:not(.hn-auth-ch__card--logo) .hn-auth-ch__kind{grid-column:1 / -1;justify-self:start}}@media(prefers-reduced-motion:reduce){.hn-auth-ch__card,.hn-auth-ch__link svg{transition:none}.hn-auth-ch__card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/hn-auth-channels.css.map */
