/*
Plugin: Testy.org.ua — Подібні тести
Version: 1.0.1

Цей CSS НЕ чіпає старі класи:
.relpost...
.li-thumb-wrap
.li-tag-badge

Новий блок працює через:
.testy-org-ua-related-tests
*/

.testy-org-ua-related-tests {
  margin-top: 42px;
  margin-bottom: 36px;
}

.testy-org-ua-related-tests__title {
  margin: 0 0 22px;
  color: var(--testy-org-ua-card-text-color, #061225);
  font-family: var(--testy-org-ua-card-title-font, inherit);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.testy-org-ua-related-tests__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--testy-org-ua-grid-gap, 22px);
}

.testy-org-ua-related-tests__card {
  min-width: 0;
}

.testy-org-ua-related-tests__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.testy-org-ua-related-tests__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--testy-org-ua-image-ratio, 3 / 2);
  object-fit: cover;
}

.testy-org-ua-related-tests__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: var(--testy-org-ua-image-ratio, 3 / 2);
  background:
    linear-gradient(135deg, rgba(6, 18, 37, 0.06), rgba(6, 18, 37, 0.12));
}

/* Ліва діагональна стрічка: Тема / Підсумок / Розділ / Курс */
.testy-org-ua-related-tests__ribbon {
  position: absolute;
  top: 18px;
  left: -56px;
  z-index: 25;
  display: block;
  width: 170px;
  padding: 6px 0;
  background: var(--testy-org-ua-category-color, var(--contrast-2, #061225));
  color: #ffffff;
  font-family: var(--testy-org-ua-card-title-font, inherit);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transform: rotate(-45deg);
  transform-origin: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(6, 18, 37, 0.18);
}

/* Права плашка: 7 клас / 8 клас / 11 клас */
.testy-org-ua-related-tests__badge {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 72%;
  padding: 6px 15px;
  background: var(--testy-org-ua-category-color, var(--contrast-2, #061225));
  color: #ffffff;
  border-radius: 14px 0 0 14px;
  font-family: var(--testy-org-ua-card-title-font, inherit);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testy-org-ua-related-tests__card-title {
  background: var(--testy-org-ua-category-color, var(--contrast-2, #061225));
}

.testy-org-ua-related-tests__card-title a,
.testy-org-ua-related-tests__card-title a:visited {
  color: #ffffff !important;
}

.testy-org-ua-related-tests__card-title a:hover,
.testy-org-ua-related-tests__card-title a:focus {
  color: #ffffff !important;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .testy-org-ua-related-tests {
    margin-top: 34px;
    margin-bottom: 30px;
  }

  .testy-org-ua-related-tests__title {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .testy-org-ua-related-tests__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testy-org-ua-related-tests__ribbon {
    top: 17px;
    left: -54px;
    width: 166px;
    font-size: 14px;
  }

  .testy-org-ua-related-tests__badge {
    top: 16px;
    font-size: 13px;
  }
}
