/* =============================================================
   BlueSkyData Status Portal — Public Styling
   ============================================================= */

/* --- Global Page Layout --- */
body {
  background-color: #f5f7fa;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* --- Sticky Status Banner --- */
.status-banner-wrapper {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.status-banner {
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.banner-green {
  background-color: #1e8e3e; /* operational */
}

.banner-orange {
  background-color: #f39c12; /* maintenance */
}

.banner-red {
  background-color: #e74c3c; /* offline */
}

/* --- Notice Bar --- */
.notice-bar {
  width: 100%;
  background: #fff8e1;
  border-top: 2px solid #ffc107;
  border-bottom: 2px solid #ffc107;
  text-align: center;
  padding: 15px 0;
  box-shadow: inset 0 -1px 2px rgba(0,0,0,0.05);
}

.notice-bar strong {
  display: block;
  font-size: 1.1rem;
  color: #b37b00;
  margin-bottom: 4px;
}

.notice-bar span {
  font-size: 0.95rem;
  color: #444;
}

.notice-bar small {
  display: block;
  font-size: 0.8rem;
  color: #777;
  margin-top: 5px;
}

/* --- Headings --- */
h1 {
  text-align: center;
  color: #0078d7;
  font-weight: 700;
}

/* --- Service Cards --- */
.card {
  border-radius: 10px;
  overflow: hidden;
}

.card-header {
  background-color: #0078d7 !important;
  color: #fff;
  font-weight: 600;
}

.table th,
.table td {
  vertical-align: middle !important;
  border-color: #e0e0e0 !important;
}

.table th {
  font-weight: 600;
}

/* --- Buttons --- */
.btn {
  border-radius: 6px;
  font-weight: 500;
}

/* --- Footer --- */
footer {
  background: #fafafa;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

/* --- General Container --- */
.container {
  max-width: 1000px;
}

/* --- Badges --- */
.badge {
  font-size: 0.9rem;
  padding: 6px 10px;
  border-radius: 6px;
}
