.meteo-iframe {
  width: 100%;
  border: 0;
  display: block;
}

.gold-card {
  max-width:364px!important;
  background-color:#D4AF37;
}

.btn-gold {
  background-color:#D4AF37;
}

.btn-gold:hover {
  background-color:#D4AF37;
  color:white;
}

.text {
  color:white;
}

.goals-list {
  counter-reset: goal-counter;
}

.goal-item {
  counter-increment: goal-counter;
}

.goal-number::before {
  content: counter(goal-counter) ". ";
  font-weight: 700;
  margin-right: .25rem;
}

.goal-card {
  overflow: hidden;
}

.goal-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.goal-text {
  font-size: 1rem;
  line-height: 1.4;
}

.goal-check {
  color: #198754;
  font-size: 1.1rem;
  margin-left: .4rem;
  vertical-align: middle;
  flex-shrink: 0; /* aby sa nezmenšoval */
}

@media (max-width: 767px) {
  .meteo-iframe {
    height: 320px;
  }
}

@media (min-width: 768px) {
  .meteo-iframe {
    height: 280px;
  }
}
