/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 06 June 2026 01:37:11
*/


.link-card:hover {
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.28) !important;
  transform: scale(1.015) !important;
}
.link-card:hover span, .link-card:hover h3 {
  text-decoration: underline !important;
}
#temperatures-data {
  max-height: 395px;
  position: relative;
}
#temperatures-data thead.sticky-top {
  background: #fff;
  z-index: 2;
  box-shadow: 0 2px 0 0 #000;
}
#temperatures-data tr, #temperatures-data td, #temperatures-data th {
  border: 1px solid #F2F2F2 !important;
}
.table-shadow {
  position: sticky;
  bottom: 0;
  height: 48px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 2;
}
.search-wrapper {
  position: relative;
  display: inline-flex;
  width: 100%;
  max-width: 360px;
}
.search-wrapper input[type="search"] {
  flex: 1;
  padding-right: 48px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}
.search-wrapper .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44px;
  border: none;
  background: #231f58;
  color: #fff;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#temperatures-data .table {
  min-width: 100%;
  width: max-content;
}
#temperatures-data .table th, #temperatures-data .table td {
  white-space: nowrap;
}
