﻿.ceys-outage-lookup {
  width: min(980px, calc(100% - 32px));
  margin: 34px auto 54px;
  padding: 34px 32px;
  color: #26323d;
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(35, 52, 69, 0.08);
}

.ceys-outage-head {
  margin-bottom: 22px;
}

.ceys-outage-head h2 {
  margin: 0 0 8px;
  color: #173047;
  font-size: 30px;
  font-weight: 900;
}

.ceys-outage-head p,
.ceys-outage-hint {
  margin: 0;
  color: #5c6978;
  line-height: 1.5;
}

.ceys-outage-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 10px;
  margin-bottom: 10px;
}

.ceys-outage-search-row input {
  width: 100%;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid #d7e0e8;
  border-radius: 4px;
  font-size: 15px;
  outline: none;
}

.ceys-outage-search-row input:focus {
  border-color: #1d3a6c;
}

.ceys-outage-search-row button {
  color: #fff;
  background: #1d3a6c;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
}

.ceys-outage-results {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.ceys-outage-result {
  padding: 18px;
  background: #f8fbfd;
  border: 1px solid #cfe0ec;
  border-left: 5px solid #1d3a6c;
  border-radius: 6px;
}

.ceys-outage-result > strong {
  display: inline-flex;
  margin-bottom: 8px;
  color: #17613a;
  font-size: 13px;
  text-transform: uppercase;
}

.ceys-outage-result h3 {
  margin: 0 0 14px;
  color: #173047;
  font-size: 22px;
}

.ceys-outage-result dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0 0 12px;
}

.ceys-outage-result div {
  display: grid;
  gap: 2px;
}

.ceys-outage-result dt {
  color: #687789;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ceys-outage-result dd {
  margin: 0;
  color: #26323d;
  font-weight: 800;
}

.ceys-outage-result p {
  margin: 8px 0 0;
  color: #4f5f6f;
}

.ceys-outage-result a {
  display: inline-flex;
  margin-top: 12px;
  color: #1d3a6c;
  font-weight: 900;
  text-decoration: none;
}

.ceys-outage-empty {
  margin: 18px 0 0;
  padding: 14px 16px;
  color: #5c6978;
  background: #f5f7f9;
  border: 1px solid #dfe7ef;
  border-radius: 6px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .ceys-outage-lookup {
    width: min(100% - 24px, 720px);
    padding: 24px 18px;
  }

  .ceys-outage-search-row,
  .ceys-outage-result dl {
    grid-template-columns: 1fr;
  }

  .ceys-outage-search-row button {
    min-height: 42px;
  }
}
