/* Homepage-only styles. Loaded only from Home::index() via $home_css. */
.nf-home-page {
  --nf-t-ink: #1c1c1c;
  --nf-t-ink-2: #6b6b6b;
  --nf-t-red: #c40d11;
  --nf-t-teal: #0eb9cb;
  --nf-t-line: #ecdfdf;
  --nf-t-card: #fffdfa;
  overflow-x: hidden;
}

.nf-home-page img {
  max-width: 100%;
}

/* Trust strip */
.nf-trust {
  background: linear-gradient(180deg, #fff 0%, #fdf6f4 100%);
  border-bottom: 1px solid var(--nf-t-line);
  padding: 16px 0 14px;
}

.nf-trust * {
  box-sizing: border-box;
}

.nf-trust-list {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nf-trust-list > li {
  flex: 1 1 0;
  min-width: 0;
  float: none;
  padding: 0;
  list-style: none;
}

.nf-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 11px 12px;
  background: var(--nf-t-card);
  border: 1px solid var(--nf-t-line);
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 6px 16px rgba(196, 13, 17, 0.05);
}

.nf-trust-ic {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 6px;
  stroke: var(--nf-t-red);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: #fff1f1;
  border-radius: 50%;
}

.nf-trust-tx {
  min-width: 0;
}

.nf-trust-tx b {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nf-t-ink);
  text-transform: none;
}

.nf-trust-tx span {
  display: block;
  font-size: 11.5px;
  line-height: 1.3;
  color: var(--nf-t-ink-2);
  margin-top: 2px;
}

@media (max-width: 991px) {
  .nf-trust-list {
    flex-wrap: wrap;
  }
  .nf-trust-list > li {
    flex: 1 1 30%;
  }
}

@media (max-width: 767px) {
  .nf-trust {
    padding: 10px 0 8px;
  }
  .nf-trust-list {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 0 10px 2px;
    margin: 0 -10px;
    scrollbar-width: none;
  }
  .nf-trust-list::-webkit-scrollbar {
    display: none;
  }
  .nf-trust-list > li {
    flex: 0 0 calc((100% - 8px) / 2.15);
    width: calc((100% - 8px) / 2.15);
    max-width: none;
    min-width: 0;
    scroll-snap-align: start;
  }
  .nf-trust-item {
    min-width: 0;
    align-items: center;
    padding: 8px 10px;
    gap: 8px;
    border-radius: 9px;
    box-shadow: none;
  }
  .nf-trust-ic {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    padding: 5px;
  }
  .nf-trust-tx b,
  .nf-trust-tx span {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .nf-trust-tx b {
    font-size: 12.5px;
  }
  .nf-trust-tx span {
    font-size: 10.5px;
  }
}

/* Heading + category strip */
.nf-home-h1 {
  margin: 20px 0 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.28;
  color: #1c1c1c;
  text-align: center;
}

.nf-home-h1:after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, #c40d11, #0eb9cb);
  border-radius: 3px;
}

.nf-home-lead {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
  color: #5c5c5c;
  font-weight: 600;
  text-align: center;
}

.nf-occ {
  padding: 8px 0 36px;
}

.nf-occ-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.nf-occ-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fffdfa;
  box-shadow: 0 12px 28px rgba(28, 28, 28, 0.1);
  border: 1px solid #f0e4e4;
}

.nf-occ-media {
  height: 188px;
  overflow: hidden;
}

.nf-occ-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nf-occ-body {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.nf-occ-kicker {
  margin: 0 0 4px;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0eb9cb;
}

.nf-occ-anniversary .nf-occ-kicker {
  color: #c40d11;
}

.nf-occ-body h2 {
  margin: 0 0 14px;
  color: #1c1c1c;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.nf-occ-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.nf-occ-body ul li {
  float: none;
  width: auto;
  padding: 0;
  list-style: none;
}

.nf-occ-body ul a {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ecdfdf;
  border-radius: 999px;
  background: #fff;
  color: #1c1c1c;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.nf-occ-body ul a:hover {
  background: #c40d11;
  border-color: #c40d11;
  color: #fff;
  transform: none;
}

.nf-occ-cta {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 12px;
  background: #c40d11;
  color: #fff !important;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(196, 13, 17, 0.28);
}

.nf-occ-cta:hover {
  background: #a50b0e;
  color: #fff !important;
  transform: none;
}

.sp_section {
  padding-top: 18px;
}

.sp_list li a .img_block {
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(196, 13, 17, 0.14);
}

.sp_list li a .img_block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp_list li a h4 {
  border: 0;
  border-radius: 8px;
  background: #fff6f6;
  color: #c40d11;
  padding: 8px 4px;
}

.nf-home-page .nf-rail {
  position: relative;
  background-attachment: scroll;
  margin-bottom: 0;
  padding: 10px 0 28px;
}

.nf-home-page .nf-rail > .container {
  position: relative;
  z-index: 1;
}

.nf-home-page .nf-rail::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-repeat: repeat;
  background-position: 24px 16px;
  background-size: 168px 168px;
  opacity: 0.16;
}

