.webo-template-catalog {
  --catalog-ink: #18332b;
  --catalog-green: #08753d;
  --catalog-line: #dce5df;
  color: var(--catalog-ink);
  background: #fff;
  width: 100%;
  min-width: 0;
  border-radius: 14px;
  padding: clamp(1rem, 3vw, 2rem);
  font-family: inherit;
  margin: 2rem 0;
  scroll-margin-top: 100px;
}
.webo-template-catalog *, .webo-template-catalog *::before, .webo-template-catalog *::after { box-sizing: border-box; }
.webo-template-catalog h2 { color: inherit; font-size: clamp(1.5rem, 2.7vw, 2rem); line-height: 1.25; margin: 0 0 .75rem; }
.webo-template-catalog__intro { max-width: 48rem; color: #4c6258; font-size: 1rem; line-height: 1.6; margin: 0 0 1.75rem; }
.webo-template-catalog__filters { display: flex; gap: 1rem; align-items: end; flex-wrap: wrap; background: #f3f7f4; border: 1px solid var(--catalog-line); border-radius: 12px; padding: 1.25rem; margin: 0 0 1.25rem; }
.webo-template-catalog__field { flex: 1 1 15rem; min-width: 0; }
.webo-template-catalog label { display: block; color: var(--catalog-ink); font-family: inherit; font-size: .95rem; font-weight: 600; line-height: 1.4; margin: 0 0 .5rem; }
.webo-template-catalog input, .webo-template-catalog select { width: 100%; min-height: 48px; margin: 0; border: 1px solid #82998b; border-radius: 6px; background-color: #fff; color: var(--catalog-ink); font: inherit; line-height: 1.4; box-shadow: none; padding: .6rem .8rem; }
.webo-template-catalog select { padding-right: 2rem; }
.webo-template-catalog .webo-template-catalog__button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid var(--catalog-green); border-radius: 6px; background: var(--catalog-green); color: #fff; font-family: inherit; font-size: 1rem; font-weight: 700; line-height: 1.4; letter-spacing: 0; padding: .65rem 1.25rem; margin: 0; text-transform: none; text-decoration: none; cursor: pointer; box-shadow: none; }
.webo-template-catalog .webo-template-catalog__button:hover { background: #055a2e; border-color: #055a2e; color: #fff; }
.webo-template-catalog__reset { display: inline-flex; align-items: center; min-height: 48px; color: #285d43; text-decoration: underline; }
.webo-template-catalog__count { color: #4c6258; font-size: .95rem; line-height: 1.5; margin: 0 0 1.25rem; }
.webo-template-catalog__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.webo-template-catalog__card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--catalog-line); border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 5px 16px rgb(20 52 35 / 5%); }
.webo-template-catalog__image { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; overflow: hidden; background: #eef3ef; color: #4c6258; text-align: center; }
.webo-template-catalog__image img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: top; }
.webo-template-catalog__image span { padding: 1rem; }
.webo-template-catalog__body { display: flex; flex-direction: column; flex: 1; padding: 1.25rem; }
.webo-template-catalog__body h3 { color: var(--catalog-ink); font-size: 1.15rem; font-weight: 700; line-height: 1.45; overflow-wrap: anywhere; margin: 0 0 .65rem; }
.webo-template-catalog__categories { color: #52665a; font-size: .875rem; line-height: 1.5; margin: 0 0 1rem; overflow-wrap: anywhere; }
.webo-template-catalog__preview { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: .75rem; color: var(--catalog-green); border-top: 1px solid var(--catalog-line); margin-top: auto; padding-top: .75rem; font-size: 1rem; font-weight: 700; text-decoration: none; }
.webo-template-catalog__preview:hover { color: #055a2e; text-decoration: underline; }
.webo-template-catalog__pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem; margin: 2rem 0; }
.webo-template-catalog__pagination a, .webo-template-catalog__gap { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; border-radius: 6px; color: var(--catalog-ink); font-size: 1rem; }
.webo-template-catalog__pagination a { border: 1px solid #82998b; background: #fff; text-decoration: none; }
.webo-template-catalog__pagination a[aria-current="page"] { color: #fff; background: var(--catalog-green); border-color: var(--catalog-green); font-weight: 700; }
.webo-template-catalog__notice { border-left: 4px solid #8c6700; background: #fff7dc; color: #57420a; border-radius: 4px; padding: 1rem 1.25rem; font-size: 1rem; line-height: 1.6; margin: 1rem 0; }
.webo-template-catalog__next { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; background: #f3f7f4; border: 1px solid var(--catalog-line); border-radius: 10px; padding: 1.5rem; margin-top: 2rem; }
.webo-template-catalog__next p { font-size: 1.125rem; line-height: 1.5; font-weight: 600; margin: 0; }
.webo-template-catalog a:focus-visible, .webo-template-catalog button:focus-visible, .webo-template-catalog input:focus-visible, .webo-template-catalog select:focus-visible { outline: 3px solid #164aad; outline-offset: 3px; }
.webo-template-catalog__image:focus-visible { outline-offset: -4px; }
@media (max-width: 1000px) { .webo-template-catalog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
  .webo-template-catalog__grid { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
  .webo-template-catalog__filters { display: grid; gap: 1rem; padding: 1rem; }
  .webo-template-catalog__field { width: 100%; }
  .webo-template-catalog__next { padding: 1.25rem; gap: 1rem; }
  .webo-template-catalog__next .webo-template-catalog__button { width: 100%; }
}
