.bi-merdeka-confirmation {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding-block: clamp(24px, 5vw, 48px) 16px;
  color: #101820;
  text-align: center;
}

.bi-merdeka-confirmation__indicator {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0;
  place-items: center;
  color: #fff;
  background: #e30613;
  border-radius: 50%;
}

.bi-merdeka-confirmation__indicator svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.bi-merdeka-confirmation__title {
  max-width: 18ch;
  margin: 4px 0 0;
  color: #101820;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.bi-merdeka-confirmation__message,
.bi-merdeka-confirmation__reminder {
  max-width: 56ch;
  margin: 0;
  color: #3d4650;
  font-size: 1rem;
  line-height: 1.65;
}

.bi-merdeka-confirmation__details {
  display: grid;
  width: 100%;
  margin: 4px 0;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  text-align: start;
}

.bi-merdeka-confirmation__detail {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  overflow-wrap: anywhere;
  background: #f7f7f8;
}

.bi-merdeka-confirmation__detail + .bi-merdeka-confirmation__detail {
  border-block-start: 1px solid #dfe3e8;
}

.bi-merdeka-confirmation__label {
  color: #59636e;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bi-merdeka-confirmation__value {
  color: #101820;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

.bi-merdeka-confirmation__reminder {
  font-weight: 600;
}

@media (min-width: 640px) {
  .bi-merdeka-confirmation__details {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .bi-merdeka-confirmation__detail + .bi-merdeka-confirmation__detail {
    border-block-start: 0;
    border-inline-start: 1px solid #dfe3e8;
  }
}

@media (forced-colors: active) {
  .bi-merdeka-confirmation__indicator {
    color: Canvas;
    background: CanvasText;
  }
}
