@charset "UTF-8";
:root {
  --star-size: ;
  --star-color: ;
  --star-background: ;
}

.highlight-container, .highlight {
  position: relative;
}

.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #ffd500;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}

.hidden {
  display: none !important;
}

.language-selector {
  font-size: 35px;
  margin-right: 40px;
  margin-top: 15px;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 1035px) {
  .language-selector {
    font-size: 35px;
    margin-left: 40px;
    margin-top: 15px;
    left: 0;
    position: absolute;
  }
}

.language-selector a {
  filter: grayscale(60%);
}

.language-selector a.active {
  filter: grayscale(0);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

#navigation {
  margin-bottom: 50px;
}

.courses-explanation {
  margin-top: 50px;
}

.course-divider {
  margin-top: 20px;
  margin-bottom: 20px;
}

.step-divider {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 2px;
  background: #0f95a1;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 20px;
  font-family: Times;
  line-height: 1;
}
.stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #fc0 var(--percent), #cac0c0 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1035px) {
  .stars {
    font-size: 14px;
  }
}

#map { height: 400px; }

.my-label {
    position: absolute;
    width: 100px;
    font-size: 20px;
}
