/* Samsung ice-maker editorial refinement — BeeFixPro v39 */

.samsung-ice-guide .ka-hero h1 {
  max-width: 14ch;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.048em;
}

.samsung-ice-guide .ka-hero h1 span {
  margin-top: .16em;
  font-size: .63em;
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -.032em;
}

.samsung-ice-guide .ka-summary .ka-note { margin-bottom: 0; }

.samsung-ice-guide .ka-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  padding: 0;
  list-style: none;
}

.samsung-ice-guide .ka-check-list li {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 44px;
  border: 1px solid rgba(38, 33, 27, .09);
  border-radius: 15px;
  background: #fff;
  line-height: 1.45;
}

.samsung-ice-guide .ka-check-list li::before {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1c9;
  color: #9b6200;
  content: "✓";
  font-size: 12px;
  font-weight: 900;
}

.samsung-models {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 23px 0 6px;
  padding: 22px;
  border: 1px solid rgba(184, 117, 0, .18);
  border-radius: 19px;
  background: linear-gradient(135deg, #fffaf0, #fff);
}

.samsung-models span {
  padding: 8px 11px;
  border: 1px solid rgba(38, 33, 27, .09);
  border-radius: 10px;
  background: #fff;
  color: #514b43;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 700;
}

.samsung-ice-guide .samsung-table td:nth-child(2) {
  color: #8f5900;
  font-weight: 900;
  white-space: nowrap;
}

.samsung-ice-guide .samsung-table td:last-child {
  color: #615b53;
  font-weight: 500;
}

.samsung-timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.samsung-timeline::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 67px;
  width: 1px;
  background: linear-gradient(#e6a31c, #ead8aa);
  content: "";
}

.samsung-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(38, 33, 27, .09);
  border-radius: 18px;
  background: #fff;
}

.samsung-timeline time {
  position: relative;
  z-index: 1;
  align-self: start;
  color: #995f00;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.samsung-timeline p { margin: 0; }

.samsung-support {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 18px;
  padding: 23px;
  border: 1px solid rgba(184, 117, 0, .2);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff8e5, #fff);
}

.samsung-support > i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #fff0c5;
  color: #9b6200;
  font-size: 20px;
}

.samsung-support strong {
  display: block;
  margin: 2px 0 5px;
  color: #312c26;
  font-size: 18px;
}

.samsung-support p { margin: 0; font-size: 15px; }

@media (max-width: 720px) {
  .samsung-ice-guide .ka-hero h1 {
    max-width: none;
    font-size: clamp(36px, 10.4vw, 51px);
    line-height: 1;
  }

  .samsung-ice-guide .ka-hero h1 span {
    font-size: .66em;
    line-height: 1.12;
  }

  .samsung-ice-guide .ka-check-list { grid-template-columns: 1fr; }
  .samsung-models { padding: 15px; }
  .samsung-models span { font-size: 11px; }
  .samsung-timeline::before { display: none; }
  .samsung-timeline article { grid-template-columns: 1fr; gap: 7px; padding: 18px; }
  .samsung-support { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 18px; }
  .samsung-support > i { width: 42px; height: 42px; border-radius: 12px; font-size: 17px; }
}