.nf-home-page .nf-rail--cakes::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23efd0c8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 34c0-7 6-11 14-11s14 4 14 11v16H18V34z'/%3E%3Cpath d='M16 50h32'/%3E%3Cpath d='M32 16v8'/%3E%3Cpath d='M32 16c2.2 0 3.2-2.2 2-4s-3.4-1.8-3.2.4C31 14.2 32 16 32 16z'/%3E%3Cpath d='M22 34c3 3 7 3 10 0s7-3 10 0'/%3E%3C/g%3E%3C/svg%3E");
}

.nf-home-page .nf-rail--flowers::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23e7cfc6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='27' r='4.2'/%3E%3Cpath d='M32 22.5c.2-7 6.2-10.4 8.2-7.2 1.6 2.6-2.4 6.6-8.2 7.2z'/%3E%3Cpath d='M32 22.5c-.2-7-6.2-10.4-8.2-7.2-1.6 2.6 2.4 6.6 8.2 7.2z'/%3E%3Cpath d='M36.5 27c7 .2 10.4 6.2 7.2 8.2-2.6 1.6-6.6-2.4-7.2-8.2z'/%3E%3Cpath d='M27.5 27c-7 .2-10.4 6.2-7.2 8.2 2.6 1.6 6.6-2.4 7.2-8.2z'/%3E%3Cpath d='M32 31.5V50'/%3E%3Cpath d='M32 42c-6 2-8.5 6-7.2 8.5'/%3E%3C/g%3E%3C/svg%3E");
}

.nf-home-page .nf-rail--combos::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23e6d2c4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='16' y='28' width='32' height='22' rx='3'/%3E%3Cpath d='M16 36h32M32 28v22'/%3E%3Cpath d='M32 28c-6.5-8-14.5-3.5-10 2.5 3.2 4.2 10 2.2 10-2.5z'/%3E%3Cpath d='M32 28c6.5-8 14.5-3.5 10 2.5-3.2 4.2-10 2.2-10-2.5z'/%3E%3C/g%3E%3C/svg%3E");
}

.nf-home-page .nf-rail--chocolates::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23e3cfc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='16' y='18' width='32' height='28' rx='4'/%3E%3Cpath d='M16 27.5h32M16 37h32M26.5 18v28M37.5 18v28'/%3E%3C/g%3E%3C/svg%3E");
}

.nf-home-page .section_combos {
  background: #fffefb;
}

.nf-home-page .section_flowers {
  background: #faf8f5;
}

.nf-home-page .section_cake {
  background: #fffaf8;
}

.nf-home-page .lasthomesection {
  background: #f8f5f2;
}

.nf-home-page .nf-rail .heading_new {
  overflow: visible;
  padding-bottom: 16px;
}

.nf-home-page .nf-rail .heading_new h2 {
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c1c1c;
}

.nf-home-page .circle_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 6px;
}

.nf-home-page .circle_list li {
  float: none;
  width: 22%;
  max-width: 168px;
  padding-bottom: 4px;
}

.nf-home-page .circle_list li a {
  float: none;
  display: block;
}

.nf-home-page .circle_list li .img_block {
  width: 124px;
  height: 124px;
  margin-bottom: 8px;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(28, 28, 28, 0.08);
}

.nf-home-page .circle_list li:hover .img_block {
  transform: translateY(-3px);
}

.nf-home-page .circle_list li .img_block > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nf-home-page .circle_list li .circle_heading {
  padding: 0 4px;
}

.nf-home-page .circle_list li h4 {
  background: none;
  border-radius: 0;
  color: #3d3d3d;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0;
}

.nf-home-page .product_carousel_new .item {
  padding: 8px 7px;
}

.nf-home-page .product_carousel_new .item:hover {
  transform: none;
}

.nf-home-page .cake-card {
  background: #fff;
  border: 1px solid #efe6e2;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  box-shadow: 0 2px 8px rgba(28, 28, 28, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nf-home-page .cake-card:hover {
  transform: translateY(-3px);
  border-color: #e8d5d1;
  box-shadow: 0 8px 18px rgba(28, 28, 28, 0.08);
  text-decoration: none;
  color: inherit;
}

