.title-line {
  margin-bottom: 10px;
  font-size: 18px;
}

.text1 {
  font-weight: bold;
  color: #207262;
}

.line {
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 5px 5px 10px #084236;
}

.alink > a {
  text-decoration: none;
  color: #227363;
  font-weight: bold;
}

.alink > a:hover {
  color: #05493c;
  font-weight: bold;
}

.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #207262;
  padding: 10px;
  z-index: 999;
}

.popup-none {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #207262;
  padding: 10px;
  display: none;
}

#cookie-popup p {
  margin: 0;
  line-height: 1.5;
  text-align: left;
  word-spacing: 5px;
  color: #eee;
}

#cookie-popup a {
  color: #eee;
  text-decoration: underline;
}

.accept-cookies {
  display: inline-block;
  text-align: left;
  background-color: #ddd;
  margin-top: 10px;
}

.fav-contain {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.fav-contain::-webkit-scrollbar {
  /* display: none; */
  width: 10px;
  height: 10px;
}
.fav-contain::-webkit-scrollbar-track {
  background-color: #83ffe7;
  border-radius: 2px;
}

.fav-contain::-webkit-scrollbar-track:hover {
  background-color: #83ffe7;
  border-radius: 2px;
}
.fav-contain::-webkit-scrollbar-thumb {
  background-color: #47b09b;
  border-radius: 10px;
}
.fav-contain::-webkit-scrollbar-thumb:hover {
  background-color: #47b09b;
}
.fav-contain::-webkit-scrollbar-corner {
  background-color: #179916;
}

.fav-card {
  width: 100px;
  margin-right: 25px;
}

.fav-img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
}

.fav-title {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #209a82;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: clip;
}

.main {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  grid-auto-rows: 1fr;
  gap: 1em;
  margin: 30px 0;
}

.main .featured {
  grid-row: span 2;
  grid-column: span 2;
}

.main .test {
  border-radius: 30px;
}

.main > div {
  background-color: #83ffe7;
  display: flex;
  flex-direction: column;
  margin: 0;
  box-shadow: 6px 6px 15px #2a726c;
}

.main img {
  flex: 1;
  object-fit: cover;
  max-width: 100%;
  border-radius: 30px;
}

.return-top {
  position: relative;
}

.topp {
  position: fixed;
  right: 20px;
  bottom: 60px;
}

@media (max-width: 576px) {
  .fav-contain::-webkit-scrollbar {
    display: none;
  }
  .fav-title {
    font-size: 12px;
  }

  .fav-img {
    width: 80px;
    height: 80px;
  }
  .fav-card {
    width: 80px;
    margin-right: 20px;
  }
}
