/* Make the IDSK header tricolor stripe blue-only */
.idsk-header::after {
  background-image: none !important;
  background-color: #003183;
}

/* Header auth button — outlined white style for dark header */
#authButton {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.65);
  box-shadow: none;
  font-size: 0.875rem;
  padding: 0.4rem 0.9rem;
  min-height: auto;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#authButton:hover,
#authButton:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
}

/* Logout confirmation modal */
.bes-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.bes-modal {
  background: #ffffff;
  padding: 2rem;
  max-width: 480px;
  width: 90%;
}

.bes-modal h2 {
  margin-top: 0;
}

/* Service tiles on the homepage */
.bes-service-tile {
  display: block;
  background: #ffffff;
  border: 1px solid #b1b4b6;
  border-top: 5px solid #003183;
  padding: 1.25rem 1.25rem 1.5rem;
  text-decoration: none;
  color: inherit;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
  transition: background 0.1s ease;
}

.bes-service-tile:hover,
.bes-service-tile:focus {
  background: #f0f4f9;
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.bes-service-tile__title {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #003183;
  margin: 0 0 0.5rem 0;
  text-decoration: underline;
}

.bes-service-tile:hover .bes-service-tile__title {
  color: #003183;
  text-decoration: none;
}

.bes-service-tile__desc {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #505a5f;
  margin: 0;
  line-height: 1.4;
}
