.due-page {
  position: relative;
  display: grid;
  gap: 1.6rem;
  padding-bottom: 1.5rem;
  color: #fff7ff;
}

.due-page::before {
  content: "";
  position: absolute;
  inset: -2rem -1rem 0;
  z-index: -2;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 224, 245, 0.9) 0 1.2px, transparent 1.8px) 0 0/68px 68px,
    radial-gradient(circle at 74% 28%, rgba(255, 255, 255, 0.88) 0 1.4px, transparent 2px) 0 0/82px 82px,
    radial-gradient(circle at 45% 72%, rgba(255, 240, 248, 0.7) 0 1.1px, transparent 1.9px) 0 0/74px 74px,
    radial-gradient(circle at 50% 0%, rgba(255, 183, 229, 0.34), transparent 48%),
    radial-gradient(circle at 12% 75%, rgba(255, 173, 214, 0.3), transparent 36%),
    radial-gradient(circle at 88% 78%, rgba(171, 145, 255, 0.26), transparent 36%),
    linear-gradient(180deg, #4b2d90 0%, #7b58b3 32%, #d493c2 55%, #7d58b6 74%, #4a2c8b 100%);
  box-shadow: inset 0 0 80px rgba(19, 8, 42, 0.38);
}

.due-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.18), transparent 55%),
    radial-gradient(circle at 50% 35%, rgba(255, 194, 231, 0.2), transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(255, 202, 221, 0.22), transparent 30%);
  pointer-events: none;
}

.due-page a {
  color: inherit;
}

.card-shell,
.due-section-card,
.due-home-card {
  position: relative;
  border: 1px solid rgba(255, 227, 248, 0.22);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(102, 67, 163, 0.76), rgba(77, 44, 132, 0.78));
  box-shadow: 0 20px 48px rgba(31, 15, 72, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
}

.due-hero-card {
  position: relative;
  overflow: hidden;
  padding: 1.3rem;
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 230, 248, 0.2);
  background: linear-gradient(180deg, rgba(103, 67, 165, 0.56), rgba(91, 55, 153, 0.54));
  box-shadow: 0 24px 56px rgba(33, 18, 79, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.due-hero-card::before,
.due-hero-card::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  height: 130px;
  border-radius: 999px;
  border: 1px solid rgba(255, 226, 245, 0.16);
  background: linear-gradient(180deg, rgba(255, 211, 236, 0.16), rgba(255, 197, 224, 0.02));
}

.due-hero-card::before {
  top: 240px;
}

.due-hero-card::after {
  bottom: 82px;
}

.due-hero-copy {
  position: relative;
  text-align: center;
  padding: 0.6rem 0.4rem 1rem;
}

.due-kicker,
.due-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 220, 245, 0.12);
  color: #ffe7f7;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.due-section-kicker {
  margin-bottom: 0.5rem;
}

.due-hero-copy h1 {
  margin: 0.55rem 0 0.55rem;
  font-size: clamp(2.2rem, 7vw, 4.2rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #ffd3ea;
  text-shadow: 0 5px 22px rgba(64, 20, 96, 0.38);
}

.due-subtitle {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: #fff7ff;
}

.due-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

.due-trust-row span {
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 228, 246, 0.18);
  background: rgba(255, 235, 248, 0.08);
  font-size: 0.84rem;
  color: #fff4fb;
}

.due-hero-glow {
  position: absolute;
  inset: auto 50% 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132, 221, 255, 0.62), rgba(145, 134, 255, 0.24) 38%, transparent 70%);
  transform: translate(-50%, 50%);
  filter: blur(8px);
  pointer-events: none;
}

.due-widget {
  max-width: 760px;
  margin: 0 auto;
  padding: 1rem;
}

.due-widget-head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.85rem;
}

.due-widget-head h2 {
  margin: 0;
  font-size: 1.2rem;
  color: #fff8fe;
}

.due-widget-head p {
  margin: 0.25rem 0 0;
  color: rgba(255, 245, 250, 0.78);
}

