/* ─────────────────────────────────────────────
   Optimizely Status Page — Custom CSS
   Brand: Option 3 (Neutral 3 header)
   Updated: June 2026
───────────────────────────────────────────── */

/* Incident title links */
.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a {
  color: #08251A !important;
}

.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .incident-title a {
  color: #FFFFFF !important;
}

/* Operational green — Good-to-go */
.layout-content.status.status-index .components-section .status-green.component-inner-container .component-status {
  color: #197050 !important;
}

.layout-content.status.status-index .page-status.status-none,
.status-green .circle-indicator {
  background-color: #197050;
}

/* Links and buttons — Light Fir */
a,
a:hover,
.layout-content.status-index .page-footer span a:hover,
.layout-content.status-index .timeframes-container .timeframe:hover:not(.active),
.layout-content.status-incident .subheader a:hover {
  color: #197050;
}

/* ── HEADER ── */
#custom-header {
  background-color: #E4F0DA;
  padding: 20px 40px 20px;
  position: relative;
  border-bottom: 1px solid #C3CEAF;
}

#custom-header .logo-container {
  float: left;
  max-width: 180px;
}

#custom-header .logo-container a {
  display: block;
  overflow: hidden;
  height: 40px;
}

#custom-header nav {
  float: right;
}

#custom-header nav > a,
#custom-header .show-updates-dropdown {
  color: #08251A;
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}

#custom-header .updates-dropdown {
  right: 0px;
  color: #08251A;
}

/* Subscribe button */
@media screen and (min-width: 900px) {
  #custom-header .logo-container {
    position: relative;
    top: 4px;
  }

  #custom-header nav > a {
    position: relative;
    top: 1px;
    margin-right: 28px;
  }

  #custom-header .show-updates-dropdown {
    padding: 8px 18px;
    border-radius: 4px;
    border: 1.5px solid #197050;
    opacity: 1;
  }

  #custom-header .show-updates-dropdown:hover {
    background-color: #ABFF44;
    border-color: #08251A;
    color: #08251A;
    opacity: 1;
    text-decoration: none;
  }
}

/* Mobile header */
@media screen and (max-width: 900px) {
  #custom-header {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 16px;
  }

  #custom-header .logo-container {
    float: none;
    display: block;
    margin-bottom: 14px;
    max-width: none;
  }

  #custom-header .logo-container .logo {
    max-width: 150px;
    display: inline-block;
  }

  #custom-header nav {
    float: none;
  }

  #custom-header nav > a,
  #custom-header .updates-dropdown-container {
    float: none;
  }

  .layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .incident-title {
    background-color: #3AB533 !important;
  }
}

@media screen and (max-width: 475px) {
  #custom-header nav > a {
    margin-right: 16px;
  }

  #custom-header nav > a,
  #custom-header nav .show-updates-dropdown {
    font-size: 12px;
  }
}

/* ── FOOTER ── */
#custom-footer {
  padding: 20px 40px;
  color: #FFFFFF;
  font-size: 13px;
  background-color: #08251A;
}

#custom-footer .logo {
  max-width: 130px;
  display: inline-block;
}

#custom-footer > div {
  position: relative;
  top: 2px;
}

#custom-footer .meta {
  float: right;
  color: rgba(255,255,255,0.4);
}

#custom-footer .links {
  float: right;
  margin-left: 30px;
}

#custom-footer .links a {
  color: #91DBDA;
  display: inline-block;
  margin-left: 20px;
}

#custom-footer .links a:hover {
  color: #ABFF44;
}

#custom-footer .links a:first-of-type {
  margin-left: 0px;
}

@media screen and (max-width: 880px) {
  #custom-footer {
    overflow: hidden;
  }

  #custom-footer > div {
    top: 0px;
  }

  #custom-footer .links {
    margin-left: 0px;
  }

  #custom-footer .meta {
    float: left;
  }

  #custom-footer .logo {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #custom-footer {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  #custom-footer .meta,
  #custom-footer .links {
    float: none;
  }

  #custom-footer .links {
    margin-bottom: 5px;
  }
}