:root {
  --history-blue: #0a4074;
  --history-blue-dark: #07335e;
  --history-teal: #0d8f9d;
  --history-gold: #d9a441;
  --history-text: #111827;
  --history-muted: #5f6b7a;
  --history-border: #dce5ec;
  --history-soft: #f7fafc;
}

.history-page {
  margin: 12px 0 36px;
  color: var(--history-text);
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.history-hero {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--history-border);
  border-left: 6px solid var(--history-gold);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(10, 64, 116, .07);
}

.history-heading {
  min-width: 0;
}

.history-heading h1 {
  margin: 0 0 9px;
  color: var(--history-blue) !important;
  font-size: 22px !important;
  font-weight: 800;
  line-height: 1.3;
}

.history-heading p {
  max-width: 780px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px dotted #b7cddd;
  color: var(--history-muted);
  font-size: 14px;
  line-height: 1.62;
}

.history-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 18px;
  align-items: start;
}

.history-article {
  grid-row: span 2;
  padding: 20px;
  border: 1px solid var(--history-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(10, 64, 116, .05);
}

.history-article p {
  margin: 0 0 13px;
  color: var(--history-text);
  font-size: 14px;
  line-height: 1.72;
  text-align: justify;
}

.history-article p:last-child {
  margin-bottom: 0;
}

.history-callout {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid #cfe2ed;
  border-left: 5px solid var(--history-gold);
  border-radius: 7px;
  background: var(--history-soft);
}

.history-callout p {
  margin: 0;
}

.history-callout strong {
  color: var(--history-blue);
  font-weight: 800;
}

.history-timeline,
.history-sub-centres {
  padding: 18px;
  border: 1px solid var(--history-border);
  border-radius: 8px;
  background: var(--history-soft);
  box-shadow: 0 3px 14px rgba(10, 64, 116, .05);
}

.history-timeline h2 {
  margin: 0 0 13px;
  color: var(--history-blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.history-milestone {
  padding: 12px 0;
  border-top: 1px solid var(--history-border);
}

.history-milestone:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.history-milestone strong {
  display: block;
  margin-bottom: 4px;
  color: var(--history-gold);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.history-milestone span {
  display: block;
  color: var(--history-muted);
  font-size: 13px;
  line-height: 1.5;
}

.history-sub-centres h2 {
  margin: 0 0 10px;
  color: var(--history-blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.history-sub-centres div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.history-sub-centres span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid #c9dde9;
  border-left: 3px solid var(--history-gold);
  border-radius: 6px;
  background: #fff;
  color: var(--history-blue);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .history-layout {
    grid-template-columns: 1fr;
  }

  .history-article {
    grid-row: auto;
  }

  .history-sub-centres,
  .history-timeline {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .bb-container.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .row,
  .row-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .gsc-column,
  .column-inner,
  .column-content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .history-hero,
  .history-article,
  .history-sub-centres,
  .history-timeline {
    padding: 16px;
  }

  .history-sub-centres,
  .history-timeline {
    max-width: none;
  }
}