.due-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 229, 247, 0.18);
  background: linear-gradient(180deg, rgba(248, 225, 249, 0.22), rgba(232, 207, 246, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.due-tab {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.95rem 1rem;
  background: transparent;
  color: rgba(69, 27, 117, 0.82);
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.due-tab.is-active {
  color: #fff8fe;
  background: linear-gradient(135deg, #5a2ca0, #6e3bbb 56%, #54319a);
  box-shadow: 0 10px 24px rgba(56, 23, 101, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.due-panel-wrap {
  margin-top: 1rem;
}

.due-panel {
  display: none;
}

.due-panel.is-active {
  display: block;
}

.due-form {
  display: grid;
  gap: 1rem;
}

.due-field {
  display: grid;
  gap: 0.55rem;
}

.due-field > span:first-child,
.due-choice-group legend {
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff3fb;
}

.due-input-shell {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 227, 247, 0.2);
  background: linear-gradient(180deg, rgba(254, 247, 252, 0.96), rgba(243, 228, 247, 0.92));
  box-shadow: 0 14px 32px rgba(43, 18, 77, 0.16);
  overflow: hidden;
}

.due-input-shell input,
.due-input-shell select {
  width: 100%;
  border: 0;
  background: transparent;
  color: #542b8f;
  font-size: 1.55rem;
  font-weight: 800;
  padding: 1rem 1rem 1rem 4rem;
  outline: none;
}

.due-input-shell input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 1rem;
  width: 1.35rem;
  height: 1.35rem;
  opacity: 0.9;
  cursor: pointer;
}

.due-input-shell select {
  appearance: none;
  font-size: 1.35rem;
  padding-right: 3.4rem;
  cursor: pointer;
}

.due-input-icon,
.due-select-caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.due-input-icon {
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  color: #8a5bb5;
}

.due-input-icon svg,
.due-select-caret svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.due-input-bubble {
  border-radius: 50%;
  background: #9d68c3;
  color: #f9effb;
  font-size: 2rem;
  line-height: 1;
}

.due-select-caret {
  right: 0.9rem;
  width: 1.55rem;
  height: 1.55rem;
  color: #6d3aa9;
}

.due-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  border: 0;
  padding: 0;
  margin: 0;
}

.due-choice-group legend {
  width: 100%;
  margin-bottom: 0.15rem;
}

.due-radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 0.2rem 0.35rem 0;
  color: #fff3fb;
  font-weight: 800;
  font-size: 0.98rem;
  cursor: pointer;
}

.due-radio-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.due-radio-pill span {
  position: relative;
  padding-left: 3rem;
}

.due-radio-pill span::before,
.due-radio-pill span::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.due-radio-pill span::before {
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: linear-gradient(180deg, rgba(255, 229, 241, 0.24), rgba(255, 207, 234, 0.12));
  border: 1px solid rgba(255, 229, 245, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.due-radio-pill span::after {
  left: 0.58rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 242, 248, 0.85);
  background: transparent;
}

.due-radio-pill.is-active span::before {
  background: linear-gradient(180deg, #ffb4d6, #cf5ca3);
  box-shadow: 0 12px 22px rgba(128, 38, 103, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.due-radio-pill.is-active span::after {
  background: #fff7fb;
  border-color: #fff7fb;
  box-shadow: inset 0 0 0 2px #db4d99;
}

.due-helper {
  margin: 0;
  color: rgba(255, 244, 250, 0.82);
  line-height: 1.7;
}

.due-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.due-primary-btn,
.due-secondary-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 1rem 1.2rem;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-size: 1.08rem;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.due-primary-btn {
  flex: 1 1 250px;
  color: #fff7fd;
  background: linear-gradient(135deg, #e36cab, #be3b91 54%, #7f2f8f);
  box-shadow: 0 18px 36px rgba(131, 27, 102, 0.34), inset 0 1px 0 rgba(255, 241, 247, 0.32);
}

.due-secondary-btn {
  flex: 0 0 auto;
  color: #f8eefe;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 245, 251, 0.08));
  border: 1px solid rgba(255, 232, 246, 0.18);
}

.due-primary-btn:hover,
.due-secondary-btn:hover,
.due-tab:hover,
.due-anchor-pill:hover {
  transform: translateY(-1px);
}

.due-alert {
  display: none;
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(123, 27, 72, 0.32);
  border: 1px solid rgba(255, 199, 223, 0.28);
  color: #fff4fa;
}

.due-alert.is-visible {
  display: block;
}

.due-result-card {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(84, 49, 138, 0.64), rgba(68, 37, 116, 0.76));
  border: 1px solid rgba(255, 223, 246, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 16px 36px rgba(28, 14, 63, 0.2);
}

.due-result-topline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #6236a7, #4a2f94);
  color: #fff5fc;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.due-result-value {
  margin-top: 0.9rem;
  padding: 0.95rem 1rem;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(242, 146, 184, 0.96), rgba(203, 116, 169, 0.95));
  border: 1px solid rgba(255, 230, 244, 0.34);
  color: #fffdfd;
  text-align: center;
  font-size: clamp(2rem, 7vw, 3.3rem);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 6px 24px rgba(93, 17, 78, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 252, 254, 0.26);
}

.due-result-note {
  margin: 0.9rem 0 0;
  color: rgba(255, 244, 251, 0.86);
  line-height: 1.7;
}

.due-mini-row,
.due-insight-grid,
.due-stat-grid,
.due-trust-grid,
.due-formula-grid,
.due-timeline-grid,
.due-tip-grid,
.due-content-grid,
.due-split-grid {
  display: grid;
  gap: 0.85rem;
}

.due-mini-row,
.due-insight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.95rem;
}

.due-mini-card,
.due-insight-card,
.due-stat-card,
.due-formula-card,
.due-timeline-card,
.due-tip-card,
.due-trust-card,
.due-glass-panel,
.due-note-box {
  padding: 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 227, 247, 0.18);
  background: linear-gradient(180deg, rgba(255, 240, 249, 0.08), rgba(255, 242, 250, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.due-mini-card span,
.due-insight-card span,
.due-stat-card span,
.due-formula-card span,
.due-timeline-card span,
.due-tip-card h3,
.due-trust-card strong {
  display: block;
  color: rgba(255, 241, 250, 0.72);
}

.due-mini-card strong,
.due-insight-card strong,
.due-stat-card strong,
.due-formula-card strong,
.due-timeline-card strong {
  display: block;
  margin-top: 0.4rem;
  color: #fff7ff;
  font-size: 1.15rem;
}

.due-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.95rem;
}

.due-stat-card strong {
  font-size: clamp(1.1rem, 4vw, 1.5rem);
}

.due-anchor-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.due-anchor-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 0.8rem;
  border-radius: 1.4rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(255, 228, 245, 0.18);
  background: linear-gradient(180deg, rgba(255, 242, 250, 0.08), rgba(255, 241, 248, 0.03));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.due-anchor-pill span:last-child {
  font-weight: 800;
  color: #fff7ff;
}

.due-anchor-icon {
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  box-shadow: 0 16px 28px rgba(35, 16, 72, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.due-icon-timeline {
  background:
    radial-gradient(circle at 58% 35%, rgba(255, 235, 245, 0.95) 0 12px, transparent 13px),
    radial-gradient(circle at 46% 56%, rgba(128, 33, 104, 0.9) 0 13px, transparent 14px),
    linear-gradient(135deg, #ffb6d6, #e175b7 58%, #8d4fd1);
}

.due-icon-baby {
  background:
    radial-gradient(circle at 50% 31%, rgba(255, 231, 240, 0.96) 0 9px, transparent 10px),
    radial-gradient(circle at 51% 58%, rgba(255, 232, 239, 0.96) 0 13px, transparent 14px),
    linear-gradient(135deg, #f9b3d2, #d96aa8 58%, #7b49cb);
}

.due-icon-plus {
  position: relative;
  background: linear-gradient(135deg, #c7f1ff, #8fd7ff 54%, #5b6cf7);
}

.due-icon-plus::before,
.due-icon-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.55rem;
  height: 0.34rem;
  border-radius: 999px;
  background: #fffafc;
  transform: translate(-50%, -50%);
}

.due-icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.due-content-grid {
  grid-template-columns: minmax(0, 1fr);
}

.due-section-card {
  padding: 1.2rem;
}

.due-section-head h2,
.due-section-head-inline h2 {
  margin: 0;
  font-size: clamp(1.45rem, 4vw, 2.2rem);
  color: #fff8fe;
}

.due-section-card p,
.due-section-card li,
.due-faq-item p {
  color: rgba(255, 245, 250, 0.88);
  line-height: 1.78;
}

.due-table-wrap {
  margin-top: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.due-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border-radius: 1.1rem;
  overflow: hidden;
  background: rgba(47, 22, 89, 0.3);
}

.due-table th,
.due-table td {
  padding: 0.95rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 226, 246, 0.12);
  vertical-align: top;
}

.due-table th {
  background: rgba(255, 234, 247, 0.12);
  color: #fff8fe;
  font-size: 0.92rem;
}

.due-table td {
  color: rgba(255, 245, 250, 0.9);
}

.due-table-condensed td,
.due-table-condensed th {
  padding: 0.85rem 0.9rem;
}

.due-check-list {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
}

.due-check-list li + li {
  margin-top: 0.45rem;
}

.due-panel-emphasis {
  font-weight: 800;
  color: #fffafc;
}

.due-faq-list {
  display: grid;
  gap: 0.75rem;
}

.due-faq-item {
  padding: 0 1rem 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 226, 246, 0.16);
  background: rgba(255, 241, 249, 0.06);
}

.due-faq-item summary {
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 800;
  color: #fff8fe;
  list-style: none;
}

.due-faq-item summary::-webkit-details-marker {
  display: none;
}

.due-faq-item p {
  margin: 0;
}

.due-reference-list {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.15rem;
}

.due-reference-list a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 228, 246, 0.42);
  text-underline-offset: 0.2rem;
}

.due-disclaimer {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(118, 38, 89, 0.24);
  border: 1px solid rgba(255, 215, 236, 0.18);
}

.due-related {
  padding: 1.2rem;
}

.due-section-head-inline {
  margin-bottom: 1rem;
}

.due-home-card {
  text-decoration: none;
  color: #fff6fd;
  background: linear-gradient(180deg, rgba(255, 238, 249, 0.08), rgba(255, 239, 249, 0.03));
}

.due-home-card .home-card-title {
  color: #fff9fe;
}

@media (min-width: 860px) {
  .due-widget {
    padding: 1.2rem 1.2rem 1rem;
  }

  .due-formula-grid,
  .due-timeline-grid,
  .due-tip-grid,
  .due-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .due-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .due-content-grid > .due-section-card:first-child,
  .due-content-grid > .due-section-card:nth-child(3),
  .due-content-grid > .due-section-card:nth-child(4),
  .due-content-grid > .due-section-card:nth-child(8) {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1080px) {
  .due-formula-grid,
  .due-timeline-grid,
  .due-tip-grid,
  .due-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .due-hero-card {
    padding: 1rem;
  }

  .due-widget {
    padding: 0.9rem;
  }

  .due-tabs {
    gap: 0.3rem;
  }

  .due-tab {
    padding: 0.85rem 0.7rem;
    font-size: 0.9rem;
  }

  .due-mini-row,
  .due-insight-grid,
  .due-anchor-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .due-result-card,
  .due-section-card,
  .due-related {
    padding: 1rem;
  }
}

@media (max-width: 560px) {
  .due-page {
    gap: 1rem;
  }

  .due-page::before {
    inset: -1rem -0.45rem 0;
    border-radius: 1.5rem;
  }

  .due-hero-copy h1 {
    font-size: 2.5rem;
  }

  .due-subtitle {
    font-size: 0.95rem;
  }

  .due-input-shell {
    min-height: 58px;
  }

  .due-input-shell input,
  .due-input-shell select {
    font-size: 1.22rem;
    padding-left: 3.5rem;
  }

  .due-input-icon {
    width: 1.85rem;
    height: 1.85rem;
  }

  .due-button-row {
    flex-direction: column;
  }

  .due-secondary-btn,
  .due-primary-btn {
    width: 100%;
    flex: 0 0 auto;
  }

  .due-stat-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .due-result-value {
    font-size: 2.2rem;
  }

  .due-anchor-pill {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  .due-anchor-icon {
    width: 3.4rem;
    height: 3.4rem;
    flex: 0 0 auto;
  }

  .due-table {
    min-width: 560px;
  }
}


.due-related {
  padding: 1.3rem;
}

.due-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.due-home-card {
  display: block;
  min-height: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 221, 243, 0.14);
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(35, 8, 62, 0.12);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.due-home-card::before,
.due-home-card::after {
  display: none;
}

.due-home-card > * {
  position: static;
}

.due-home-card .home-card-title {
  display: block;
  margin: 0 0 0.35rem;
}

.due-home-card p {
  margin: 0;
  color: rgba(255, 240, 249, 0.84);
  line-height: 1.5;
  font-size: 0.9rem;
}

.due-home-card:hover,
.due-home-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 223, 245, 0.26);
  box-shadow: 0 14px 28px rgba(24, 6, 46, 0.18);
}

.due-related-toolbar,
.due-related-progress {
  display: none !important;
}

@media (min-width: 1080px) {
  .due-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .due-related {
    padding: 1rem;
  }

  .due-related-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .due-home-card {
    padding: 0.9rem 0.95rem;
  }
}
