/**
 * Ticket 6.2.1-E-2 — CTA « voir plus » adouci
 * Aligné sur pattern outline `.subcategories-toggle` (CAT-CRO-5).
 * Override : plugin.css (pill jaune), themeeditor #center_column * (border #ececec).
 * Scope strict : body.category uniquement.
 */

body.category #columns .content-inner #center_column #cw_elasticsearch_next_link.category-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 20px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid var(--prozon-black-color);
  border-color: var(--prozon-black-color);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--prozon-black-color);
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

body.category #columns .content-inner #center_column #cw_elasticsearch_next_link .category-load-more__label,
body.category #columns .content-inner #center_column #cw_elasticsearch_next_link .category-load-more__label:visited {
  color: var(--prozon-black-color);
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: none;
  text-decoration: none;
}

body.category #columns .content-inner #center_column #cw_elasticsearch_next_link:hover {
  background: var(--prozon-grey-color);
  border-color: var(--prozon-black-color);
  transform: none;
}

body.category #columns .content-inner #center_column #cw_elasticsearch_next_link:focus-visible {
  outline: 2px solid var(--prozon-accent-color);
  outline-offset: 2px;
}

body.category #columns .content-inner #center_column #cw_elasticsearch_next_link:active {
  background: var(--light-grey);
  border-color: var(--prozon-black-color);
}
