.secondary-text {
  color: #212529bf;
  font-size: 14px;
  line-height: 21px;
}

.container-max-width {
  max-width: 960px;
}

.card-container {
  border-radius: 8px;
  background-color: white;
  padding: 16px;

  .status-icon {
    margin-top: 3px;
    margin-right: 8px;
    margin-bottom: 3px;
  }

  .header-container {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 16px;
  }

  .btn {
    /* Allow the button to grow to fit its contents instead of forcing a fixed width.
       Use a content-sized minimum so short buttons keep a sensible size, but
       long contents won't be truncated or wrapped. Keep padding and visual styles. */
    min-width: max-content; /* ensure enough width for inner content */
    width: auto;
    padding: 8px;
    border-color: #dee2e6;
    border-radius: 4px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; /* prevent inner text from wrapping */
    gap: 0.5rem; /* space between svg and text when using inline-flex */
  }

  .detail-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;

    .detail-section {
      display: flex;
      flex-direction: column;

      .label {
        color: #212529bf;
        font-size: 12px;
        line-height: 18px;
      }

      .value-service-date-time {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
      }

      .value-secondary {
        margin-top: 4px;
        color: #212529bf;
        font-size: 12px;
        line-height: 18px;
      }
    }
  }
}

.not-found-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  min-height: calc(100vh - 57.75px - 32px - 218px);
}

footer {
  font-size: 14px;
  line-height: 21px;

  .copyright {
    color: #212529bf;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #dee2e6;
    padding-top: 16px;
  }
}

.confirmation-rich-text {
  max-height: 100px;
  overflow-y: auto;
}

.confirmation-rich-text ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin: 0.25rem 0;
}

.confirmation-rich-text ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.25rem 0;
}

.confirmation-rich-text li {
  margin: 0.125rem 0;
}

.confirmation-rich-text blockquote {
  border-left: 2px solid #dee2e6;
  padding-left: 0.75rem;
  color: #4b5563;
  margin: 0.25rem 0;
}

.confirmation-rich-text h1,
.confirmation-rich-text h2,
.confirmation-rich-text h3 {
  margin: 0.35rem 0;
  font-weight: 600;
}

.confirmation-rich-text h1 {
  font-size: 1.25rem;
}

.confirmation-rich-text h2 {
  font-size: 1.1rem;
}

.confirmation-rich-text h3 {
  font-size: 1rem;
}
