/*!
Theme Name: Poland Payroll Theme
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


/* test */
.ghr-outer, .ghr-outer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ghr-outer {
  container-type: inline-size !important;
  container-name: ghr-block !important;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}

/* ── Eyebrow ─────────────────────────────────── */

.ghr-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  margin-bottom: 16px;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

/* ── Grid ────────────────────────────────────── */

.ghr-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@container ghr-block (min-width: 500px) {
  .ghr-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Kill any wpautop-injected elements inside grid ── */

.ghr-grid > * {
  background: transparent;
  margin: 0;
  padding: 0;
}

/* ── Card base ───────────────────────────────── */

.ghr-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 6px;
  padding: 26px 26px 22px !important;
  display: flex !important;
  flex-direction: column !important;
}

.ghr-card--light {
  background: #fff !important;
  border: 1.5px solid #c8d3d9 !important;
}

.ghr-card--dark {
  background: #005a77 !important;
  border: 1.5px solid #005a77 !important;
}

/* ── Decorative icon (top-right corner) ──────── */

.ghr-icon {
  position: absolute !important;
  right: 0 !important;
  top: -4px !important;
  width: 42% !important;
  opacity: 0.09 !important;
  pointer-events: none !important;
}

.ghr-icon svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

/* ── Card content ────────────────────────────── */

.ghr-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #bb0052;
  line-height: 1;
  margin-bottom: 16px;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

.ghr-card--dark .ghr-num {
  color: #fff !important;
}

.ghr-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #005a77;
  line-height: 1.3;
  margin-bottom: 10px;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

.ghr-card--dark .ghr-title {
  color: #fff !important;
}

.ghr-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  color: #333;
  flex-grow: 1;
  margin-bottom: 16px;
}

.ghr-card--dark .ghr-desc {
  color: rgba(255, 255, 255, 0.78) !important;
}

.ghr-divider {
  height: 1px;
  background: #c8d3d9;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.ghr-card--dark .ghr-divider {
  background: rgba(255, 255, 255, 0.3) !important;
}