.nf-home-page .card-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f6f1ee;
}

.nf-home-page .card-image img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.nf-home-page .card-content {
  padding: 10px 10px 12px;
}

.nf-home-page .card-title {
  display: block;
  width: 100%;
  margin: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #1c1c1c;
}

.nf-home-page .price-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 6px;
  align-items: baseline;
}

.nf-home-page .card-price {
  margin: 0;
  color: #1c1c1c;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.nf-home-page .original-price {
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 12px;
  color: #8a8181;
  text-decoration: line-through;
}

.nf-home-page .discount-text {
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 11px;
  color: #0e7a5f;
  font-weight: 700;
}

.nf-home-page .product-ribbon {
  position: absolute;
  bottom: 8px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #c40d11;
  color: #fff;
  padding: 4px 10px 4px 8px;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 0 999px 999px 0;
  box-shadow: none;
  z-index: 10;
  max-width: 130px;
  line-height: 1;
}

.nf-home-page .product-ribbon:not(.personalised)::before {
  content: "\2605";
  font-size: 10px;
  color: #ffe08a;
}

.nf-home-page .product-ribbon.personalised {
  background: #0eb9cb;
  box-shadow: none;
}

.nf-home-page .viewall_btn {
  padding-top: 4px;
}

.nf-home-page .viewall_btn .btn {
  border-radius: 999px;
  min-width: 132px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none;
  background: #0eb9cb;
}

.nf-home-page .viewall_btn .btn:hover {
  transform: none;
  background: #0aa6b6;
}

.nf-del {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 8px;
}

.nf-del-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 12px 14px;
  border: 1px solid #ecdfdf;
  border-radius: 14px;
  background: #fffdfa;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 16px rgba(28, 28, 28, 0.05);
  opacity: 0;
  transform: translateY(8px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.28s ease, border-color 0.22s ease;
}

.nf-del-card.is-in {
  opacity: 1;
  transform: none;
}

.nf-del-card.is-hot,
.nf-del-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(196, 13, 17, 0.12);
  border-color: #f3c7c7;
  text-decoration: none;
  color: inherit;
}

.nf-del-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #fff1f1;
  transition: transform 0.22s ease;
}

.nf-del-ic svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #c40d11;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nf-del-today .nf-del-ic {
  background: #e8fafc;
}

.nf-del-today .nf-del-ic svg {
  stroke: #0eb9cb;
  fill: rgba(14, 185, 203, 0.12);
}

.nf-del-midnight .nf-del-ic {
  background: #eef1f7;
}

.nf-del-midnight .nf-del-ic svg {
  stroke: #2c3a5a;
}

.nf-del-card.is-hot .nf-del-ic,
.nf-del-card:hover .nf-del-ic {
  transform: scale(1.08) rotate(-6deg);
}

.nf-del-tx b {
  display: block;
  margin: 0 0 3px;
  font-family: Poppins, "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #1c1c1c;
}

.nf-del-tx span {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: #6b6b6b;
}

.ad_wrap img,
.slide_section img {
  width: 100%;
  height: auto;
}

.nf-home-page .addon_section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.nf-home-page .addon_section ul > li {
  float: none;
  box-sizing: border-box;
  flex: 0 0 16.6667%;
  width: 16.6667%;
  max-width: 16.6667%;
  padding: 0 7px 15px;
}

.nf-home-page .addon_section ul li .inner {
  height: 100%;
  min-height: 110px;
  border-radius: 12px;
  background: #fffdfa;
  border-color: #ecdfdf;
  box-shadow: 0 4px 12px rgba(28, 28, 28, 0.04);
}

.disclaimer {
  padding: 12px 4px 28px;
}

.disclaimer h2 {
  font-size: 22px;
  line-height: 1.35;
  color: #1c1c1c;
}

.disclaimer p,
.disclaimer li {
  line-height: 1.55;
}

[itemtype="https://schema.org/FAQPage"] > h2 {
  margin: 8px 0 16px;
  font-size: 26px;
  color: #c40d11;
}

[itemtype="https://schema.org/Question"] {
  margin-bottom: 12px;
  padding: 12px 14px;
  background: #fffdfa;
  border: 1px solid #ecdfdf;
  border-radius: 10px;
}

[itemtype="https://schema.org/Question"] h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #1c1c1c;
}

/* Mobile / tablet no-break pass */
@media (max-width: 1023px) {
  .product_carousel_new .item:hover,
  .circle_list li:hover .img_block,
  .sp_list li a:hover .img_block,
  .viewall_btn .btn:hover,
  .deilevery_options li a:hover img {
    transform: none;
  }
}