/* v40 visual system — compact hero, brand consistency and true mobile layouts. */
.samsung-ice-guide {
  --ka-ink: #23211e;
  --ka-muted: #69645d;
  --ka-gold: #b56f00;
  --ka-gold-bright: #ffad08;
  background: linear-gradient(180deg, #f5f6f4 0%, #fff 30%, #f5f5f2 100%);
}

.samsung-ice-guide .ka-shell { width: min(1240px, calc(100% - 48px)); }
.samsung-ice-guide .ka-hero { padding: 24px 0 22px; }
.samsung-ice-guide .ka-hero-frame {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(34, 31, 27, .11);
}
.samsung-ice-guide .ka-hero-media {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-height: 500px;
}
.samsung-ice-guide .ka-hero-media::after { display: none; }
.samsung-ice-guide .ka-hero-media img { object-position: 55% center; }
.samsung-ice-guide .ka-hero-card {
  grid-column: 1;
  grid-row: 1;
  width: auto;
  margin: 0;
  padding: 42px 40px 36px;
  border: 0;
  border-right: 1px solid rgba(38, 33, 27, .08);
  border-radius: 0;
  background: radial-gradient(circle at 8% 5%, rgba(255, 183, 26, .08), transparent 13rem), #fff;
  box-shadow: none;
  backdrop-filter: none;
}
.samsung-ice-guide .ka-kicker { font-size: 11px; letter-spacing: .16em; }
.samsung-ice-guide .ka-hero h1 {
  max-width: none;
  margin: 17px 0 15px;
  font-size: clamp(36px, 3.2vw, 49px);
  font-weight: 600;
  line-height: 1.01;
  letter-spacing: -.042em;
}
.samsung-ice-guide .ka-hero h1 span {
  margin-top: .22em;
  font-size: .58em;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -.02em;
}
.samsung-ice-guide .ka-lead { font-size: 15px; line-height: 1.62; }
.samsung-ice-guide .ka-hero-actions { margin-top: 20px; }
.samsung-ice-guide .ka-btn { min-height: 48px; padding-inline: 18px; border-radius: 13px; font-size: 13px; }
.samsung-ice-guide .ka-hero-proof { gap: 8px; margin-top: 18px; }
.samsung-ice-guide .ka-proof { min-height: 58px; padding: 9px; border-radius: 13px; font-size: 11px; line-height: 1.25; }
.samsung-ice-guide .ka-proof i { width: 29px; height: 29px; border-radius: 9px; }

.samsung-ice-guide .ka-overview { padding: 26px 0 16px; }
.samsung-ice-guide .ka-overview-grid { grid-template-columns: minmax(0, 1.22fr) minmax(320px, .58fr); gap: 18px; }
.samsung-ice-guide .ka-summary,
.samsung-ice-guide .ka-toc { border-radius: 24px; }
.samsung-ice-guide .ka-summary { position: relative; padding: 34px 36px; overflow: hidden; }
.samsung-summary-icon {
  position: absolute;
  top: 27px;
  right: 30px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181, 111, 0, .16);
  border-radius: 15px;
  background: #fff4d8;
  color: #a26400;
}
.samsung-ice-guide .ka-summary h2 { max-width: 14ch; margin-top: 9px; font-size: clamp(31px, 3vw, 43px); font-weight: 600; }
.samsung-ice-guide .samsung-summary-lead { max-width: 71ch; font-size: 16px; line-height: 1.68; }
.samsung-evidence {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 21px;
  padding: 17px 19px;
  border-left: 3px solid #efa510;
  border-radius: 0 14px 14px 0;
  background: #f7f7f3;
}
.samsung-evidence > span { color: #9a6200; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.samsung-evidence p { margin: 0; font-size: 14px; line-height: 1.5; }
.samsung-ice-guide .ka-summary .ka-note { margin-top: 14px; padding: 18px 20px 18px 23px; border-radius: 14px; }
.samsung-ice-guide .ka-summary .ka-note p { font-size: 14px; line-height: 1.6; }
.samsung-ice-guide .ka-toc { padding: 26px; }
.samsung-ice-guide .ka-toc a { padding: 10px 12px; font-size: 14px; }

.samsung-ice-guide .ka-stats { padding: 10px 0 34px; }
.samsung-ice-guide .ka-stat-grid { gap: 11px; }
.samsung-ice-guide .ka-stat { min-height: 132px; padding: 21px; border-radius: 19px; }
.samsung-ice-guide .ka-stat > i { float: right; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #fff1ca; color: #a46500; }
.samsung-ice-guide .ka-stat strong { font-size: clamp(27px, 2.6vw, 38px); }
.samsung-ice-guide .ka-stat span { max-width: 25ch; font-size: 13px; line-height: 1.42; }

.samsung-ice-guide .ka-content { gap: 22px; }
.samsung-ice-guide .ka-section { position: relative; padding: clamp(30px, 3.5vw, 46px); border-radius: 25px; }
.samsung-ice-guide .ka-section::before {
  position: absolute;
  top: 0;
  left: 44px;
  width: 86px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, #ffae0a, #d58b00);
  content: "";
}
.samsung-ice-guide .ka-section-head { grid-template-columns: 54px minmax(0, 1fr); gap: 16px; margin-bottom: 22px; }
.samsung-ice-guide .ka-section-index {
  width: 54px;
  height: 58px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-radius: 16px;
}
.samsung-ice-guide .ka-section-index i { font-size: 15px; }
.samsung-ice-guide .ka-section-index span { font-size: 9px; letter-spacing: .08em; }
.samsung-section-kicker { margin: 1px 0 5px !important; color: #a26700 !important; font-size: 10px !important; font-weight: 900; letter-spacing: .14em; line-height: 1.2 !important; text-transform: uppercase; }
.samsung-ice-guide .ka-section h2 { max-width: 28ch; font-size: clamp(28px, 3vw, 41px); font-weight: 600; line-height: 1.07; }
.samsung-ice-guide .ka-section p,
.samsung-ice-guide .ka-section ul,
.samsung-ice-guide .ka-section ol { font-size: 16px; line-height: 1.7; }
.samsung-ice-guide .ka-info-card { border-radius: 17px; }
.samsung-ice-guide .ka-info-card .ka-icon { border: 1px solid rgba(181, 111, 0, .12); }
.samsung-ice-guide .ka-info-card h3 { font-weight: 650; }

.samsung-ice-guide .ka-related { padding: 6px 0 50px; }
.samsung-ice-guide .ka-related-panel {
  padding: clamp(30px, 4vw, 46px);
  border-color: rgba(38, 33, 27, .09);
  background: radial-gradient(circle at 92% 10%, rgba(255, 180, 20, .13), transparent 16rem), #fff;
  box-shadow: 0 18px 48px rgba(41, 36, 29, .08);
}
.samsung-ice-guide .ka-related-panel h2 { max-width: 19ch; color: #26231f; font-size: clamp(29px, 3vw, 42px); font-weight: 600; line-height: 1.08; }
.samsung-ice-guide .ka-related-panel > p { color: #706a62; font-size: 15px; }
.samsung-ice-guide .ka-related-grid { gap: 11px; }
.samsung-ice-guide .ka-related-card,
.samsung-ice-guide .ka-related-card:link,
.samsung-ice-guide .ka-related-card:visited,
.samsung-ice-guide .ka-related-card:hover,
.samsung-ice-guide .ka-related-card:focus {
  min-height: 170px;
  padding: 21px;
  border-color: rgba(38, 33, 27, .09);
  background: #f8f8f5;
  color: #292620 !important;
  outline-color: #e5a21d;
}
.samsung-ice-guide .ka-related-card:hover { transform: translateY(-3px); border-color: rgba(181, 111, 0, .25); background: #fff8e8; }
.samsung-ice-guide .ka-related-card > i { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: #ffefc3; color: #9b6100; }
.samsung-ice-guide .ka-related-card span { margin-top: 16px; color: #a56a00; }
.samsung-ice-guide .ka-related-card strong { color: #292620 !important; font-weight: 650; }
.samsung-ice-guide .ka-related-card b { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: #9b6100; font-size: 12px; text-transform: uppercase; }

body.article-page .site-footer.premium-footer {
  border-top-color: #e0e4eb;
  background: #eef1f7;
}
body.article-page .premium-footer__bottom { border-top-color: #dce1e9; }
body.article-page .premium-footer__column h3 { color: #071b3a; }

@media (max-width: 1050px) {
  .samsung-ice-guide .ka-hero-frame { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
  .samsung-ice-guide .ka-hero-media { min-height: 530px; }
  .samsung-ice-guide .ka-hero-card { width: auto; margin: 0; padding: 34px 28px; }
  .samsung-ice-guide .ka-hero h1 { font-size: clamp(34px, 4.3vw, 44px); }
  .samsung-ice-guide .ka-overview-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .samsung-ice-guide .ka-shell { width: min(100% - 24px, 1240px); }
  .samsung-ice-guide .ka-hero { padding-top: 14px; }
  .samsung-ice-guide .ka-hero-frame { display: flex; flex-direction: column; border-radius: 22px; }
  .samsung-ice-guide .ka-hero-media { order: 0; width: 100%; min-height: 0; height: 235px; }
  .samsung-ice-guide .ka-hero-media img { object-position: 57% center; }
  .samsung-ice-guide .ka-hero-card { order: 1; padding: 25px 19px 22px; border-right: 0; }
  .samsung-ice-guide .ka-kicker { font-size: 9px; line-height: 1.45; }
  .samsung-ice-guide .ka-hero h1 { margin: 14px 0 13px; font-size: clamp(31px, 9.2vw, 41px); overflow-wrap: anywhere; }
  .samsung-ice-guide .ka-hero h1 span { font-size: .66em; }
  .samsung-ice-guide .ka-lead { font-size: 14px; line-height: 1.56; }
  .samsung-ice-guide .ka-hero-actions { grid-template-columns: 1fr; }
  .samsung-ice-guide .ka-hero-proof { display: grid; grid-template-columns: 1fr; }
  .samsung-ice-guide .ka-proof { min-height: 48px; }
  .samsung-ice-guide .ka-summary { padding: 25px 19px 20px; }
  .samsung-summary-icon { position: static; width: 42px; height: 42px; margin-bottom: 16px; }
  .samsung-ice-guide .ka-summary h2 { max-width: none; font-size: 30px; }
  .samsung-ice-guide .samsung-summary-lead { font-size: 15px; }
  .samsung-evidence { grid-template-columns: 1fr; gap: 6px; padding: 15px; }
  .samsung-ice-guide .ka-stat-grid { grid-template-columns: 1fr 1fr; }
  .samsung-ice-guide .ka-stat { min-height: 126px; padding: 16px; }
  .samsung-ice-guide .ka-stat > i { width: 30px; height: 30px; font-size: 12px; }
  .samsung-ice-guide .ka-stat strong { clear: both; padding-top: 8px; font-size: 27px; }
  .samsung-ice-guide .ka-section { padding: 27px 17px 23px; }
  .samsung-ice-guide .ka-section::before { left: 22px; width: 62px; }
  .samsung-ice-guide .ka-section-head { grid-template-columns: 44px minmax(0, 1fr); gap: 11px; }
  .samsung-ice-guide .ka-section-index { width: 44px; height: 51px; border-radius: 13px; }
  .samsung-ice-guide .ka-section h2 { font-size: clamp(26px, 8vw, 32px); overflow-wrap: anywhere; }
  .samsung-ice-guide .ka-section p,
  .samsung-ice-guide .ka-section li { overflow-wrap: anywhere; word-break: normal; }
  .samsung-ice-guide .ka-table-wrap { overflow: visible; border: 0; background: transparent; }
  .samsung-ice-guide .samsung-table { min-width: 0; display: block; }
  .samsung-ice-guide .samsung-table thead { display: none; }
  .samsung-ice-guide .samsung-table tbody { display: grid; gap: 10px; }
  .samsung-ice-guide .samsung-table tr { display: block; overflow: hidden; border: 1px solid rgba(38,33,27,.1); border-radius: 15px; background: #fff; }
  .samsung-ice-guide .samsung-table td { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 10px; padding: 12px 14px; border: 0; font-size: 13px; white-space: normal; overflow-wrap: anywhere; }
  .samsung-ice-guide .samsung-table td + td { border-top: 1px solid rgba(38,33,27,.07); }
  .samsung-ice-guide .samsung-table td::before { color: #9b6100; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .samsung-ice-guide #section-2 td:nth-child(1)::before { content: "Model type"; }
  .samsung-ice-guide #section-2 td:nth-child(2)::before { content: "Failure rate"; }
  .samsung-ice-guide #section-2 td:nth-child(3)::before { content: "Notes"; }
  .samsung-ice-guide #section-4 td:nth-child(1)::before { content: "Repair"; }
  .samsung-ice-guide #section-4 td:nth-child(2)::before { content: "Cost"; }
  .samsung-ice-guide #section-4 td:nth-child(3)::before { content: "Notes"; }
  .samsung-ice-guide .ka-related-panel { padding: 26px 18px; }
  .samsung-ice-guide .ka-related-card { min-height: 155px; }
}

@media (max-width: 420px) {
  .samsung-ice-guide .ka-stat-grid { grid-template-columns: 1fr; }
  .samsung-ice-guide .ka-stat { min-height: 108px; }
  .samsung-ice-guide .samsung-table td { grid-template-columns: 88px minmax(0, 1fr); }
  .samsung-models span { max-width: 100%; overflow-wrap: anywhere; }
}

/* v41 — final editorial polish and pricing-style conversion CTA. */
.samsung-ice-guide .ka-hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.samsung-ice-guide .ka-hero h1 {
  display: block;
  margin: 16px 0 15px;
  font-size: clamp(35px, 2.85vw, 42px);
}

.samsung-ice-guide .ka-hero h1 .samsung-title-main,
.samsung-ice-guide .ka-hero h1 .samsung-title-sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.samsung-ice-guide .ka-hero h1 .samsung-title-main {
  gap: .02em;
  color: #25221e;
  font-size: 1em;
  font-weight: 600;
  line-height: .99;
  letter-spacing: -.044em;
}

.samsung-ice-guide .ka-hero h1 .samsung-title-sub {
  gap: .02em;
  margin-top: .28em;
  color: #b36d00;
  font-size: .57em;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: -.02em;
}

.samsung-ice-guide .ka-hero h1 b {
  display: block;
  max-width: 100%;
  font: inherit;
  white-space: nowrap;
}

.samsung-ice-guide .ka-hero-actions .ka-btn,
.samsung-ice-guide .ka-hero-actions .ka-btn:link,
.samsung-ice-guide .ka-hero-actions .ka-btn:visited,
.samsung-ice-guide .ka-hero-actions .ka-btn:hover,
.samsung-ice-guide .ka-hero-actions .ka-btn:active,
.samsung-ice-guide .ka-hero-actions .ka-btn:focus {
  color: #25221e !important;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  outline: none;
}

.samsung-ice-guide .ka-hero-actions .ka-btn:hover,
.samsung-ice-guide .ka-hero-actions .ka-btn:focus-visible {
  border-color: #d99208;
  background: #fff4d6;
  box-shadow: 0 14px 30px rgba(117, 75, 10, .14), 0 0 0 3px rgba(238, 164, 20, .15);
}

.samsung-ice-guide .ka-hero-actions .ka-btn-primary,
.samsung-ice-guide .ka-hero-actions .ka-btn-primary:link,
.samsung-ice-guide .ka-hero-actions .ka-btn-primary:visited,
.samsung-ice-guide .ka-hero-actions .ka-btn-primary:hover,
.samsung-ice-guide .ka-hero-actions .ka-btn-primary:focus {
  border-color: #ec9c00;
  background: linear-gradient(135deg, #ffcc55, #ffa600);
  color: #211f1b !important;
}

.samsung-ice-guide .samsung-summary { padding-block: 30px; }
.samsung-ice-guide .ka-summary h2 {
  max-width: none;
  padding-right: 64px;
  font-size: clamp(30px, 2.45vw, 38px);
  line-height: 1.03;
  text-wrap: balance;
}
.samsung-ice-guide .samsung-summary-lead { max-width: 66ch; line-height: 1.62; }
.samsung-ice-guide .samsung-evidence { margin-top: 17px; }

.samsung-fix-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  margin-top: 26px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(181, 111, 0, .24);
  border-radius: 21px;
  background: radial-gradient(circle at 100% 0, rgba(255, 181, 20, .14), transparent 17rem), linear-gradient(135deg, #fffaf0, #fff);
  box-shadow: 0 14px 34px rgba(62, 47, 27, .07);
}
.samsung-fix-spotlight::after {
  position: absolute;
  right: -62px;
  bottom: -92px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(181, 111, 0, .12);
  border-radius: 50%;
  content: "";
}
.samsung-fix-spotlight__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181, 111, 0, .2);
  border-radius: 19px;
  background: #ffedbd;
  color: #9d6100;
  font-size: 22px;
}
.samsung-fix-spotlight__copy { position: relative; z-index: 1; }
.samsung-fix-spotlight__copy > span {
  color: #9d6100;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.samsung-ice-guide .samsung-fix-spotlight h3 {
  max-width: 25ch;
  margin: 7px 0 11px;
  font-size: clamp(23px, 2.2vw, 31px);
  font-weight: 600;
  line-height: 1.08;
}
.samsung-ice-guide .samsung-fix-spotlight p { margin: 0; font-size: 15px; line-height: 1.65; }
.samsung-fix-metrics {
  display: grid;
  grid-template-columns: .8fr .8fr 1.4fr;
  gap: 9px;
  margin-top: 20px;
}
.samsung-fix-metrics > div {
  padding: 13px 14px;
  border: 1px solid rgba(38, 33, 27, .08);
  border-radius: 13px;
  background: rgba(255,255,255,.78);
}
.samsung-fix-metrics strong { display: block; color: #8f5700; font-family: "Barlow", sans-serif; font-size: 18px; line-height: 1.1; }
.samsung-fix-metrics small { display: block; margin-top: 5px; color: #746d64; font-size: 10px; line-height: 1.35; }

.samsung-faq-intro {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 30px 0 16px;
  padding-top: 26px;
  border-top: 1px solid rgba(38, 33, 27, .09);
}
.samsung-faq-intro > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(181, 111, 0, .16);
  border-radius: 15px;
  background: #ffefc6;
  color: #9d6100;
}
.samsung-faq-intro span { color: #a26700; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.samsung-ice-guide .samsung-faq-intro h3 { margin: 3px 0 0; font-size: clamp(22px, 2vw, 28px); font-weight: 600; }
.samsung-premium-faq { gap: 11px; }
.samsung-premium-faq details {
  border-color: rgba(38,33,27,.09);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(44, 39, 32, .045);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.samsung-premium-faq details:hover { border-color: rgba(181, 111, 0, .25); transform: translateY(-1px); box-shadow: 0 13px 29px rgba(79, 56, 20, .075); }
.samsung-premium-faq details[open] { border-color: rgba(181, 111, 0, .27); background: linear-gradient(135deg, #fffaf0, #fff); }
.samsung-premium-faq summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px 58px 14px 16px;
  color: #292620;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  outline: none;
}
.samsung-premium-faq summary:focus-visible { box-shadow: inset 0 0 0 2px rgba(218, 143, 10, .48); }
.samsung-premium-faq summary::after { right: 16px; width: 32px; height: 32px; color: #945a00; background: #ffedbb; font-family: "Barlow", sans-serif; }
.samsung-faq-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f6f6f2;
  color: #a16600;
  font-size: 10px;
  letter-spacing: .08em;
}
.samsung-faq-answer {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  margin: 0 16px 16px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 244, 216, .62);
}
.samsung-faq-answer > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #fff; color: #9c6000; }
.samsung-ice-guide .samsung-faq-answer p { margin: 0; padding: 0; font-size: 14px; line-height: 1.62; }

.samsung-page-cta { padding: 6px 0 72px; }
.samsung-page-cta__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 255px) minmax(0, 1fr) minmax(205px, 230px);
  gap: 30px;
  align-items: center;
  overflow: hidden;
  padding: 22px;
  border: 1px solid #d5aa55;
  border-radius: 32px;
  background: radial-gradient(circle at 96% 2%, rgba(245,179,35,.18), transparent 27%), linear-gradient(135deg, #fffdf8, #fff3d7 54%, #f3d89d);
  box-shadow: 0 27px 64px rgba(105, 67, 9, .14), inset 0 1px 0 #fff;
}
.samsung-page-cta__shell::before { position: absolute; inset: 8px; border: 1px solid rgba(209,158,62,.28); border-radius: 24px; content: ""; pointer-events: none; }
.samsung-page-cta__media { position: relative; z-index: 1; height: 258px; overflow: hidden; border: 1px solid #d6af61; border-radius: 22px; box-shadow: 0 17px 35px rgba(92,59,9,.15); }
.samsung-page-cta__media::after { position: absolute; inset: 7px; border: 1px solid rgba(255,221,153,.48); border-radius: 16px; content: ""; pointer-events: none; }
.samsung-page-cta__media img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.samsung-page-cta__media > span { position: absolute; z-index: 2; right: 12px; bottom: 12px; left: 12px; display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 8px; padding: 8px; border: 1px solid rgba(217,166,68,.55); border-radius: 12px; background: rgba(255,251,242,.92); color: #795000; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.samsung-page-cta__content,
.samsung-page-cta__actions { position: relative; z-index: 1; min-width: 0; }
.samsung-cta-eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 11px; color: #936000; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.samsung-cta-eyebrow span { width: 34px; height: 2px; background: #e9a11a; }
.samsung-page-cta h2 { max-width: 560px; margin: 0; color: #30291f; font-family: "Barlow", sans-serif; font-size: clamp(32px, 3.25vw, 46px); font-weight: 650; line-height: 1.01; letter-spacing: -.035em; }
.samsung-page-cta__content > p:not(.samsung-cta-eyebrow) { max-width: 560px; margin: 13px 0 0; color: #6d604f; font-size: 13px; line-height: 1.62; }
.samsung-page-cta__assurances { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 17px 0 0; }
.samsung-page-cta__assurances li { display: flex; align-items: center; gap: 7px; color: #5f5241; font-size: 10px; font-weight: 750; }
.samsung-page-cta__assurances i { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #e4c37f; border-radius: 50%; background: rgba(255,255,255,.65); color: #986000; font-size: 8px; }
.samsung-page-cta__actions { display: grid; gap: 12px; }
.samsung-cta-button,
.samsung-cta-phone { width: 100%; display: flex; align-items: center; text-decoration: none !important; }
.samsung-cta-button { min-height: 55px; justify-content: center; gap: 12px; padding: 12px 18px; border: 1px solid #ec9b00; border-radius: 15px; background: linear-gradient(135deg, #ffcb54, #f2a000); box-shadow: 0 12px 25px rgba(145,88,0,.16); }
.samsung-cta-phone { min-height: 64px; gap: 11px; padding: 8px 11px; border: 1px solid #d9b875; border-radius: 16px; background: rgba(255,255,255,.76); box-shadow: 0 11px 24px rgba(102,65,9,.07); }
.samsung-cta-phone > i { width: 43px; height: 43px; display: grid; place-items: center; flex: 0 0 43px; border: 1px solid #d7ae5c; border-radius: 13px; background: rgba(255,255,255,.8); color: #956000; }
.samsung-cta-phone span { display: flex; flex-direction: column; }
.samsung-cta-phone small { color: #887660; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.samsung-cta-phone strong { color: #30291f; font-family: "Barlow", sans-serif; font-size: 17px; line-height: 1.2; }
.samsung-cta-button,
.samsung-cta-button:link,
.samsung-cta-button:visited,
.samsung-cta-button:hover,
.samsung-cta-button:focus,
.samsung-cta-phone,
.samsung-cta-phone:link,
.samsung-cta-phone:visited,
.samsung-cta-phone:hover,
.samsung-cta-phone:focus { color: #28231d !important; font-family: "Barlow", sans-serif; font-size: 12px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; outline: none; }
.samsung-cta-button:hover,
.samsung-cta-button:focus-visible { border-color: #c97c00; background: linear-gradient(135deg, #ffd46f, #ffae0b); color: #1e1c19 !important; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(145,88,0,.22), 0 0 0 3px rgba(238,164,20,.15); }
.samsung-cta-phone:hover,
.samsung-cta-phone:focus-visible { border-color: #c68b1f; background: #fff9ea; color: #28231d !important; transform: translateY(-2px); box-shadow: 0 15px 29px rgba(102,65,9,.12), 0 0 0 3px rgba(238,164,20,.13); }

@media (max-width: 1199px) {
  .samsung-page-cta__shell { grid-template-columns: 220px minmax(0, 1fr); gap: 25px; }
  .samsung-page-cta__actions { grid-column: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .samsung-ice-guide .ka-hero h1 .samsung-title-main { font-size: clamp(29px, 8.1vw, 38px); }
  .samsung-ice-guide .ka-hero h1 .samsung-title-sub { margin-top: .36em; font-size: clamp(20px, 5.65vw, 27px); }
  .samsung-ice-guide .ka-hero h1 b { white-space: nowrap; }
  .samsung-ice-guide .ka-hero-actions .ka-btn { font-size: 11px; }
  .samsung-ice-guide .ka-summary h2 { padding-right: 0; font-size: clamp(27px, 7.5vw, 32px); }
  .samsung-fix-spotlight { grid-template-columns: 1fr; gap: 15px; padding: 20px 17px; }
  .samsung-fix-spotlight__icon { width: 50px; height: 50px; border-radius: 15px; font-size: 18px; }
  .samsung-fix-metrics { grid-template-columns: 1fr; }
  .samsung-premium-faq summary { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; min-height: 68px; padding: 12px 48px 12px 12px; font-size: 14px; }
  .samsung-premium-faq summary::after { right: 10px; }
  .samsung-faq-number { width: 34px; height: 34px; }
  .samsung-faq-answer { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; margin: 0 10px 10px; padding: 13px; }
  .samsung-faq-answer > i { width: 34px; height: 34px; }
  .samsung-page-cta { padding: 4px 0 58px; }
  .samsung-page-cta__shell { grid-template-columns: 1fr; gap: 21px; padding: 17px; border-radius: 26px; }
  .samsung-page-cta__shell::before { inset: 6px; border-radius: 20px; }
  .samsung-page-cta__media { height: 225px; border-radius: 19px; }
  .samsung-page-cta__media img { object-position: 58% center; }
  .samsung-page-cta__content { padding: 0 4px; }
  .samsung-page-cta h2 { font-size: clamp(30px, 9vw, 38px); }
  .samsung-page-cta__actions { grid-column: 1; grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .samsung-ice-guide .ka-hero h1 .samsung-title-main { font-size: clamp(27px, 7.7vw, 31px); }
  .samsung-ice-guide .ka-hero h1 .samsung-title-sub { font-size: clamp(18px, 5.25vw, 21px); }
  .samsung-page-cta__assurances { display: grid; }
}

/* v42 — lighter editorial system: graphite, milk-white and restrained gold. */
.samsung-ice-guide {
  --ka-gold: #9d6508;
  --ka-gold-bright: #d99a27;
  background: linear-gradient(180deg, #f2f4f3 0%, #fff 32%, #f3f5f4 100%);
}
.samsung-ice-guide .ka-hero-frame,
.samsung-ice-guide .ka-summary,
.samsung-ice-guide .ka-toc,
.samsung-ice-guide .ka-stat,
.samsung-ice-guide .ka-section { border-color: #dfe3e2; box-shadow: 0 15px 38px rgba(37, 42, 41, .06); }
.samsung-ice-guide .ka-hero-card { background: linear-gradient(145deg, #fff, #f7f8f7); }
.samsung-ice-guide .ka-hero h1 .samsung-title-sub { color: #8c5a08; }
.samsung-ice-guide .ka-lead { max-width: 55ch; color: #686c69; }
.samsung-ice-guide .ka-hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.samsung-ice-guide .ka-proof { border-color: #e0e3e1; background: #f7f8f7; color: #656a67; }
.samsung-ice-guide .ka-proof i { background: #f0f1ef; color: #8c5a08; }
.samsung-ice-guide .ka-proof span { min-width: 0; }
.samsung-ice-guide .ka-proof strong { display: block; color: #343735; font-size: 11px; font-weight: 750; }
.samsung-ice-guide .ka-proof small { display: block; margin-top: 2px; color: #7a7e7b; font-size: 9px; font-weight: 500; }

.samsung-ice-guide .ka-summary { background: #fff; }
.samsung-summary-icon { border-color: #e0e3e1; background: #f2f3f1; color: #875707; }
.samsung-ice-guide .samsung-evidence { border-left-color: #b98228; background: #f2f4f2; }
.samsung-ice-guide .ka-summary .ka-note { border-color: #e0e3e1; background: #f8f8f6; }
.samsung-ice-guide .ka-summary .ka-note::before { background: #b98228; }
.samsung-ice-guide .ka-toc { background: #f8f9f8; }
.samsung-ice-guide .ka-toc a:hover { background: #eef1ef; }

.samsung-ice-guide .ka-stat-grid { gap: 12px; }
.samsung-ice-guide .ka-stat { min-height: 138px; padding: 19px 20px; background: #fff; }
.samsung-ice-guide .ka-stat::after { border-color: #e5e8e6; }
.ka-stat__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; }
.samsung-ice-guide .ka-stat .ka-stat__top i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #eff1ef; color: #8e5c0a; font-size: 12px; }
.samsung-ice-guide .ka-stat .ka-stat__top small { color: #8a8e8b; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.samsung-ice-guide .ka-stat > i { display: none; }
.samsung-ice-guide .ka-stat strong { color: #343735; font-size: clamp(25px, 2.4vw, 35px); font-weight: 650; letter-spacing: -.035em; }
.samsung-ice-guide .ka-stat span { margin-top: 7px; color: #707572; font-size: 12px; font-weight: 500; }

.samsung-ice-guide .ka-section { background: #fff; }
.samsung-ice-guide .ka-section:nth-child(even) { background: #fafbfa; }
.samsung-ice-guide .ka-section::before { width: 58px; height: 2px; background: #b98228; }
.samsung-ice-guide .ka-section-index { border-color: #dfe3e1; background: #f1f3f1; color: #835405; }
.samsung-section-kicker { color: #79500c !important; }
.samsung-ice-guide .ka-section h2 { color: #2d302e; }

.samsung-failure-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  margin: 25px 0;
  padding: 17px;
  border: 1px solid #dfe3e1;
  border-radius: 19px;
  background: #f4f6f5;
}
.samsung-failure-flow > div { position: relative; min-height: 146px; padding: 19px; border: 1px solid #e1e4e2; border-radius: 15px; background: #fff; }
.samsung-failure-flow > div > span { position: absolute; top: 13px; right: 13px; color: #a0a4a1; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.samsung-failure-flow > div > i { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 12px; background: #f0f1ef; color: #8a5908; }
.samsung-failure-flow strong { display: block; color: #363936; font-size: 15px; font-weight: 700; }
.samsung-failure-flow small { display: block; margin-top: 6px; color: #777c79; font-size: 12px; line-height: 1.48; }
.samsung-failure-flow > i { margin: 0 10px; color: #aeb2af; font-size: 10px; }
.samsung-symptom-label { margin: 22px 0 12px !important; color: #777c79 !important; font-size: 10px !important; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.samsung-ice-guide .ka-check-list li { border-color: #e1e4e2; background: #fafbfa; font-size: 14px; }
.samsung-ice-guide .ka-check-list li::before { background: #eef0ee; color: #835405; }
.samsung-ice-guide .ka-info-card { border-color: #e0e3e1; background: #f8f9f8; box-shadow: none; }
.samsung-ice-guide .ka-info-card .ka-icon { border-color: #e0e3e1; background: #ecefec; color: #865607; }

.samsung-table-shell { margin-top: 22px; overflow: hidden; border-color: #dce1df; border-radius: 17px; box-shadow: 0 11px 28px rgba(38, 43, 41, .045); }
.samsung-ice-guide .samsung-table { min-width: 620px; table-layout: fixed; }
.samsung-ice-guide .samsung-table th { padding: 13px 16px; border: 0; background: #343a38; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.samsung-ice-guide .samsung-table td { padding: 13px 16px; border-top-color: #e7eae8; color: #626763; font-size: 12.5px; line-height: 1.42; vertical-align: top; }
.samsung-ice-guide .samsung-table tbody tr:nth-child(even) { background: #f6f8f7; }
.samsung-ice-guide .samsung-table tbody tr:hover { background: #f0f3f1; }
.samsung-ice-guide .samsung-table td:first-child { width: 44%; color: #373b39; font-weight: 650; }
.samsung-ice-guide .samsung-table td:nth-child(2) { width: 18%; color: #79500c; font-size: 12px; }
.samsung-ice-guide .samsung-table td:last-child { width: 38%; color: #6b706c; font-size: 12px; }
.samsung-models { border-color: #e0e3e1; background: #f5f7f6; }
.samsung-models span { border-color: #e0e3e1; color: #5d625e; }

.samsung-coverage-lead,
.samsung-correction-lead { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 19px; align-items: start; padding: 22px; border: 1px solid #dfe3e1; border-radius: 18px; background: #f4f6f5; }
.samsung-coverage-lead__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: #fff; color: #865707; box-shadow: 0 8px 20px rgba(40,45,43,.06); }
.samsung-coverage-lead span,
.samsung-correction-lead > div > span { color: #7d530d; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.samsung-ice-guide .samsung-coverage-lead h3,
.samsung-ice-guide .samsung-correction-lead h3 { max-width: 30ch; margin: 5px 0 8px; color: #303330; font-size: clamp(21px, 2vw, 27px); font-weight: 600; line-height: 1.1; }
.samsung-ice-guide .samsung-coverage-lead p,
.samsung-ice-guide .samsung-correction-lead p { margin: 0; font-size: 14px; line-height: 1.6; }
.samsung-coverage-route { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.samsung-coverage-route article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 11px; padding: 16px; border: 1px solid #e0e3e1; border-radius: 15px; background: #fff; }
.samsung-coverage-route article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #eff1ef; color: #815306; font-size: 9px; font-weight: 900; }
.samsung-coverage-route strong { color: #383c39; font-size: 14px; }
.samsung-coverage-route p { margin: 4px 0 0 !important; font-size: 12px !important; line-height: 1.45 !important; }
.samsung-ice-guide #section-5 .ka-card-grid { margin-top: 12px; }
.samsung-ice-guide #section-5 .ka-note { border-color: #dfe3e1; background: #f8f9f8; }

.samsung-correction-lead { grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); align-items: center; }
.samsung-correction-lead ul { display: grid; gap: 7px; margin: 0 !important; padding: 0 !important; }
.samsung-correction-lead li { display: flex; align-items: center; gap: 9px; margin: 0 !important; padding: 9px 11px; border: 1px solid #e1e4e2; border-radius: 11px; background: #fff; color: #5f6460; font-size: 12px !important; }
.samsung-correction-lead li i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #eef0ee; color: #815306; font-size: 8px; }
.samsung-ice-guide .ka-step { border-color: #e0e3e1; background: #fafbfa; }
.samsung-ice-guide .ka-step::before { background: #ecefec; color: #805206; }
.samsung-ice-guide .ka-note.warning { border-color: #e2d8c7; background: #faf8f4; }

.samsung-ice-guide .ka-related { padding: 2px 0 38px; }
.samsung-ice-guide .ka-related-panel { padding: 27px 30px; border-radius: 23px; background: #fff; }
.samsung-related-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.samsung-ice-guide .samsung-related-intro h2 { max-width: none; margin: 4px 0 0; font-size: clamp(26px, 2.4vw, 34px); }
.samsung-related-intro > p { max-width: 360px; margin: 0; color: #747975; font-size: 13px; line-height: 1.55; }
.samsung-ice-guide .ka-related-grid { margin-top: 18px; }
.samsung-ice-guide .ka-related-card,
.samsung-ice-guide .ka-related-card:link,
.samsung-ice-guide .ka-related-card:visited,
.samsung-ice-guide .ka-related-card:hover,
.samsung-ice-guide .ka-related-card:focus { min-height: 126px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; grid-template-rows: auto auto; gap: 3px 12px; align-items: center; padding: 16px; background: #f5f7f6; }
.samsung-ice-guide .ka-related-card > i { grid-row: 1 / 3; width: 38px; height: 38px; background: #e9ece9; color: #855607; }
.samsung-ice-guide .ka-related-card span { margin: 0; font-size: 8px; }
.samsung-ice-guide .ka-related-card strong { margin: 0; font-size: 15px; }
.samsung-ice-guide .ka-related-card b { grid-column: 3; grid-row: 1 / 3; margin: 0; font-size: 9px; }
.samsung-ice-guide .ka-related-card:hover { background: #eef1ef; border-color: #ccd2cf; }

.samsung-page-cta__shell { border-color: #d7dcda; background: #f1f3f2; box-shadow: 0 20px 48px rgba(38,43,41,.08), inset 0 1px 0 #fff; }
.samsung-page-cta__shell::before { border-color: rgba(255,255,255,.82); }
.samsung-page-cta__media { border-color: #d5dad7; box-shadow: 0 14px 31px rgba(40,45,43,.1); }
.samsung-page-cta__media::after { border-color: rgba(255,255,255,.55); }
.samsung-page-cta__media > span { border-color: #d9ddda; background: rgba(255,255,255,.91); color: #525753; }
.samsung-cta-eyebrow { color: #76500f; }
.samsung-cta-eyebrow span { background: #aa7520; }
.samsung-page-cta__assurances i { border-color: #d4d9d6; background: #fff; color: #805206; }
.samsung-cta-phone { border-color: #d2d7d4; background: #fff; }

@media (max-width: 900px) {
  .samsung-failure-flow { grid-template-columns: 1fr; gap: 9px; }
  .samsung-failure-flow > i { margin: 0; transform: rotate(90deg); justify-self: center; }
  .samsung-failure-flow > div { min-height: 0; }
  .samsung-coverage-route { grid-template-columns: 1fr; }
  .samsung-correction-lead { grid-template-columns: 1fr; }
  .samsung-related-intro { align-items: start; flex-direction: column; gap: 8px; }
}

@media (max-width: 720px) {
  .samsung-ice-guide .ka-hero-proof { grid-template-columns: 1fr; }
  .samsung-ice-guide .ka-proof { min-height: 50px; }
  .samsung-ice-guide .ka-stat { min-height: 118px; }
  .samsung-ice-guide .ka-stat-grid { grid-template-columns: 1fr 1fr; }
  .samsung-ice-guide .samsung-table { min-width: 0; }
  .samsung-table-shell { overflow: visible; box-shadow: none; }
  .samsung-ice-guide .samsung-table tr { border-color: #dfe3e1; }
  .samsung-ice-guide .samsung-table td { width: auto !important; font-size: 12px; }
  .samsung-coverage-lead { grid-template-columns: 45px minmax(0, 1fr); gap: 13px; padding: 17px; }
  .samsung-coverage-lead__icon { width: 45px; height: 45px; border-radius: 13px; }
  .samsung-correction-lead { padding: 18px; }
  .samsung-ice-guide .ka-related-panel { padding: 23px 17px; }
  .samsung-ice-guide .ka-related-grid { grid-template-columns: 1fr; }
  .samsung-ice-guide .ka-related-card,
  .samsung-ice-guide .ka-related-card:link,
  .samsung-ice-guide .ka-related-card:visited,
  .samsung-ice-guide .ka-related-card:hover,
  .samsung-ice-guide .ka-related-card:focus { min-height: 108px; }
  .samsung-page-cta__shell { border-color: #d7dcda; background: #f1f3f2; }
}

@media (max-width: 420px) {
  .samsung-ice-guide .ka-stat-grid { grid-template-columns: 1fr; }
  .samsung-ice-guide .ka-stat { min-height: 104px; }
  .samsung-ice-guide .ka-stat__top { margin-bottom: 11px; }
  .samsung-ice-guide .ka-related-card b { display: none; }
  .samsung-ice-guide .ka-related-card,
  .samsung-ice-guide .ka-related-card:link,
  .samsung-ice-guide .ka-related-card:visited,
  .samsung-ice-guide .ka-related-card:hover,
  .samsung-ice-guide .ka-related-card:focus { grid-template-columns: 38px minmax(0, 1fr); }
}