.ghr-tags {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 2px;
  color: #bb0052;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

.ghr-card--dark .ghr-tags {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* ── @supports fallback ──────────────────────── */

@supports not (container-type: inline-size) {
  @media (min-width: 800px) {
    .ghr-grid { grid-template-columns: 1fr 1fr; }
  }
}

.apa-outer, .apa-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.apa-outer {
  container-type: inline-size;
  container-name: apa-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.apa-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 36px 20px;
}
.apa-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  margin-bottom: 28px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.apa-items { display: flex; flex-direction: column; gap: 10px; }
.apa-items > * { background: transparent; }
.apa-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 20px;
  background: #fff !important;
}
.apa-item--red { border-color: #bb0052 !important; }
.apa-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #bb0052;
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
  padding-top: 2px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.apa-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #005a77;
  line-height: 1.3;
  margin-bottom: 4px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.apa-title--red { color: #bb0052; }
.apa-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
}
@container apa-block (min-width: 480px) {
  .apa-wrap { padding: 44px 52px; }
  .apa-item { gap: 20px; padding: 20px 24px; }
  .apa-num { font-size: 26px; width: 42px; }
  .apa-title { font-size: 17px; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 820px) {
    .apa-wrap { padding: 44px 52px; }
    .apa-item { gap: 20px; padding: 20px 24px; }
    .apa-num { font-size: 26px; width: 42px; }
    .apa-title { font-size: 17px; }
  }
}

.fbp-outer, .fbp-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.fbp-outer {
  container-type: inline-size;
  container-name: fbp-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.fbp-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 36px 24px;
}
.fbp-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  margin-bottom: 32px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.fbp-bars { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.fbp-row { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; }
.fbp-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #005a77;
  width: 100%;
  text-align: left;
  hyphens: none;
  -webkit-hyphens: none;
  word-break: normal;
}
.fbp-track { flex: 1; min-width: 40px; height: 14px; position: relative; }
.fbp-track-bg { position: absolute; inset: 0; background: #f0f3f5; border-radius: 4px; }
.fbp-track-fill { position: absolute; left: 0; top: 0; height: 100%; border-radius: 4px; }
.fbp-value {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  width: 64px;
  flex-shrink: 0;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.fbp-callout {
  background: #f0f3f5;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 18px 20px 18px 68px;
}
.fbp-callout-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #bb0052;
}
.fbp-callout-dot {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #bb0052;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.fbp-callout-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  color: #333;
}
@container fbp-block (min-width: 480px) {
  .fbp-wrap { padding: 44px 52px; }
  .fbp-row { flex-wrap: nowrap; }
  .fbp-label { width: 148px; text-align: right; flex-shrink: 0; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 820px) {
    .fbp-wrap { padding: 44px 52px; }
    .fbp-row { flex-wrap: nowrap; }
    .fbp-label { width: 148px; text-align: right; flex-shrink: 0; }
  }
}

.rlt-outer, .rlt-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.rlt-outer {
  container-type: inline-size;
  container-name: rlt-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.rlt-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 44px 24px;
  overflow: hidden;
}

/* ── Nodes — mobile (vertical) ── */
.rlt-nodes {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.rlt-nodes::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: 8px;
  width: 1px;
  background: rgba(0,90,119,0.5);
}
.rlt-node {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  text-align: left;
}
.rlt-node:last-child { padding-bottom: 0; }
.rlt-dot-wrap {
  width: 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding-top: 1px;
}
.rlt-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #005a77;
  background: #005a77;
  display: block;
}
.rlt-dot--red { background: #bb0052; border-color: #bb0052; }
.rlt-dot--outline { background: #fff; border-color: #005a77; }
.rlt-content { flex: 1; }
.rlt-node--faded { opacity: 0.5; }
.rlt-badge {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-bottom: 2px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.rlt-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.rlt-event {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 4px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.rlt-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.45;
}

/* ── Nodes — desktop (horizontal) ── */
@container rlt-block (min-width: 540px) {
  .rlt-wrap { padding: 44px 50px; }
  .rlt-nodes {
    flex-direction: row;
    gap: 0;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .rlt-nodes::before {
    top: 7px;
    left: 10%;
    right: 10%;
    bottom: auto;
    width: auto;
    height: 1px;
  }
  .rlt-node {
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .rlt-dot-wrap {
    width: auto;
    padding-top: 0;
    margin-bottom: 14px;
  }
  .rlt-content { flex: none; width: 100%; }
  .rlt-badge { margin-bottom: 4px; }
  .rlt-date { margin-bottom: 6px; }
  .rlt-event { margin-bottom: 8px; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 880px) {
    .rlt-wrap { padding: 44px 50px; }
    .rlt-nodes { flex-direction: row; gap: 0; align-items: flex-start; margin-bottom: 16px; }
    .rlt-nodes::before { top: 7px; left: 10%; right: 10%; bottom: auto; width: auto; height: 1px; }
    .rlt-node { flex: 1; flex-direction: column; align-items: center; gap: 0; padding-bottom: 0; text-align: center; }
    .rlt-dot-wrap { width: auto; padding-top: 0; margin-bottom: 14px; }
    .rlt-content { flex: none; width: 100%; }
  }
}

/* ── Callout ── */
.rlt-callout {
  background: #f0f3f5;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 16px 16px 16px 68px;
}
.rlt-callout-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #bb0052;
}
.rlt-callout-dot {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #bb0052;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.rlt-callout-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  color: #333;
}

.krt-outer, .krt-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.krt-outer {
  container-type: inline-size;
  container-name: krt-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.krt-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 44px 24px;
  overflow: hidden;
}
.krt-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  margin-bottom: 32px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  text-transform: uppercase;
}

/* ── Nodes — mobile (vertical) ── */
.krt-nodes {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.krt-nodes::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 16px;
  bottom: 8px;
  width: 1px;
  background: rgba(0,90,119,0.5);
}
.krt-node {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  text-align: left;
}
.krt-node:last-child { padding-bottom: 0; }
.krt-dot-wrap {
  width: 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding-top: 1px;
}
.krt-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #005a77;
  background: #005a77;
  display: block;
}
.krt-dot--red { background: #bb0052; border-color: #bb0052; box-shadow: 0 0 0 5px rgba(187,0,82,0.15); }
.krt-dot--outline { background: #fff; border-color: #005a77; }
.krt-content { flex: 1; }
.krt-node--faded { opacity: 0.5; }
.krt-badge {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-bottom: 2px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.krt-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.krt-event {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 4px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.krt-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.45;
}

/* ── Nodes — desktop (horizontal) ── */
@container krt-block (min-width: 500px) {
  .krt-wrap { padding: 44px 50px; }
  .krt-nodes { flex-direction: row; gap: 0; align-items: flex-start; margin-bottom: 16px; }
  .krt-nodes::before { top: 7px; left: 10%; right: 10%; bottom: auto; width: auto; height: 1px; }
  .krt-node { flex: 1; flex-direction: column; align-items: center; gap: 0; padding-bottom: 0; text-align: center; }
  .krt-dot-wrap { width: auto; padding-top: 0; margin-bottom: 14px; }
  .krt-content { flex: none; width: 100%; }
  .krt-badge { margin-bottom: 4px; }
  .krt-date { margin-bottom: 6px; }
  .krt-event { margin-bottom: 8px; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .krt-wrap { padding: 44px 50px; }
    .krt-nodes { flex-direction: row; gap: 0; align-items: flex-start; margin-bottom: 16px; }
    .krt-nodes::before { top: 7px; left: 10%; right: 10%; bottom: auto; width: auto; height: 1px; }
    .krt-node { flex: 1; flex-direction: column; align-items: center; gap: 0; padding-bottom: 0; text-align: center; }
    .krt-dot-wrap { width: auto; padding-top: 0; margin-bottom: 14px; }
    .krt-content { flex: none; width: 100%; }
  }
}

/* ── Callout ── */
.krt-callout {
  background: #f0f3f5;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 16px 16px 16px 68px;
}
.krt-callout-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #bb0052;
}
.krt-callout-dot {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #bb0052;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.krt-callout-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  color: #333;
}
.krt-callout-text strong { font-weight: 700; }

.trc-outer, .trc-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.trc-outer {
  container-type: inline-size;
  container-name: trc-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.trc-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 36px 20px;
}
.trc-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  margin-bottom: 24px;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.trc-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.trc-grid > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.trc-item { display: flex; flex-direction: column; }
.trc-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  padding: 22px 22px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  border-top-width: 4px !important;
  border-top-style: solid !important;
}
.trc-card--light {
  background: #fff !important;
  border: 1.5px solid #c8d3d9 !important;
  border-top: 4px solid #005a77 !important;
}
.trc-card--dark {
  background: #005a77 !important;
  border: 1.5px solid #005a77 !important;
  border-top: 4px solid #bb0052 !important;
  color: #fff !important;
}
.trc-icon {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 52% !important;
  pointer-events: none !important;
}
.trc-icon svg { width: 100% !important; height: auto !important; display: block !important; }
.trc-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 36px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.trc-card--light .trc-num { color: #bb0052; }
.trc-card--dark .trc-num { color: #fff; }
.trc-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 10px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.trc-card--light .trc-title { color: #005a77; }
.trc-card--dark .trc-title { color: #fff; }
.trc-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 16px;
}
.trc-card--light .trc-desc { color: #666; }
.trc-card--dark .trc-desc { color: rgba(255,255,255,0.85); }
.trc-divider {
  height: 1px;
  margin: 0 0 12px;
}
.trc-card--light .trc-divider { background: #c8d3d9; }
.trc-card--dark .trc-divider { background: rgba(255,255,255,0.3); }
.trc-action {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.5px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.trc-card--light .trc-action { color: #bb0052; }
.trc-card--dark .trc-action { color: #fff; }

@container trc-block (min-width: 500px) {
  .trc-wrap { padding: 44px 52px; }
  .trc-grid { flex-direction: row; align-items: stretch; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .trc-wrap { padding: 44px 52px; }
    .trc-grid { flex-direction: row; align-items: stretch; }
  }
}

.scm-outer, .scm-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.scm-outer {
  container-type: inline-size;
  container-name: scm-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.scm-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 32px 20px;
}
.scm-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  margin-bottom: 20px;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

/* ── Flow pills ── */
.scm-flow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.scm-pill {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.5px;
  padding: 8px 14px;
  border-radius: 6px;
  white-space: nowrap;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.scm-pill--start {
  background: #f0f3f5;
  border: 1.5px solid #c8d3d9;
  color: #005a77;
}
.scm-pill--end {
  background: #005a77;
  color: #fff;
}
.scm-flow-line {
  flex: 1;
  min-width: 20px;
  height: 1px;
  background: rgba(0,90,119,0.5);
}

/* ── Cards ── */
.scm-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.scm-steps > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.scm-step { display: flex; flex-direction: column; }
.scm-arrow {
  display: none;
}
.scm-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  padding: 16px 16px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  border: 1.5px solid #005a77 !important;
  background: #fff !important;
}
.scm-card--red {
  background: #bb0052 !important;
  border-color: #bb0052 !important;
}
.scm-icon {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 50% !important;
  pointer-events: none !important;
}
.scm-icon svg { width: 100% !important; height: auto !important; display: block !important; }
.scm-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  color: #bb0052;
  margin-bottom: 32px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.scm-card--red .scm-num { color: #fff; }
.scm-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #005a77;
  margin-bottom: 8px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.scm-card--red .scm-title { color: #fff; }
.scm-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  flex-grow: 1;
}
.scm-card--red .scm-desc { font-weight: 700; color: rgba(255,255,255,0.9); }

@container scm-block (min-width: 500px) {
  .scm-wrap { padding: 32px 32px; }
  .scm-steps { flex-direction: row; align-items: stretch; flex-wrap: wrap; gap: 8px; }
  .scm-step { flex: 1 1 120px; }
  .scm-arrow { display: none; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .scm-wrap { padding: 32px 32px; }
    .scm-steps { flex-direction: row; align-items: stretch; flex-wrap: wrap; gap: 8px; }
    .scm-step { flex: 1 1 120px; }
    .scm-arrow { display: none; }
  }
}

.cip-outer, .cip-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.cip-outer {
  container-type: inline-size;
  container-name: cip-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.cip-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 36px 20px;
}
.cip-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #bb0052;
  margin-bottom: 24px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

/* ── Grid ── */
.cip-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
  align-items: stretch;
}
.cip-grid > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.cip-col {
  display: flex;
  flex-direction: column;
}

/* ── Recommended tab ── */
.cip-recommend {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #fff;
  background: #bb0052;
  padding: 7px 14px;
  border-radius: 6px 6px 0 0;
  align-self: flex-end;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.cip-no-tab {
  height: 28px;
  flex-shrink: 0;
}

/* ── Cards ── */
.cip-card {
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 22px 22px 24px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cip-col--standard .cip-card {
  border-color: rgba(0,90,119,0.5);
  border-top-right-radius: 0;
}
.cip-pkg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  color: #005a77;
  margin-bottom: 6px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.cip-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: #005a77;
  margin-bottom: 4px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.cip-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #bb0052;
  margin-bottom: 8px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.cip-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.7;
  color: #707d87;
  margin-bottom: 16px;
}
.cip-col--standard .cip-desc { color: #005a77; }

/* ── Feature list ── */
.cip-features { display: flex; flex-direction: column; gap: 0; flex-grow: 1; }
.cip-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #edf2f5;
}
.cip-feature:last-child { border-bottom: none; }
.cip-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #005a77;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
}
.cip-x-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #bb0052;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cip-x-circle svg { display: block; }
.cip-feat-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 11.5px;
  line-height: 1.4;
  color: #333;
  flex: 1;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.cip-col--standard .cip-feat-text { color: #005a77; }
.cip-feat-text--missing { color: #bb0052; font-weight: 700; }
.cip-missing-badge {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  background: #bb0052;
  border-radius: 3px;
  padding: 3px 8px;
  flex-shrink: 0;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

/* ── Buttons ── */
.cip-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.cip-btns > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.cip-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #005a77;
  border: 1.5px solid #005a77;
  border-radius: 6px;
  padding: 8px 20px;
  background: #fff !important;
  cursor: default;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

/* ── Desktop ── */
@container cip-block (min-width: 500px) {
  .cip-wrap { padding: 44px 36px; }
  .cip-grid { flex-direction: row; gap: 16px; align-items: flex-start; }
  .cip-col { flex: 1; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .cip-wrap { padding: 44px 36px; }
    .cip-grid { flex-direction: row; gap: 16px; align-items: flex-start; }
    .cip-col { flex: 1; }
  }
}

.aic-outer, .aic-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.aic-outer {
  container-type: inline-size;
  container-name: aic-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.aic-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 28px 20px;
}
.aic-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.27;
  color: #bb0052;
  margin-bottom: 24px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.aic-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aic-grid > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.aic-card {
  border-radius: 6px !important;
  overflow: hidden !important;
  padding: 28px 28px 24px !important;
}
.aic-card--light {
  background: #fff !important;
  border: 1.5px solid #c8d3d9 !important;
}
.aic-card--dark {
  background: #005a77 !important;
  border: 1.5px solid #005a77 !important;
}
.aic-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.aic-card--light .aic-eyebrow { color: #bb0052; }
.aic-card--dark .aic-eyebrow { color: rgba(255,255,255,0.78); }
.aic-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 16px;
  word-break: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.aic-card--light .aic-card-title { color: #005a77; }
.aic-card--dark .aic-card-title { color: #fff !important; }
.aic-rule {
  height: 1px;
  margin-bottom: 0;
}
.aic-card--light .aic-rule { background: #c8d3d9; }
.aic-card--dark .aic-rule { background: rgba(255,255,255,0.18); }
.aic-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid;
}
.aic-card--light .aic-item { border-color: #c8d3d9; }
.aic-card--dark .aic-item { border-color: rgba(255,255,255,0.18); }
.aic-item:last-child { border-bottom: none; padding-bottom: 0; }
.aic-icon {
  flex-shrink: 0;
  width: 18px;
  padding-top: 2px;
}
.aic-icon svg { display: block; width: 100%; height: auto; }
.aic-item-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.aic-card--light .aic-item-text { color: #005a77; }
.aic-card--dark .aic-item-text { color: rgba(255,255,255,0.78); }

@container aic-block (min-width: 500px) {
  .aic-wrap { padding: 28px 28px; }
  .aic-grid { flex-direction: row; align-items: stretch; }
  .aic-card { flex: 1; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .aic-wrap { padding: 28px 28px; }
    .aic-grid { flex-direction: row; align-items: stretch; }
    .aic-card { flex: 1; }
  }
}

.tpp-outer, .tpp-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.tpp-outer {
  container-type: inline-size;
  container-name: tpp-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.tpp-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 28px 20px 28px;
}
.tpp-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.27;
  color: #bb0052;
  margin-bottom: 24px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.tpp-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tpp-grid > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.tpp-item { display: flex; flex-direction: column; }
.tpp-card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  padding: 28px 26px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.tpp-card--light {
  background: #fff !important;
  border: 1.5px solid #c8d3d9 !important;
}
.tpp-card--dark {
  background: #005a77 !important;
  border: 1.5px solid #005a77 !important;
}
.tpp-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.tpp-icon svg { width: 52px; height: 52px; display: block; }
.tpp-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.15;
  color: #bb0052;
  margin-bottom: 10px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.tpp-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 12px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.tpp-card--light .tpp-name { color: #005a77; }
.tpp-card--dark .tpp-name { color: #fff !important; }
.tpp-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 20px;
}
.tpp-card--light .tpp-desc { color: #005a77; }
.tpp-card--dark .tpp-desc { color: rgba(255,255,255,0.85); }
.tpp-divider {
  height: 1px;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.tpp-card--light .tpp-divider { background: #c8d3d9; }
.tpp-card--dark .tpp-divider { background: rgba(255,255,255,0.3); }
.tpp-tag {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.tpp-card--light .tpp-tag { color: #005a77; }
.tpp-card--dark .tpp-tag { color: #fff; }

@container tpp-block (min-width: 500px) {
  .tpp-wrap { padding: 28px 28px 28px; }
  .tpp-grid { flex-direction: row; align-items: stretch; }
  .tpp-item { flex: 1; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .tpp-wrap { padding: 28px 28px 28px; }
    .tpp-grid { flex-direction: row; align-items: stretch; }
    .tpp-item { flex: 1; }
  }
}

.zbn-outer, .zbn-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.zbn-outer {
  container-type: inline-size;
  container-name: zbn-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.zbn-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 44px 32px 40px;
}
.zbn-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  text-transform: uppercase;
  margin-bottom: 10px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.zbn-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  color: #bb0052;
  margin-bottom: 28px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.zbn-rule {
  height: 1px;
  background: #c8d3d9;
  margin-bottom: 36px;
}
.zbn-stats {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.zbn-stats > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.zbn-stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zbn-stat-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1px;
  color: rgba(0,90,119,0.55);
  text-transform: uppercase;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.zbn-stat-value {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -1px;
  color: #bb0052;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.zbn-stat-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.55;
  color: #005a77;
}

@container zbn-block (min-width: 500px) {
  .zbn-wrap { padding: 44px 52px 44px; }
  .zbn-stats { flex-direction: row; gap: 36px; }
  .zbn-stat { flex: 1; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .zbn-wrap { padding: 44px 52px 44px; }
    .zbn-stats { flex-direction: row; gap: 36px; }
    .zbn-stat { flex: 1; }
  }
}

.ffr-outer, .ffr-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.ffr-outer {
  container-type: inline-size;
  container-name: ffr-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.ffr-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 28px 20px;
}
.ffr-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  text-transform: uppercase;
  margin-bottom: 8px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.ffr-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.27;
  color: #005a77;
  margin-bottom: 6px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.ffr-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 20px;
}
.ffr-rule {
  height: 1px;
  background: #c8d3d9;
  margin-bottom: 20px;
}
.ffr-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ffr-grid > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.ffr-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ffr-item { display: flex; flex-direction: column; }
.ffr-card {
  background: #fff !important;
  border: 1.5px solid #c8d3d9 !important;
  border-radius: 6px !important;
  padding: 24px 24px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.ffr-badge {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  color: #fff;
  background: #bb0052;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 16px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.ffr-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: #005a77;
  margin-bottom: 12px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.ffr-divider {
  height: 1px;
  background: #c8d3d9;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.ffr-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #444;
  flex-grow: 1;
  margin-bottom: 20px;
}
.ffr-tag {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #bb0052;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

@container ffr-block (min-width: 500px) {
  .ffr-wrap { padding: 28px 28px; }
  .ffr-row { flex-direction: row; align-items: stretch; }
  .ffr-item { flex: 1; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .ffr-wrap { padding: 28px 28px; }
    .ffr-row { flex-direction: row; align-items: stretch; }
    .ffr-item { flex: 1; }
  }
}

.ecb-outer, .ecb-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.ecb-outer {
  container-type: inline-size;
  container-name: ecb-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.ecb-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 28px 20px;
}
.ecb-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  text-transform: uppercase;
  margin-bottom: 8px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.ecb-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.27;
  color: #005a77;
  margin-bottom: 6px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.ecb-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 20px;
}
.ecb-rule {
  height: 1px;
  background: #c8d3d9;
  margin-bottom: 20px;
}
/* Table */
.ecb-table { width: 100%; border-radius: 6px; overflow: hidden; border: 1.5px solid #c8d3d9; margin-bottom: 20px; }
.ecb-row {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.ecb-row--head { background: #f0f3f5 !important; }
.ecb-row--alt { background: #f0f3f5 !important; }
.ecb-row--total { background: #005a77 !important; min-height: 48px; }
.ecb-cell {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #005a77;
  padding: 8px 14px;
  flex: 1;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.ecb-cell--type { flex: 2; }
.ecb-cell--null { color: #c8d3d9 !important; }
.ecb-row--head .ecb-cell {
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #005a77;
}
.ecb-row--total .ecb-cell {
  font-weight: 800;
  font-size: 14px;
  color: #fff !important;
}
.ecb-row--total .ecb-cell--type {
  font-size: 11px;
  font-weight: 700;
}
/* Callout */
.ecb-callout {
  background: #f0f3f5;
  border-left: 4px solid #bb0052;
  border-radius: 0 6px 6px 0;
  padding: 14px 16px;
}
.ecb-callout p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #444;
}

@container ecb-block (min-width: 500px) {
  .ecb-wrap { padding: 28px 28px; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .ecb-wrap { padding: 28px 28px; }
  }
}

.wgc-outer, .wgc-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.wgc-outer {
  container-type: inline-size;
  container-name: wgc-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.wgc-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 28px 20px;
}
.wgc-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  text-transform: uppercase;
  margin-bottom: 8px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.wgc-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.27;
  color: #005a77;
  margin-bottom: 20px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.wgc-rule {
  height: 1px;
  background: #c8d3d9;
  margin-bottom: 20px;
}
.wgc-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.wgc-grid > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.wgc-card {
  border-radius: 6px !important;
  padding: 24px 24px 20px !important;
  flex: 1 !important;
}
.wgc-card--light {
  background: #fff !important;
  border: 1.5px solid #c8d3d9 !important;
}
.wgc-card--dark {
  background: #005a77 !important;
  border: 1.5px solid #005a77 !important;
}
.wgc-country {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.wgc-card--light .wgc-country { color: #005a77; }
.wgc-card--dark .wgc-country { color: rgba(255,255,255,0.7); }
.wgc-value {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -1px;
  color: #bb0052;
  margin-bottom: 6px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.wgc-card--dark .wgc-value { color: #fff; }
.wgc-sublabel {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.wgc-card--light .wgc-sublabel { color: #444; }
.wgc-card--dark .wgc-sublabel { color: rgba(255,255,255,0.75); }
.wgc-card-rule {
  height: 1px;
  margin-bottom: 16px;
}
.wgc-card--light .wgc-card-rule { background: #c8d3d9; }
.wgc-card--dark .wgc-card-rule { background: rgba(255,255,255,0.2); }
.wgc-cost {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.wgc-card--light .wgc-cost { color: #005a77; }
.wgc-card--dark .wgc-cost { color: #fff; }
.wgc-cost-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.wgc-card--light .wgc-cost-label { color: #444; }
.wgc-card--dark .wgc-cost-label { color: rgba(255,255,255,0.75); }
.wgc-badge {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.wgc-card--light .wgc-badge { background: #f0f3f5; color: #005a77; }
.wgc-card--dark .wgc-badge { background: rgba(255,255,255,0.12); color: #fff; }
.wgc-footnote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #005a77;
  opacity: 0.7;
}

@container wgc-block (min-width: 500px) {
  .wgc-wrap { padding: 28px 28px; }
  .wgc-grid { flex-direction: row; align-items: stretch; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .wgc-wrap { padding: 28px 28px; }
    .wgc-grid { flex-direction: row; align-items: stretch; }
  }
}

.rsk-outer, .rsk-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.rsk-outer {
  container-type: inline-size;
  container-name: rsk-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.rsk-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 28px 20px;
}
.rsk-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  text-transform: uppercase;
  margin-bottom: 8px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.rsk-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.27;
  color: #005a77;
  margin-bottom: 8px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.rsk-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.55;
  color: #555;
  margin-bottom: 24px;
}
.rsk-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rsk-grid > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.rsk-card {
  border-radius: 6px !important;
  padding: 22px 22px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.rsk-card--light {
  background: #fff !important;
  border: 1.5px solid #c8d3d9 !important;
}
.rsk-card--dark {
  background: #005a77 !important;
  border: 1.5px solid #005a77 !important;
}
.rsk-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  color: #bb0052 !important;
  margin-bottom: 14px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.rsk-rule {
  height: 1px;
  margin-bottom: 16px;
}
.rsk-card--light .rsk-rule { background: #c8d3d9; }
.rsk-card--dark .rsk-rule { background: rgba(255,255,255,0.18); }
.rsk-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 12px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.rsk-card--light .rsk-title { color: #005a77 !important; }
.rsk-card--dark .rsk-title { color: #fff !important; }
.rsk-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.55;
  flex-grow: 1;
  margin-bottom: 20px;
}
.rsk-card--light .rsk-desc { color: #555 !important; }
.rsk-card--dark .rsk-desc { color: rgba(255,255,255,0.78) !important; }
.rsk-tag {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.rsk-card--light .rsk-tag { color: #005a77 !important; }
.rsk-card--dark .rsk-tag { color: #fff !important; }

@container rsk-block (min-width: 500px) {
  .rsk-wrap { padding: 28px 28px; }
  .rsk-grid { flex-direction: row; align-items: stretch; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .rsk-wrap { padding: 28px 28px; }
    .rsk-grid { flex-direction: row; align-items: stretch; }
  }
}

.dtl-outer, .dtl-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.dtl-outer {
  container-type: inline-size;
  container-name: dtl-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.dtl-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 28px 20px;
}
.dtl-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  text-transform: uppercase;
  margin-bottom: 8px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.dtl-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.27;
  color: #005a77;
  margin-bottom: 24px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

/* ── Mobile: vertical list ── */
.dtl-vlist { display: flex; flex-direction: column; }
.dtl-vlist > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.dtl-vitem {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-bottom: 20px;
  position: relative;
}
.dtl-vitem:last-child { padding-bottom: 0; }
.dtl-vitem:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 44px;
  bottom: 0;
  width: 1.5px;
  background: #c8d3d9;
}
.dtl-vitem--ksef:not(:last-child)::after { background: #bb0052; }
.dtl-vcirc {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dtl-vcirc--teal { background: #005a77; }
.dtl-vcirc--red { background: #bb0052; }
.dtl-vcirc--gray { background: #fff; border: 1.5px solid #c8d3d9; }
.dtl-vcirc-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 7.5px;
  text-align: center;
  line-height: 1.3;
}
.dtl-vcirc--teal .dtl-vcirc-text, .dtl-vcirc--red .dtl-vcirc-text { color: #fff; }
.dtl-vcirc--gray .dtl-vcirc-text { color: #c8d3d9; }
.dtl-vcontent { padding-top: 5px; }
.dtl-vera {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #005a77;
  margin-bottom: 4px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.dtl-vitem--ksef .dtl-vera { color: #bb0052; }
.dtl-vnotes {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #555;
}

/* ── Desktop: horizontal timeline ── */
.dtl-htrack { display: none; }

@container dtl-block (min-width: 500px) {
  .dtl-wrap { padding: 28px 28px; }
  .dtl-vlist { display: none; }
  .dtl-htrack {
    display: flex;
    position: relative;
  }
  /* Gray connecting line */
  .dtl-htrack::before {
    content: '';
    position: absolute;
    left: 0; right: 0;
    top: 109px;
    height: 1.5px;
    background: #c8d3d9;
    z-index: 0;
  }
  /* Red segment from KSeF column onwards */
  .dtl-htrack::after {
    content: '';
    position: absolute;
    left: calc(100% * 5 / 7);
    right: 0;
    top: 108px;
    height: 2.5px;
    background: #bb0052;
    z-index: 1;
  }
  .dtl-hcol {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  /* Upper zone: 100px fixed height */
  .dtl-up {
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3px;
  }
  /* Above nodes: era label top, circle at bottom */
  .dtl-hcol--above .dtl-up {
    justify-content: flex-end;
    gap: 4px;
    padding-bottom: 6px;
  }
  /* Below nodes: notes at bottom */
  .dtl-hcol--below .dtl-up {
    justify-content: flex-end;
    padding-bottom: 8px;
    gap: 2px;
  }
  /* Dot zone: 20px */
  .dtl-vcon {
    height: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }
  /* Vertical connector from circle to line (above nodes) */
  .dtl-hcol--above .dtl-vcon::before {
    content: '';
    position: absolute;
    left: calc(50% - 0.75px);
    top: 0; bottom: 10px;
    width: 1.5px;
    background: #c8d3d9;
  }
  /* Vertical connector from line to circle (below nodes) */
  .dtl-hcol--below .dtl-vcon::after {
    content: '';
    position: absolute;
    left: calc(50% - 0.75px);
    top: 10px; bottom: 0;
    width: 1.5px;
    background: #c8d3d9;
  }
  .dtl-hcol--ksef .dtl-vcon::after { background: #bb0052; }
  .dtl-hdot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #005a77;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
  }
  .dtl-hcol--ksef .dtl-hdot {
    width: 12px; height: 12px;
    background: #bb0052;
    box-shadow: 0 0 0 4px rgba(187,0,82,0.15);
  }
  /* Down zone */
  .dtl-down {
    width: 100%;
    padding: 6px 3px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* Circles */
  .dtl-hcirc {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .dtl-hcirc--teal { background: #005a77; }
  .dtl-hcirc--red { background: #bb0052; }
  .dtl-hcirc--gray { background: #fff; border: 1.5px solid #c8d3d9; }
  .dtl-hcirc-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 7.5px;
    text-align: center;
    line-height: 1.3;
  }
  .dtl-hcirc--teal .dtl-hcirc-text, .dtl-hcirc--red .dtl-hcirc-text { color: #fff; }
  .dtl-hcirc--gray .dtl-hcirc-text { color: #c8d3d9; }
  /* Era label */
  .dtl-hera {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 7.5px;
    color: #005a77;
    text-align: center;
    line-height: 1.3;
    word-break: normal;
    hyphens: none;
    -webkit-hyphens: none;
  }
  .dtl-hcol--ksef .dtl-hera { color: #bb0052; }
  /* Notes */
  .dtl-hnote {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 7px;
    color: #555;
    line-height: 1.55;
    text-align: center;
    width: 100%;
  }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .dtl-wrap { padding: 28px 28px; }
    .dtl-vlist { display: none; }
    .dtl-htrack { display: flex; position: relative; }
    .dtl-htrack::before { content: ''; position: absolute; left: 0; right: 0; top: 109px; height: 1.5px; background: #c8d3d9; z-index: 0; }
    .dtl-htrack::after { content: ''; position: absolute; left: calc(100% * 5 / 7); right: 0; top: 108px; height: 2.5px; background: #bb0052; z-index: 1; }
    .dtl-hcol { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; }
    .dtl-up { height: 100px; width: 100%; display: flex; flex-direction: column; align-items: center; padding: 0 3px; }
    .dtl-hcol--above .dtl-up { justify-content: flex-end; gap: 4px; padding-bottom: 6px; }
    .dtl-hcol--below .dtl-up { justify-content: flex-end; padding-bottom: 8px; gap: 2px; }
    .dtl-vcon { height: 20px; width: 100%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 2; }
    .dtl-hcol--above .dtl-vcon::before { content: ''; position: absolute; left: calc(50% - 0.75px); top: 0; bottom: 10px; width: 1.5px; background: #c8d3d9; }
    .dtl-hcol--below .dtl-vcon::after { content: ''; position: absolute; left: calc(50% - 0.75px); top: 10px; bottom: 0; width: 1.5px; background: #c8d3d9; }
    .dtl-hcol--ksef .dtl-vcon::after { background: #bb0052; }
    .dtl-hdot { width: 8px; height: 8px; border-radius: 50%; background: #005a77; flex-shrink: 0; position: relative; z-index: 3; }
    .dtl-hcol--ksef .dtl-hdot { width: 12px; height: 12px; background: #bb0052; box-shadow: 0 0 0 4px rgba(187,0,82,0.15); }
    .dtl-down { width: 100%; padding: 6px 3px 0; display: flex; flex-direction: column; align-items: center; }
    .dtl-hcirc { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .dtl-hcirc--teal { background: #005a77; }
    .dtl-hcirc--red { background: #bb0052; }
    .dtl-hcirc--gray { background: #fff; border: 1.5px solid #c8d3d9; }
    .dtl-hcirc-text { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 7.5px; text-align: center; line-height: 1.3; }
    .dtl-hcirc--teal .dtl-hcirc-text, .dtl-hcirc--red .dtl-hcirc-text { color: #fff; }
    .dtl-hcirc--gray .dtl-hcirc-text { color: #c8d3d9; }
    .dtl-hera { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 7.5px; color: #005a77; text-align: center; line-height: 1.3; }
    .dtl-hcol--ksef .dtl-hera { color: #bb0052; }
    .dtl-hnote { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 7px; color: #555; line-height: 1.55; text-align: center; width: 100%; }
  }
}

.ars-outer, .ars-outer * { box-sizing: border-box; margin: 0; padding: 0; }
.ars-outer {
  container-type: inline-size;
  container-name: ars-block;
  max-width: 760px;
  width: 100%;
  margin-bottom: 30px;
}
.ars-wrap {
  background: #fff;
  border: 1.5px solid #c8d3d9;
  border-radius: 6px;
  padding: 28px 20px;
}
.ars-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: #bb0052;
  text-transform: uppercase;
  margin-bottom: 8px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.ars-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.27;
  color: #005a77;
  margin-bottom: 8px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.ars-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.55;
  color: #555;
  margin-bottom: 28px;
}
.ars-steps { display: flex; flex-direction: column; }
.ars-steps > * { background: transparent !important; margin: 0 !important; padding: 0 !important; }
.ars-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 24px;
  position: relative;
}
.ars-step:last-child { padding-bottom: 0; }
.ars-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 27px;
  top: 56px;
  bottom: 0;
  width: 1.5px;
  background: #c8d3d9;
}
.ars-step--critical::after { background: #bb0052; }
.ars-circ {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1.5px solid #c8d3d9;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ars-step--critical .ars-circ {
  background: #bb0052;
  border-color: #bb0052;
}
.ars-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #005a77;
}
.ars-step--critical .ars-num { color: #fff; }
.ars-content { flex: 1; padding-top: 7px; }
.ars-step-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 2px;
  color: #005a77;
  text-transform: uppercase;
  margin-bottom: 3px;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.ars-step--critical .ars-step-label { color: #bb0052; }
.ars-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: #005a77;
  margin-bottom: 8px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
.ars-step--critical .ars-title { color: #bb0052; }
.ars-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.55;
  color: #555;
}
.ars-callout {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff5f8;
  border: 1.5px solid #bb0052;
  border-radius: 6px;
  padding: 8px 12px;
  margin-top: 12px;
}
.ars-callout-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #bb0052;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 1px;
  flex-shrink: 0;
}
.ars-callout-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  color: #005a77;
}

@container ars-block (min-width: 500px) {
  .ars-wrap { padding: 28px 40px; }
}
@supports not (container-type: inline-size) {
  @media (min-width: 850px) {
    .ars-wrap { padding: 28px 40px; }
  }
}