/* ===== CUSTOM STATUSPAGE CSS ===== */

/* --- Page Background & Body --- */
body {
  background-color: #f7f8fa;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
}

/* --- Header Styling --- */
.page-header {
  background-color: #0052CC;
  padding: 20px 0;
}

.page-header .page-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}

/* --- Status Banner --- */
.page-status {
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
}

/* --- Component List --- */
.components-section .component-container {
  border: 1px solid #e4e7eb;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 12px 16px;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease;
}

.components-section