/*
Plugin: Testy.org.ua — Кнопки в архівах
Version: 1.0.1
*/

.testy-org-ua-archive-nav {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 0 22px;
  padding: 0;
  clear: both;
  gap: 8px;
}

/*
 * GP Premium відкриває generate-columns-container до archive header і має
 * від'ємний лівий gutter. Внутрішній padding повертає кнопки на лінію контенту.
 */
body.generate-columns-activated .generate-columns-container > .testy-org-ua-archive-nav {
  padding-left: var(--testy-org-ua-test-card-column-gap, 20px);
}

.testy-org-ua-archive-nav__button,
.testy-org-ua-archive-nav__button:visited {
  display: inline-flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 6px 18px 7px;
  overflow-wrap: anywhere;
  border: 0;
  border-radius: 999px;
  background-color: var(
    --testy-org-ua-category-color,
    var(--testy-org-ua-fallback-color, #263448)
  );
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  transition: none;
  white-space: normal;
}

.testy-org-ua-archive-nav__button:hover {
  background-color: var(
    --testy-org-ua-category-color,
    var(--testy-org-ua-fallback-color, #263448)
  );
  color: #ffffff;
  box-shadow: none;
  filter: none;
  opacity: 1;
  text-shadow: none;
  transform: none;
}

.testy-org-ua-archive-nav__button:focus-visible {
  color: #ffffff;
  outline: 2px solid currentColor;
  outline-offset: -4px;
  box-shadow: none;
  text-shadow: none;
}

@media (max-width: 980px) {
  .testy-org-ua-archive-nav {
    margin-bottom: 16px;
  }

  .testy-org-ua-archive-nav__button,
  .testy-org-ua-archive-nav__button:visited {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  body.generate-columns-activated .generate-columns-container > .testy-org-ua-archive-nav {
    padding-right: var(--testy-org-ua-archive-mobile-column-width-correction, 15px);
    padding-left: var(--testy-org-ua-archive-mobile-column-padding, 20px);
  }
}
