.status-v2-hero {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: linear-gradient(150deg, #171717 0%, #262626 48%, #1f2f1a 100%);
  border-bottom: 1px solid #3a3a3a;
}

/* Keep the status hero compact without affecting shared image heroes. */
#statusV2Hero,
#statusV2Hero.hero-section {
  height: auto;
  min-height: 200px;
  padding-top: 1.75rem;
  padding-bottom: 1.5rem;
}

#statusV2Hero .overview-row {
  min-height: 0;
}

.status-v2-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #efefef;
}

.section-header-wrap {
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.status-v2-section-title {
  margin-bottom: 0.2rem;
}

.status-v2-section-subtitle {
  color: #bfbfbf;
  margin-bottom: 0;
}

.status-report {
  background: #1f1f1f;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  padding: 1.15rem 1.25rem;
  color: #e2e2e2;
  line-height: 1.65;
}

.status-report p {
  margin-bottom: 0.85rem;
}

.status-report p:last-child {
  margin-bottom: 0;
}

.status-report strong {
  color: #f3f3f3;
}

.status-report a {
  color: #74dc52;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.status-report a:hover {
  color: #8ce66f;
}

.status-report ul,
.status-report ol {
  margin: 0.35rem 0 0.9rem;
  padding-left: 1.2rem;
}

.status-report li {
  margin-bottom: 0.35rem;
}

.status-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.status-timeline::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 5px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    #3a3a3a 0,
    #3a3a3a calc(100% - 80px),
    rgba(58, 58, 58, 0) 100%
  );
}

.status-timeline-item {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.25rem;
}

.status-timeline-item:last-child {
  margin-bottom: 0;
}

.status-timeline-node {
  position: absolute;
  top: 1.42rem;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #52cc29;
  background: #1f1f1f;
}

.status-timeline-item:first-child .status-timeline-node {
  background: #52cc29;
}

.status-timeline-link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.9rem;
  color: inherit;
  text-decoration: none;
  background: #1f1f1f;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  padding: 0;
  min-height: 132px;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.status-timeline-link:hover,
.status-timeline-link:focus,
.status-timeline-link:active {
  text-decoration: none;
}

.status-timeline-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border-color: #4b6242;
}

.status-timeline-link:active {
  transform: translateY(0);
  background: #1b1b1b;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.35);
}

.status-timeline-daterow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.status-timeline-date {
  display: inline-block;
  color: #74dc52;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-decoration: none;
}

.status-timeline-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0.85rem 0 0.85rem 0.95rem;
}

.status-timeline-thumb-wrap {
  width: clamp(96px, 18vw, 110px);
  flex: 0 0 clamp(96px, 18vw, 110px);
  align-self: stretch;
  flex-shrink: 0;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
  background: #252525;
}

.status-timeline-thumb {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.status-timeline-title {
  color: #f0f0f0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.status-timeline-link:hover .status-timeline-title {
  color: #74dc52;
}

.status-timeline-excerpt {
  margin-top: 0.35rem;
  color: #bcbcbc;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
}

.status-timeline-link:hover .status-timeline-date,
.status-timeline-link:hover .status-timeline-title,
.status-timeline-link:hover .status-timeline-excerpt,
.status-timeline-link:focus .status-timeline-date,
.status-timeline-link:focus .status-timeline-title,
.status-timeline-link:focus .status-timeline-excerpt,
.status-timeline-link:active .status-timeline-date,
.status-timeline-link:active .status-timeline-title,
.status-timeline-link:active .status-timeline-excerpt {
  text-decoration: none;
}

.status-timeline-more {
  display: inline-flex;
  align-items: center;
  align-self: flex-end;
  gap: 0.3rem;
  margin-top: auto;
  color: #74dc52;
  font-size: 0.86rem;
  line-height: 1;
  text-decoration: none;
}

.status-timeline-more span[aria-hidden="true"] {
  transition: transform 0.2s ease;
}

.status-timeline-link:hover .status-timeline-more {
  color: #8ce66f;
}

.status-timeline-link:hover .status-timeline-more span[aria-hidden="true"] {
  transform: translateX(3px);
}

.dashboard-grid .dashboard-tile {
  background: #1f1f1f;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  padding: 1rem;
  height: 100%;
}

.dashboard-label {
  color: #a8a8a8;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.dashboard-value {
  color: #52cc29;
  font-size: 1.55rem;
  margin-bottom: 0;
  font-weight: 700;
}

.status-note {
  background: #1f1f1f;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  padding: 1rem;
}

.status-note h3 {
  margin-bottom: 0.5rem;
}

.dashboard-updated {
  color: #bfbfbf;
  margin-top: 0.75rem;
}

.status-empty-state {
  border: 1px dashed #585858;
  border-radius: 12px;
  background: #1e1e1e;
  color: #d2d2d2;
  padding: 1rem;
}

.status-v2-link {
  color: #74dc52;
  text-decoration: none;
  white-space: nowrap;
}

.status-v2-link:hover {
  color: #8ce66f;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #statusV2Hero,
  #statusV2Hero.hero-section {
    min-height: 140px;
    padding-top: 1.1rem;
    padding-bottom: 1rem;
  }

  #statusV2Hero .overview-row {
    min-height: 0;
  }

  .section-header-wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .status-timeline-item {
    padding-left: 1.8rem;
    margin-bottom: 1rem;
  }

  .status-timeline::before {
    left: 4px;
  }

  .status-timeline-daterow {
    margin-bottom: 0.45rem;
  }

  .status-timeline-thumb-wrap {
    width: 88px;
    flex-basis: 88px;
  }
}