*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-size: 13px;
  color: #636466;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  background: #fff;
}

ul {
  list-style: none;
}

#wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

.map-wrapper {
  margin: 0 auto 4px;
  position: relative;
  width: 100%;
}

#map {
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.map-lens-btn {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 10;
  width: 44px;
  height: 44px;
  padding: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: rgba(15, 41, 70, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 8px 18px rgba(9, 22, 40, 0.34);
          box-shadow: 0 8px 18px rgba(9, 22, 40, 0.34);
  -webkit-transition: background, -webkit-transform 0.15s ease;
  transition: background, -webkit-transform 0.15s ease;
  transition: background, transform 0.15s ease;
  transition: background, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.map-lens-btn:hover {
  background: rgb(0, 37, 70);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.map-lens-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#report-request-input {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 15px 20px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.form-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dropdown {
  width: 100%;
  height: 34px;
  padding: 4px 8px;
  font-size: 13px;
  font-family: inherit;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M2 4l4 4 4-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
}
.dropdown:focus {
  outline: none;
  border-color: #66afe9;
  -webkit-box-shadow: 0 0 0 2px rgba(102, 175, 233, 0.3);
          box-shadow: 0 0 0 2px rgba(102, 175, 233, 0.3);
}

.tab-strip {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}
@media (max-width: 600px) {
  .tab-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background, color 0.15s ease;
  transition: background, color 0.15s ease;
}
@media (max-width: 600px) {
  .tab-item {
    border-bottom: 1px solid #eee;
  }
}
.tab-item:hover {
  background: #e8eef5;
}
.tab-item.active {
  background: #fff;
  border-bottom: 2px solid #003763;
}
@media (max-width: 600px) {
  .tab-item.active {
    border-bottom: 2px solid #003763;
  }
}
.tab-item.active .tab-link {
  font-weight: 700;
  color: #002d62;
}

.tab-link {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  color: #003763;
  text-decoration: none;
  white-space: nowrap;
}

.tab-content {
  padding: 12px;
}

.report-controls {
  text-align: center;
}

.report-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  .report-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.radio-label {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.radio-label input[type=radio] {
  margin: 0;
  cursor: pointer;
}

.report-submit {
  margin-top: 4px;
}

.btn-view {
  display: inline-block;
  padding: 8px 28px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background, border-color 0.15s ease;
  transition: background, border-color 0.15s ease;
}
.btn-view:hover {
  background: #e6e6e6;
  border-color: #adadad;
}
.btn-view:active {
  background: #d4d4d4;
}

.hidden-form-inputs {
  display: none;
}

.hidden {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
@media print {
  .map-lens-btn,
  .report-controls,
  .hidden-form-inputs {
    display: none !important;
  }
  body {
    background: #fff;
  }
}