/* ========== BLOCK SECTION STYLING ========== */
.block-wrapper {
  margin-top: 5%;
}

@media (max-width: 768px) {
  .block-wrapper {
    margin-top: 10%;
    margin-bottom: -5%;
  }
}

/* ========== CLIMATE SECTION ========== */
.climate-section {
  max-width: 1080px;
  margin: auto;
  text-align: center;
  margin-bottom: 3rem;
}

.climate-scroll {
  overflow-x: auto;
  overflow-y: visible;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.9px);
  -webkit-backdrop-filter: blur(2.9px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  position: relative;
  z-index: 1;
}

.climate-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  background: rgba(255, 255, 255, 0.6);
}

.climate-table th,
.climate-table td {
  padding: 1rem;
  border: 1px solid #e3e3e3;
  font-size: 0.9rem;
  color: #333;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.climate-table thead th {
  background: rgba(209, 240, 220, 0.6);
  color: #064e3b;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 2px solid #b8e4c7;
}

.climate-table td:first-child,
.climate-table th:first-child {
  background: rgba(245, 255, 249, 0.8);
  position: sticky;
  left: 0;
  font-weight: 500;
  color: #1e3932;
  z-index: 3;
  border-right: 2px solid #ccead7;
}

.climate-table tr:nth-child(even) {
  background: rgba(248, 253, 251, 0.8);
}

.climate-table tbody tr:hover {
  background: rgba(238, 250, 243, 0.6);
}

/* ========== NOTE BELOW TABLE ========== */
.table-note {
  text-align: left;
  font-size: 0.75rem;
  color: #444;
  background: rgba(241, 247, 243, 0.6);
  backdrop-filter: blur(2.9px);
  -webkit-backdrop-filter: blur(2.9px);
  border-radius: 12px;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(200, 200, 200, 0.3);
}

.note-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.note-flex img {
  height: 50px;
  width: 50px;
  flex-shrink: 0;
}

.note-flex span {
  text-align: right;
  flex: 1;
}

.country {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ========== TABLE LINKS ========== */
tbody td a:link {
  color: #0056b3;
  font-weight: 500;
}

tbody td a:visited {
  color: #4b0082;
}

tbody td a:hover {
  color: #003d80;
  text-decoration: underline;
}

tbody td a:active {
  color: #002b5c;
}

tbody td small a:link {
  color: #666;
  font-size: 0.75rem;
}

tbody td small a:visited {
  color: #666;
}

tbody td small a:hover {
  color: #666;
  text-decoration: underline;
}

tbody td small a:active {
  color: #666;
}

.logo .logo-text {
  color: rgb(117, 208, 126);
}
