
:root{
  --premium-ink:#13241f;
  --premium-ink-soft:#54655f;
  --premium-line:#d7e1db;
  --premium-card:#ffffff;
  --premium-paper:#f3f6f3;
  --premium-paper-2:#eef3ef;
  --premium-accent:#184e3d;
  --premium-accent-2:#236851;
  --premium-gold:#b4863a;
  --premium-gold-soft:#f7ecd7;
  --premium-shadow:0 22px 56px rgba(20,42,34,.08);
  --premium-shadow-soft:0 12px 28px rgba(20,42,34,.06);
  --premium-radius:28px;
}

body.hde-premium-public,
body.hde-premium-account,
body.hde-premium-policy{
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.85), transparent 28%),
    linear-gradient(180deg, #f8faf8 0%, #f2f6f3 38%, #eef2ef 100%);
  color:var(--premium-ink);
}

body.hde-premium-public::before,
body.hde-premium-account::before,
body.hde-premium-policy::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.02), rgba(255,255,255,.02));
  opacity:.25;
}

/* global common */
.hde-premium-public .shell,
.hde-premium-account .wrap,
.hde-premium-account .page,
.hde-premium-policy .policy-page{
  position:relative;
  z-index:1;
}

.hde-premium-public .shell{
  width:min(1240px,calc(100% - 40px));
  margin:36px auto 92px;
}

.hde-premium-public .copyright-notice-banner,
.hde-premium-public .free-access-banner,
.hde-premium-public .today-navigation-card,
.hde-premium-public .hero-card,
.hde-premium-public .lesson-card,
.hde-premium-public .completion-card,
.hde-premium-public .empty-card,
.hde-premium-public .locked-lesson-card,
.hde-premium-public .registration-gate-card,
.hde-premium-public .schedule-only-head,
.hde-premium-public .roadmap-section,
.hde-premium-account .card,
.hde-premium-policy .policy-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(209,222,214,.92)!important;
  border-radius:var(--premium-radius)!important;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,252,251,.98));
  box-shadow:var(--premium-shadow), inset 0 1px 0 rgba(255,255,255,.72);
}

.hde-premium-public .copyright-notice-banner::before,
.hde-premium-public .free-access-banner::before,
.hde-premium-public .today-navigation-card::before,
.hde-premium-public .hero-card::before,
.hde-premium-public .lesson-card::before,
.hde-premium-public .completion-card::before,
.hde-premium-public .empty-card::before,
.hde-premium-public .locked-lesson-card::before,
.hde-premium-public .registration-gate-card::before,
.hde-premium-account .card::before,
.hde-premium-policy .policy-card::before{
  content:"";
  position:absolute;
  top:-32px;
  right:-32px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(35,104,81,.16) 0%, rgba(180,134,58,.10) 34%, rgba(255,255,255,0) 70%);
  opacity:.78;
  pointer-events:none;
}

.hde-premium-public .copyright-notice-banner::after,
.hde-premium-public .free-access-banner::after,
.hde-premium-public .today-navigation-card::after,
.hde-premium-public .hero-card::after,
.hde-premium-public .lesson-card::after,
.hde-premium-public .completion-card::after,
.hde-premium-public .empty-card::after,
.hde-premium-public .locked-lesson-card::after,
.hde-premium-public .registration-gate-card::after,
.hde-premium-account .card::after,
.hde-premium-policy .policy-card::after{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:calc(var(--premium-radius) - 12px);
  border:1px solid rgba(255,255,255,.62);
  pointer-events:none;
}

.hde-premium-public .copyright-notice-banner{
  gap:28px;
  padding:24px 28px;
  background:
    radial-gradient(circle at right top, rgba(255,247,231,.72), transparent 28%),
    linear-gradient(90deg, rgba(255,249,241,.92), rgba(255,255,255,.99));
}
.hde-premium-public .copyright-notice-mark{
  min-width:210px;
  padding-right:18px;
  border-right:1px solid #eadfcb;
}
.hde-premium-public .copyright-notice-mark strong{font-size:24px;letter-spacing:-.03em}
.hde-premium-public .copyright-notice-mark span{font-size:10px;letter-spacing:.18em;color:var(--premium-gold)}
.hde-premium-public .copyright-notice-banner p{
  margin:0;
  color:var(--premium-ink-soft);
  font-size:15px;
  line-height:1.8;
  text-align:justify;
}

