#aero-bw2er-top-results h4 {
  margin: 0 0 14px;
}

.aero-bw2er-results-link,
.aero-bw2er-back-link {
  display: inline-block;
  margin-top: 14px;
  color: #00786f;
  font-weight: 700;
}

.aero-bw2er-results-page {
  width: 100%;
  padding: 92px 0 70px;
}

.aero-bw2er-results-page-head {
  display: flex;
  width: min(1240px, calc(100% - 48px));
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto 24px;
}

.aero-bw2er-results-page-head h1 {
  margin: 6px 0 0;
}

.aero-bw2er-year-filter {
  display: flex;
  min-width: 190px;
  flex-direction: column;
  gap: 5px;
}

.aero-bw2er-year-filter span {
  color: #53626a;
  font-size: 14px;
  font-weight: 700;
}

.aero-bw2er-year-filter select {
  height: 42px;
  margin: 0;
  padding: 0 36px 0 12px;
  border: 1px solid #b9c5c9;
  background-color: #fff;
}

.aero-bw2er-results-section {
  width: 100%;
  padding: 16px 0 74px;
  background: #f5f7f8;
}

.aero-bw2er-results-inner {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.aero-bw2er-results-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.aero-bw2er-results-heading h3 {
  margin: 0;
  color: #202b32;
  font-size: 28px;
  letter-spacing: 0;
}

.aero-bw2er-results-heading span {
  color: #63717a;
  font-size: 14px;
}

.aero-bw2er-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dbe1e4;
  background: #fff;
}

.aero-bw2er-results-table,
.aero-bw2er-top-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background: #fff;
}

.aero-bw2er-results-table {
  min-width: 860px;
}

.aero-bw2er-results-table th,
.aero-bw2er-results-table td,
.aero-bw2er-top-table th,
.aero-bw2er-top-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #e5e9eb;
  text-align: left;
  vertical-align: middle;
}

.aero-bw2er-results-table th,
.aero-bw2er-top-table th {
  color: #34434c;
  background: #edf1f2;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.aero-bw2er-results-table tbody tr:last-child td,
.aero-bw2er-top-table tbody tr:last-child td {
  border-bottom: 0;
}

.aero-bw2er-top-table small {
  display: block;
  margin-top: 2px;
  color: #6a777e;
}

.aero-bw2er-placement,
.aero-bw2er-score,
.aero-bw2er-total {
  text-align: center !important;
  font-variant-numeric: tabular-nums;
}

.aero-bw2er-placement,
.aero-bw2er-total {
  font-weight: 800;
}

.aero-bw2er-score-link {
  display: inline-flex;
  min-width: 30px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #75bdb6;
  color: #00786f;
  background: #eaf7f5;
  font-weight: 800;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(0, 120, 111, 0.12);
}

.aero-bw2er-score-link:hover,
.aero-bw2er-score-link:focus-visible {
  color: #fff;
  background: #008d82;
}

.aero-bw2er-loading,
.aero-bw2er-empty,
.aero-bw2er-error {
  margin: 0;
  padding: 16px;
  border: 1px solid #dbe1e4;
  background: #fff;
}

.aero-bw2er-error {
  border-color: #dca9a9;
  color: #8b2525;
}

@media (max-width: 690px) {
  .aero-bw2er-results-section {
    padding: 10px 0 52px;
  }

  .aero-bw2er-results-inner {
    width: calc(100% - 24px);
  }

  .aero-bw2er-results-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .aero-bw2er-results-heading h3 {
    font-size: 23px;
  }

  .aero-bw2er-results-page {
    padding: 64px 0 48px;
  }

  .aero-bw2er-results-page-head {
    width: calc(100% - 24px);
    align-items: stretch;
    flex-direction: column;
  }
}
.aero-bw2er-draw-dialog {
  width: min(520px, calc(100% - 28px));
  padding: 0;
  border: 1px solid #c8d1d5;
  border-radius: 6px;
  color: #26343c;
  background: #fff;
  box-shadow: 0 20px 54px rgba(23, 36, 43, 0.25);
}

.aero-bw2er-draw-dialog::backdrop {
  background: rgba(27, 40, 47, 0.55);
}

.aero-bw2er-draw-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #dce3e5;
  font-size: 19px;
}

.aero-bw2er-draw-dialog-head button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  color: #5c6b72;
  background: transparent;
  font-size: 25px;
  cursor: pointer;
}

.aero-bw2er-draw-dialog-body {
  padding: 22px 20px 26px;
}

.aero-bw2er-draw-dialog-body p {
  margin: 0 0 12px;
}

.aero-bw2er-draw-dialog-body strong {
  display: block;
  color: #087f75;
  font-size: 21px;
  font-variant-numeric: tabular-nums;
}