@media (max-width: 767px) {
  .nf-del {
    gap: 8px;
  }

  .nf-del-card {
    min-height: 72px;
    padding: 10px 8px;
    gap: 8px;
  }

  .nf-del-ic {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .nf-del-ic svg {
    width: 18px;
    height: 18px;
  }

  .nf-del-tx b {
    font-size: 12px;
  }

  .nf-del-tx span {
    font-size: 10px;
  }

  .nf-home-page .nf-rail {
    padding: 6px 0 20px;
  }

  .nf-home-page .nf-rail::before {
    background-size: 120px 120px;
    opacity: 0.12;
  }

  .nf-home-page .nf-rail .heading_new h2 {
    font-size: 20px;
  }

  .nf-home-page .circle_list {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -10px 8px;
    padding: 2px 14px 8px;
  }

  .nf-home-page .circle_list::-webkit-scrollbar {
    display: none;
  }

  .nf-home-page .circle_list li {
    flex: 0 0 78px;
    width: 78px;
    max-width: none;
  }

  .nf-home-page .circle_list li .img_block {
    width: 68px;
    height: 68px;
    margin-bottom: 6px;
    border-width: 2px;
    box-shadow: 0 2px 8px rgba(28, 28, 28, 0.08);
  }

  .nf-home-page .circle_list li:hover .img_block {
    transform: none;
  }

  .nf-home-page .circle_list li h4 {
    font-size: 11px;
  }

  .nf-home-page .cake-card:hover {
    transform: none;
  }

  .nf-home-page .card-title {
    font-size: 13px;
    line-height: 18px;
  }

  .nf-home-page .card-price {
    font-size: 14px;
  }

  .nf-home-page .product-ribbon {
    font-size: 9px;
    padding: 3px 8px 3px 7px;
    max-width: 110px;
    bottom: 6px;
  }

  .nf-home-page .card-content {
    padding: 8px;
  }

  .nf-home-page .viewall_btn .btn {
    min-width: 118px;
    line-height: 36px;
    font-size: 14px;
  }

  .nf-home-h1 {
    margin: 12px 0 8px;
    font-size: 18px;
    padding: 0 8px;
  }

  .nf-home-h1:after {
    width: 40px;
    margin-top: 8px;
  }

  .nf-home-lead {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 8px;
  }

  .nf-occ {
    padding: 4px 0 24px;
  }

  .nf-occ-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nf-occ-media {
    height: 148px;
  }

  .nf-occ-body {
    padding: 14px 14px 12px;
  }

  .nf-occ-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .nf-occ-body ul {
    gap: 6px;
    margin-bottom: 14px;
  }

  .nf-occ-body ul a {
    padding: 7px 11px;
    font-size: 12px;
  }

  .nf-occ-cta {
    padding: 10px 12px;
    font-size: 14px;
  }

  .product_carousel_new .item {
    padding: 8px 6px;
  }

  .product_carousel_new .owl-nav [class*="owl-"] {
    width: 28px;
    left: 0;
    right: auto;
  }

  .product_carousel_new .owl-nav .owl-next {
    left: auto;
    right: 0;
  }

  .heading_new {
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nf-home-page .addon_section ul {
    margin: 0 -3px;
  }

  .nf-home-page .addon_section ul > li {
    flex: 0 0 33.333%;
    width: 33.333%;
    max-width: 33.333%;
    padding: 0 3px 6px;
  }

  .nf-home-page .addon_section ul li .inner {
    min-height: 90px;
    padding: 10px 5px 5px;
    word-break: normal;
    overflow-wrap: normal;
  }

  .nf-home-page .addon_section ul li .inner p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: normal;
  }

  [itemtype="https://schema.org/FAQPage"] > h2 {
    font-size: 20px;
  }

  [itemtype="https://schema.org/Question"] h3 {
    font-size: 14px;
  }

  .disclaimer h2 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .nf-del {
    grid-template-columns: 1fr;
  }

  .nf-del-card {
    min-height: 58px;
    padding: 10px 12px;
  }

  .nf-del-tx b {
    font-size: 14px;
  }

  .nf-del-tx span {
    font-size: 12px;
  }

  .sp_list li a h4 {
    font-size: 10px;
    padding: 6px 2px;
  }

  .nf-home-h1 {
    font-size: 17px;
  }
}

@media (max-width: 359px) {
  .nf-home-h1 {
    font-size: 15px;
  }

  .sp_list li a h4 {
    font-size: 9px;
  }
}
