/* EHOP V12.1 overview refinements */

.v11-offers .module-card {
  position: relative;
}

.v11-offers .module-card[data-detail-href] {
  cursor: pointer;
}

.v11-offers .module-card-image,
.v11-offers .v12-card-title-link,
.v11-offers .v11-card-order {
  position: relative;
  z-index: 3;
}

.v11-offers .v12-card-title-link {
  color: inherit;
  text-decoration: none;
}

.v11-offers .v12-card-title-link:hover,
.v11-offers .v12-card-title-link:focus-visible {
  color: var(--teal, #0f7f78);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.v11-offers .v12-card-info {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 10px;
  color: var(--teal, #0f7f78);
  font-weight: 800;
  text-underline-offset: 3px;
}

.v11-offers .module-card-body > p,
.v11-offers .module-card-body > details {
  position: relative;
  z-index: 2;
}

.v12-quiz-compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: center;
  max-width: 980px;
  margin: 26px auto;
  padding: 20px 24px;
  border: 1px solid rgba(15, 127, 120, 0.22);
  border-radius: 16px;
  background: #f3faf8;
}

.v12-quiz-compact h3 {
  margin: 3px 0 5px;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.12;
}

.v12-quiz-compact p {
  max-width: 68ch;
  margin: 0;
  line-height: 1.45;
}

.v12-quiz-compact .button {
  min-width: 150px;
  margin: 0;
}

@media (max-width: 720px) {
  .v12-quiz-compact {
    grid-template-columns: minmax(0, 1fr);
    padding: 18px;
  }

  .v12-quiz-compact .button {
    width: 100%;
  }
}
