.getyourguide-experiences {
  display: grid;
  gap: 10px;
  margin-top: 4px;
  border: 1px solid rgba(36, 84, 66, 0.16);
  border-radius: 8px;
  padding: 14px;
  background: #fffdf8;
}

.getyourguide-experiences h4 {
  margin: 5px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0;
}

.getyourguide-experiences p:last-child {
  margin: 0;
  color: rgba(24, 35, 31, 0.66);
  font-size: 0.86rem;
  line-height: 1.5;
}

.getyourguide-link {
  display: inline-flex;
  min-height: 42px;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  color: var(--cream);
  background: var(--forest);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.getyourguide-link:hover,
.getyourguide-link:focus-visible {
  background: #1d4436;
}

@media (max-width: 640px) {
  .getyourguide-link {
    width: 100%;
  }
}