.hde-premium-public .free-access-banner{
  align-items:center;
  padding:20px 24px;
  background:
    radial-gradient(circle at right top, rgba(236,247,241,.72), transparent 28%),
    linear-gradient(90deg, rgba(239,247,242,.96), rgba(250,252,250,.98));
}
.hde-premium-public .free-access-banner strong{font-size:21px;color:var(--premium-accent)}
.hde-premium-public .free-access-banner span{display:block;margin-top:6px;font-size:14px;line-height:1.7;color:var(--premium-ink-soft);text-align:justify}
.hde-premium-public .free-access-banner a{
  border:1px solid #d8e6de;
  background:#fff;
  color:var(--premium-accent);
  box-shadow:var(--premium-shadow-soft);
  font-size:12px;
  font-weight:900;
  padding:12px 18px;
}

.hde-premium-public .today-navigation-card{
  padding:28px 28px 22px;
  background:
    radial-gradient(circle at right top, rgba(240,248,244,.72), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,252,251,.98));
}
.hde-premium-public .today-navigation-card .eyebrow{font-size:12px;letter-spacing:.17em;color:var(--premium-accent)}
.hde-premium-public .today-stage-line{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}
.hde-premium-public .today-stage-line strong{font-size:34px;letter-spacing:-.03em}
.hde-premium-public .today-stage-line strong::before{height:22px;padding:0 10px;background:var(--premium-gold-soft);color:var(--premium-gold)}
.hde-premium-public .today-stage-line span{color:#7a847f;font-weight:700}
.hde-premium-public .progress-shell{height:10px;border-radius:999px;background:#e7ece8}
.hde-premium-public .progress-bar{background:linear-gradient(90deg,var(--premium-accent),var(--premium-accent-2),#56a27d)}
.hde-premium-public .schedule-open-btn,
.hde-premium-public .back-today-btn{
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid #d8e4dd;
  box-shadow:var(--premium-shadow-soft);
}

.hde-premium-public .hero-card.protected-learning{
  padding:38px 42px;
  background:
    radial-gradient(circle at top right, rgba(239,248,244,.72), transparent 34%),
    radial-gradient(circle at left bottom, rgba(255,247,232,.40), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfb 100%);
}
.hde-premium-public .hero-meta{margin-bottom:10px}
.hde-premium-public .day-badge{
  background:linear-gradient(90deg, var(--premium-accent), var(--premium-accent-2));
  color:#fff;
  border:none;
  box-shadow:0 8px 20px rgba(24,78,61,.18);
}
.hde-premium-public .hero-meta time{font-size:14px;color:#7a867f}
.hde-premium-public .hero-card .eyebrow{color:var(--premium-gold);font-size:11px;letter-spacing:.18em}
.hde-premium-public .speakable-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.hde-premium-public .speakable-heading h1{
  margin:10px 0 12px;
  font-size:72px;
  line-height:1.02;
  letter-spacing:-.05em;
  font-family:Georgia,"Times New Roman",serif;
  max-width:900px;
}
.hde-premium-public .speak-en-main{
  min-height:54px;
  padding:0 20px;
  border-radius:999px;
  background:linear-gradient(90deg,#f6fbf8,#ffffff);
  border:1px solid #d7e3dc;
  color:var(--premium-accent);
  font-weight:900;
  box-shadow:var(--premium-shadow-soft);
}
.hde-premium-public .meaning{font-size:24px;line-height:1.6;color:#40514a}
.hde-premium-public .lesson-frequency{margin-top:12px;gap:10px;display:flex;flex-wrap:wrap;align-items:center}
.hde-premium-public .lesson-frequency b,
.hde-premium-public .lesson-frequency span{
  display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#f7faf8;border:1px solid #dbe6e0
}
.hde-premium-public .lesson-frequency b{color:var(--premium-gold)}
.hde-premium-public .hero-service-pills{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 8px}
.hde-premium-public .hero-service-pills span{
  display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;
  background:linear-gradient(90deg, #fff8ef, #ffffff);border:1px solid #eadfc7;color:#6c5d41;font-size:11px;font-weight:900;letter-spacing:.04em;
}

.hde-premium-public .audio-panel{
  margin-top:22px;
  border-radius:22px;
  border:1px solid #dbe5df;
  background:linear-gradient(135deg, #183f33 0%, #245644 55%, #183f33 100%);
  box-shadow:0 18px 38px rgba(24,63,51,.18);
}
.hde-premium-public .audio-title strong,
.hde-premium-public .audio-title span,
.hde-premium-public .audio-panel label,
.hde-premium-public .speech-engine-note span{color:#f4f8f5}
.hde-premium-public .audio-controls button,
.hde-premium-public .audio-options select{
  box-shadow:none;
}
.hde-premium-public .audio-controls .play-btn,
.hde-premium-public .audio-controls .stop-btn{
  min-height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.1);
  color:#fff;
  font-weight:900;
}
.hde-premium-public .audio-controls .play-btn:hover,
.hde-premium-public .audio-controls .stop-btn:hover{background:rgba(255,255,255,.18)}
.hde-premium-public .audio-options select{
  background:#f8fbf9;
  border-radius:12px;
  border:1px solid #dce7e1;
}
.hde-premium-public .speech-engine-badge{background:#fff3dc;color:#725523;border:none}

.hde-premium-public .learning-grid{gap:22px;margin-top:22px}
.hde-premium-public .lesson-card{padding:30px 28px;background:linear-gradient(180deg,#ffffff 0%,#fbfcfb 100%)}
.hde-premium-public .lesson-card h2{font-size:28px;letter-spacing:-.03em;margin:8px 0 12px}
.hde-premium-public .lesson-card p,
.hde-premium-public .lesson-card li,
.hde-premium-public .lesson-card .example-ko,
.hde-premium-public .lesson-card .pron-guide{
  color:#57675f;
  line-height:1.82;
  font-size:15px;
  text-align:justify;
  word-break:keep-all;
}
.hde-premium-public .section-no{
  display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:30px;
  border-radius:999px;background:var(--premium-gold-soft);color:var(--premium-gold);font-size:12px;font-weight:900;
}
.hde-premium-public .plain-list li,
.hde-premium-public .practice-list li,
.hde-premium-public .example-item{
  background:#f8faf8;
  border:1px solid #e4ebe6;
  border-radius:18px;
  padding:15px 16px;
}
.hde-premium-public .example-list{gap:14px}
.hde-premium-public .compare-expression,
.hde-premium-public .chunk,
.hde-premium-public .example-en{font-size:21px;color:var(--premium-ink);font-weight:800;line-height:1.45}
.hde-premium-public .tip-box,
.hde-premium-public .note-box{
  border:1px solid #eadfcb;
  background:linear-gradient(180deg,#fffaf1,#fffdf8);
  color:#645941;
  border-radius:18px;
}

.hde-premium-public .completion-card{
  margin-top:24px;
  padding:28px 30px;
  align-items:center;
  background:linear-gradient(90deg, rgba(247,252,249,.98), rgba(255,255,255,.98));
}
.hde-premium-public .completion-card h2{font-size:30px;letter-spacing:-.03em;margin:8px 0}
.hde-premium-public .completion-card p{color:#63716a;font-size:14px;line-height:1.7;text-align:justify}
.hde-premium-public #completeLesson{
  min-width:190px;min-height:54px;padding:0 18px;border-radius:999px;border:none;
  background:linear-gradient(90deg,var(--premium-accent),var(--premium-accent-2));
  box-shadow:0 14px 30px rgba(24,78,61,.18);
  font-size:14px;font-weight:900;color:#fff;
}

.hde-premium-public .empty-prep-card,
.hde-premium-public .locked-lesson-card,
.hde-premium-public .registration-gate-card{
  padding:36px 38px;
}
.hde-premium-public .prep-copy h2,
.hde-premium-public .locked-lesson-card h2,
.hde-premium-public .registration-gate-card h2{font-size:40px;letter-spacing:-.04em}
.hde-premium-public .prep-next-card,
.hde-premium-public .countdown-box{
  border-radius:22px;
  border:1px solid #d8e4de;
  background:linear-gradient(180deg,#f8fbf9,#ffffff);
}
.hde-premium-public .prep-review-cta,
.hde-premium-public .registration-gate-btn{
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--premium-accent),var(--premium-accent-2));
  color:#fff;
  text-decoration:none;
  border:none;
  box-shadow:0 14px 30px rgba(24,78,61,.16);
}
.hde-premium-public .registration-gate-privacy{display:inline-block;margin-top:12px;font-weight:900}
.hde-premium-public .registration-gate-points span{border-radius:999px;padding:8px 12px;background:#f7faf8;border:1px solid #e0e8e2}

.hde-premium-public .site-footer{
  margin-top:28px;
  padding:0!important;
  background:linear-gradient(180deg,#14251f,#10201b);
  color:#dce6e0;
  border-top:1px solid rgba(255,255,255,.06);
}
.hde-premium-public .site-footer .footer-compact-shell{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto!important;
  padding:22px 0 24px!important;
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(420px,1.5fr);
  align-items:center;
  gap:36px;
  line-height:1.45;
}
.hde-premium-public .footer-brand-block,
.hde-premium-public .footer-info-block{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.hde-premium-public .footer-brand-block strong{
  font-size:17px;
  color:#fff;
  letter-spacing:-.015em;
}
.hde-premium-public .footer-brand-block span,
.hde-premium-public .footer-info-block>span{
  color:#aebdb5;
  font-size:10px;
}
.hde-premium-public .footer-info-block{
  align-items:flex-end;
  text-align:right;
}
.hde-premium-public .footer-policy-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:4px 12px;
  margin-top:4px;
}
.hde-premium-public .footer-privacy-link{
  color:#dcefdc;
  font-size:10px;
  text-decoration:none;
}
.hde-premium-public .footer-privacy-link:hover{color:#fff}

/* policy pages */
.hde-premium-policy .policy-page{width:min(1020px,calc(100% - 34px));margin:38px auto 86px}
.hde-premium-policy .policy-card{padding:34px 34px 30px}
.hde-premium-policy .policy-kicker{font-size:10px;letter-spacing:.18em;color:var(--premium-gold)}
.hde-premium-policy .policy-card h1{font-size:36px;letter-spacing:-.04em;margin:8px 0 10px}
.hde-premium-policy .policy-card h2{font-size:23px;letter-spacing:-.03em;margin-top:34px}
.hde-premium-policy .policy-card h3{font-size:17px;margin-top:24px}
.hde-premium-policy .policy-card p,
.hde-premium-policy .policy-card li,
.hde-premium-policy .policy-table{font-size:14px;line-height:1.9;color:#5a6862}
.hde-premium-policy .policy-grid{gap:14px;margin:26px 0}
.hde-premium-policy .policy-grid>div{
  border-radius:20px;border:1px solid #e1e8e3;background:linear-gradient(180deg,#f9fbfa,#ffffff);padding:18px;
  box-shadow:var(--premium-shadow-soft);
}
.hde-premium-policy .policy-grid span{font-size:10px;letter-spacing:.08em;color:#84918a}
.hde-premium-policy .policy-grid strong{margin-top:6px;font-size:18px;color:var(--premium-ink)}
.hde-premium-policy .policy-note,
.hde-premium-policy .policy-warn{border-radius:16px;padding:15px 16px}
.hde-premium-policy .policy-links a{padding:10px 14px;font-size:11px;border:1px solid #d9e5de;background:#fff;box-shadow:var(--premium-shadow-soft)}

/* account pages */
.hde-premium-account .wrap,
.hde-premium-account .page{width:min(980px,calc(100% - 34px));margin:38px auto 86px}
.hde-premium-account .wrap .card,
.hde-premium-account .page .card{padding:30px 30px 26px}
.hde-premium-account .top h1,
.hde-premium-account h1{font-size:34px;letter-spacing:-.04em;margin:.25em 0 .25em}
.hde-premium-account .top small,
.hde-premium-account small{letter-spacing:.16em;color:var(--premium-gold)}
.hde-premium-account .lead,
.hde-premium-account p,
.hde-premium-account .free,
.hde-premium-account .consent-row span,
.hde-premium-account .consent-detail,
.hde-premium-account .age-note,
.hde-premium-account .check span{color:#5a6862;line-height:1.82}
.hde-premium-account .nav a,
.hde-premium-account .policy-links a,
.hde-premium-account a.back{
  display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;
  border-radius:999px;border:1px solid #dce5df;background:#fff;color:var(--premium-accent);text-decoration:none;font-size:11px;font-weight:900;box-shadow:var(--premium-shadow-soft);
}
.hde-premium-account .nav{display:flex;gap:8px;flex-wrap:wrap}
.hde-premium-account .free,
.hde-premium-account .consent-box,
.hde-premium-account .status>div,
.hde-premium-account .stage,
.hde-premium-account .notice,
.hde-premium-account .ok,
.hde-premium-account .err{
  border-radius:20px;
  border:1px solid #dfe7e2;
  box-shadow:var(--premium-shadow-soft);
}
.hde-premium-account .free{padding:18px 18px;background:linear-gradient(180deg,#f7fbf8,#ffffff)}
.hde-premium-account .status{gap:14px;margin-top:18px}
.hde-premium-account .status>div,
.hde-premium-account .stage{padding:18px;background:linear-gradient(180deg,#f8faf9,#ffffff)}
.hde-premium-account .status strong,
.hde-premium-account .stage strong{font-size:20px;color:var(--premium-ink)}
.hde-premium-account .overall strong{font-size:44px;color:var(--premium-accent)}
.hde-premium-account .bar{height:10px;background:#e8ede9}
.hde-premium-account .bar span{background:linear-gradient(90deg,var(--premium-accent),var(--premium-accent-2),#56a27d)}
.hde-premium-account input,
.hde-premium-account textarea,
.hde-premium-account select{
  min-height:50px;padding:13px 14px;border-radius:16px;border:1px solid #d4dfd8;background:#fcfdfc;font:inherit;
}
.hde-premium-account input[type=checkbox]{min-height:auto;padding:0;border-radius:0}
.hde-premium-account button,
.hde-premium-account .btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border:none;border-radius:999px;
  background:linear-gradient(90deg,var(--premium-accent),var(--premium-accent-2));color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(24,78,61,.16);cursor:pointer;text-decoration:none;
}
.hde-premium-account button.soft{background:linear-gradient(90deg,#ebf2ee,#f6faf8);color:var(--premium-accent);border:1px solid #d5e1db;box-shadow:var(--premium-shadow-soft)}
.hde-premium-account button.danger{background:linear-gradient(90deg,#7b3838,#8d4747)}
.hde-premium-account .consent-box,.hde-premium-account .age-note{padding:18px}
.hde-premium-account .anonymous-policy-summary{gap:12px}
.hde-premium-account .anonymous-policy-summary>div{padding:13px 14px;border-radius:15px;border:1px solid #e3ebe6;background:#fff}

/* admin premium polish */
body .premium-panel-title{letter-spacing:.16em;color:#b4863a}

@media(max-width:860px){
  .hde-premium-public .speakable-heading{flex-direction:column;align-items:flex-start}
  .hde-premium-public .speakable-heading h1{font-size:54px}
  .hde-premium-public .meaning{font-size:21px}
  .hde-premium-public .hero-card.protected-learning,
  .hde-premium-public .lesson-card,
  .hde-premium-public .completion-card,
  .hde-premium-public .copyright-notice-banner,
  .hde-premium-public .free-access-banner,
  .hde-premium-public .today-navigation-card,
  .hde-premium-public .empty-card,
  .hde-premium-public .locked-lesson-card,
  .hde-premium-public .registration-gate-card,
  .hde-premium-account .wrap .card,
  .hde-premium-account .page .card,
  .hde-premium-policy .policy-card{padding:24px}
}

@media(max-width:640px){
  .hde-premium-public .shell,
  .hde-premium-account .wrap,
  .hde-premium-account .page,
  .hde-premium-policy .policy-page{width:calc(100% - 20px);margin:24px auto 70px}
  .hde-premium-public .copyright-notice-banner{flex-direction:column;align-items:flex-start}
  .hde-premium-public .copyright-notice-mark{min-width:0;padding-right:0;border-right:none;border-bottom:1px solid #eadfcb;padding-bottom:10px;width:100%}
  .hde-premium-public .free-access-banner{flex-direction:column;align-items:flex-start;gap:12px}
  .hde-premium-public .today-stage-line strong{font-size:26px}
  .hde-premium-public .speakable-heading h1{font-size:40px}
  .hde-premium-public .meaning{font-size:18px}
  .hde-premium-public .hero-service-pills{gap:8px}
  .hde-premium-public .hero-service-pills span{font-size:10px;padding:0 11px}
  .hde-premium-public .completion-card{flex-direction:column;align-items:flex-start}
  .hde-premium-account .top,.hde-premium-account .who{flex-direction:column;align-items:flex-start}
  .hde-premium-account .status,.hde-premium-account .stages,.hde-premium-policy .policy-grid{grid-template-columns:1fr!important}
}


/* V2.2.1 softer premium accents */
.hde-premium-public .copyright-notice-banner,
.hde-premium-public .free-access-banner,
.hde-premium-public .today-navigation-card,
.hde-premium-public .hero-card,
.hde-premium-public .lesson-card,
.hde-premium-public .completion-card,
.hde-premium-public .empty-card,
.hde-premium-public .locked-lesson-card,
.hde-premium-public .registration-gate-card,
.hde-premium-account .card,
.hde-premium-policy .policy-card{
  backdrop-filter: blur(6px);
}
.hde-premium-public .copyright-notice-banner .copyright-notice-mark,
.hde-premium-public .free-access-banner strong,
.hde-premium-public .today-navigation-card .eyebrow,
.hde-premium-public .hero-card .eyebrow{
  position:relative;
}
.hde-premium-public .copyright-notice-banner .copyright-notice-mark::after,
.hde-premium-public .free-access-banner strong::after,
.hde-premium-public .today-navigation-card .eyebrow::after,
.hde-premium-public .hero-card .eyebrow::after{
  content:"";
  display:block;
  width:44px;
  height:8px;
  margin-top:8px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(180,134,58,.26), rgba(35,104,81,.14));
}
.hde-premium-public .free-access-banner strong::after,
.hde-premium-public .today-navigation-card .eyebrow::after,
.hde-premium-public .hero-card .eyebrow::after{width:32px;height:6px}

/* V2.3.2 compact footer */
@media(max-width:760px){
  .hde-premium-public .site-footer{margin-top:22px}
  .hde-premium-public .site-footer .footer-compact-shell{
    width:calc(100% - 28px);
    grid-template-columns:1fr;
    gap:12px;
    padding:20px 0 22px!important;
    text-align:center;
  }
  .hde-premium-public .footer-brand-block,
  .hde-premium-public .footer-info-block{align-items:center;text-align:center}
  .hde-premium-public .footer-policy-links{justify-content:center;gap:6px 11px}
}
