
/* Minor page-specific additions (keeps the look aligned with IDSK/GOV.UK) */

.govuk-\!-text-align-centre {
    text-align: center !important;
}

.idsk-inpage-nav {
  position: sticky;
  top: 1rem;
  padding-top: 0.25rem;
}

.map-placeholder {
  border: 2px dashed #b1b4b6; /* neutral govuk border */
  border-radius: 4px;
  padding: 1rem;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Time status panel (2x3 cells) */
.time-status-panel {
  margin: 0.25rem 0 0.25rem;
}

.time-status-row {
  display: grid;
  grid-template-columns: minmax(11rem, 1fr) minmax(16rem, 2fr) minmax(12rem, 1fr);
  gap: 0.25rem;
  margin-bottom: 0.25rem;
/*  background: #003078; */
}

.time-status-cell {
  border: 0px solid #b1b4b6;
/*  background: #003078;  */
  padding: 0.25rem;
}

.time-status-cell--middle {
  text-align: center;
}

.time-status-cell--left {
  text-align: right;
}


.time-status-big {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
}

.time-status-big--small {
  font-size: 1.2rem;
}

.time-status-subtle {
  color: #505a5f;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0.25rem;
}

@media (max-width: 48.0625em) { /* GOV.UK tablet breakpoint */
  .time-status-row {
    grid-template-columns: 1fr;
  }
  .time-status-cell--middle {
    text-align: left;
  }

  .time-status-cell--left {
    text-align: right;
  }
}
