/* Page-specific styles for ship_shortage.html */

body.page-ship-shortage {
  min-height: 100vh;
}

.page-ship-shortage .company-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}

.page-ship-shortage .company-header h1,
.page-ship-shortage .company-header p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.page-ship-shortage .company-header p {
  max-width: 900px;
}

.page-ship-shortage .back-overview-section {
  background: #ffffff;
  margin-top: 14px;
  padding: 18px 20px 26px;
}

.page-ship-shortage .back-overview-panel {
  display: flex;
  justify-content: center;
}

.page-ship-shortage .ship-shortage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.page-ship-shortage .section-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(94, 35, 157, 0.08);
  overflow: hidden;
}

.page-ship-shortage .section-card .card-body {
  padding: 30px 34px;
}

.page-ship-shortage .section-title-alt {
  color: #5e239d;
  font-weight: 700;
  margin-bottom: 14px;
}

.page-ship-shortage .body-text {
  font-size: 0.96rem;
  line-height: 1.7;
  color: #444;
}

.page-ship-shortage .highlight-block {
  margin-top: 18px;
  padding: 16px;
  border-left: 5px solid #5e239d;
  border-radius: 10px;
  background: linear-gradient(90deg, #f8f9fa 80%, #f3e6fa 100%);
}

.page-ship-shortage .highlight-block h5 {
  color: #5e239d;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-ship-shortage .highlight-block ul {
  margin: 0;
  padding-left: 18px;
}

.page-ship-shortage .timeline-card {
  margin-top: 24px;
}

.page-ship-shortage .timeline {
  max-width: 900px;
  margin: 10px auto 0;
  position: relative;
}

.page-ship-shortage .timeline::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #5e239d, #b70468);
}

.page-ship-shortage .timeline-item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}

.page-ship-shortage .timeline-marker {
  position: absolute;
  left: 19px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #b70468;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 4px rgba(183, 4, 104, 0.2);
}

.page-ship-shortage .timeline-content {
  background: #ffffff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-ship-shortage .timeline-date {
  color: #b70468;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.page-ship-shortage .timeline-title {
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-ship-shortage .timeline-description {
  color: #666;
  font-size: 0.93rem;
  line-height: 1.6;
}

.page-ship-shortage .ship-shortage-side .company-logo-card {
  position: sticky;
  top: 20px;
}

.page-ship-shortage .side-list {
  margin: 0;
  padding-left: 18px;
}

.page-ship-shortage .side-list a {
  color: #5e239d;
  text-decoration: none;
}

.page-ship-shortage .side-list a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .page-ship-shortage .ship-shortage-layout {
    grid-template-columns: 1fr;
  }

  .page-ship-shortage .ship-shortage-side .company-logo-card {
    position: static;
  }
}
