.elementor-1847 .elementor-element.elementor-element-78431e83{--display:flex;}.elementor-1847 .elementor-element.elementor-element-51d7726b{--display:flex;}.elementor-1847 .elementor-element.elementor-element-af5fd32{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4d6f0b9a */body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #f2f4f7;
  color: #222;
}

.container {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-info {
  background: #1f4e79;
  color: white;
  font-size: 13px;
  padding: 6px 0;
}

.main-header {
  background: white;
  border-bottom: 1px solid #ddd;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.logo {
  font-size: 26px;
  font-weight: 800;
  color: #1f4e79;
  padding-left: 10px;
}

.logo span {
  color: #0095d9;
}

.menu {
  display: flex;
  align-items: center;
  gap: 18px;
}

.menu a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: black;
}
.menu .emergency {
  background: #e53935;
  color: white;
  padding: 6px 14px;
  border-radius: 6px;
  margin-left: 10px;
}
.alert {
  background: #e53935;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
}

.layout {
  display: flex;
  gap: 35px;
  margin-top: 30px;
}

.content {
  flex: 2.2;
}

.sidebar {
  flex: 1;
}

h1 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.3;
}
.meta {
  font-size: 14px;
  color: #555;
}

.badges span {
  background: #e8f5e9;
  color: #2e7d32;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  margin-right: 6px;
  font-weight: 600;
}

.tldr {
  background: #e9eff4;
  padding: 15px;
  margin-top: 15px;
  border-radius: 8px;
  font-size: 14px;
}

.overview-box {
  margin-top: 25px;
}

.overview-header {
  background: #2f5f8f;
  color: white;
  padding: 10px;
  font-weight: 700;
}

.overview-box table {
  width: 100%;
  border-collapse: collapse;
}

.overview-box td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
}

.card {
  background: white;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}

.card h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.btn {
  width: 100%;
  padding: 11px;
  border: none;
  border-radius: 6px;
  margin-bottom: 10px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.blue { background: #3498db; }
.navy { background: #1f4e79; }
.orange { background: #f57c00; }

.image-card img {
  width: 100%;
  border-radius: 8px;
}

.list {
  list-style: none;
  padding: 0;
}

.list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.list i {
  color: #1f4e79;
}/* End custom CSS */