/* Veeta 6.0 — blog archive */
.reference-page-hero--blog{padding:10px 0 50px;text-align:center}.reference-page-hero--blog h1{margin:0 0 32px;font-size:48px;line-height:1.15}.reference-page-intro--blog{max-width:720px;margin:0 auto;font-size:14px;line-height:1.6}.reference-blog-index{padding:0 0 76px}.reference-blog-search{position:relative;margin:0 0 20px}.reference-blog-search input{width:100%;height:48px;border:0;border-bottom:1px solid #111;background:transparent;padding:0 44px 0 0;font-size:14px}.reference-blog-search button{position:absolute;right:0;bottom:6px;width:36px;height:36px;border:0;background:transparent;display:grid;place-items:center;color:var(--veeta-orange-dark)}.reference-blog-search svg{width:22px;height:22px}.reference-filter-pills{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin-bottom:62px}.reference-filter-pills a{padding:5px 14px;border-radius:999px;background:var(--veeta-burgundy-2);color:#fff;font-size:12px}.reference-filter-pills a.is-active{background:var(--veeta-orange-dark)}.reference-post-list{display:flex;flex-direction:column;gap:32px}.reference-post-card{min-height:154px;border:1.5px solid var(--veeta-aqua);border-radius:22px;background:#fff;overflow:hidden;display:grid;grid-template-columns:300px 1fr}.reference-post-card__image img{width:300px;height:154px;object-fit:cover}.reference-post-card__body{padding:18px 24px;display:flex;flex-direction:column;justify-content:center}.reference-post-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.reference-post-card h2{margin:0 0 10px;font-size:18px;line-height:24px}.reference-post-card p{margin:0 0 12px;font-size:12px;line-height:18px}.reference-post-card__save{font-size:11px;white-space:nowrap}.reference-post-card__meta{display:flex;align-items:center;gap:10px;font-size:10px;line-height:14px}.reference-post-card__meta>span[aria-hidden=true]{width:1px;height:16px;background:#bbb}.reference-post-card__author{display:inline-flex;align-items:center;gap:6px}.reference-post-card__author img{width:24px;height:24px;border-radius:50%}.reference-pagination{margin-top:62px}.reference-pagination .page-numbers{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:10px}.reference-pagination li{margin:0}.reference-pagination a.page-numbers,.reference-pagination span.page-numbers{width:42px;height:42px;border:1.5px solid var(--veeta-orange-dark);border-radius:50%;display:grid;place-items:center;font-size:12px}.reference-pagination .current{background:var(--veeta-orange-dark);color:#fff}
@media(min-width:600px) and (max-width:1199px){.reference-page-hero--blog{padding:6px 0 32px}.reference-page-hero--blog h1{font-size:30px;margin-bottom:18px}.reference-page-intro--blog{max-width:480px;font-size:10.5px}.reference-blog-index{padding-bottom:52px}.reference-blog-search{margin-bottom:12px}.reference-blog-search input{height:32px;font-size:10.5px}.reference-filter-pills{gap:6px;margin-bottom:32px}.reference-filter-pills a{padding:3px 9px;font-size:10.5px}.reference-post-list{gap:20px}.reference-post-card{min-height:104px;border-radius:14px;grid-template-columns:190px 1fr}.reference-post-card__image img{width:190px;height:104px}.reference-post-card__body{padding:10px 14px}.reference-post-card h2{font-size:11px;line-height:15px;margin-bottom:6px}.reference-post-card p{font-size:10.5px;line-height:13.7px;margin-bottom:7px}.reference-post-card__save{font-size:10.5px}.reference-post-card__meta{gap:6px;font-size:10.5px}.reference-post-card__author img{width:16px;height:16px}.reference-pagination{margin-top:38px}.reference-pagination a.page-numbers,.reference-pagination span.page-numbers{width:30px;height:30px;font-size:10.5px}}
@media(max-width:599px){.reference-page-hero--blog{padding-bottom:22px}.reference-page-hero--blog h1{font-size:22px;margin-bottom:14px}.reference-page-intro--blog{font-size:9.5px;line-height:13px}.reference-blog-index{padding-bottom:42px}.reference-blog-search input{height:34px;font-size:9.5px}.reference-filter-pills{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;margin-bottom:24px;scrollbar-width:none}.reference-filter-pills a{font-size:9.5px}.reference-post-list{gap:12px}.reference-post-card{grid-template-columns:118px 1fr;min-height:92px;border-radius:14px}.reference-post-card__image img{width:118px;height:92px}.reference-post-card__body{padding:8px 10px}.reference-post-card h2{font-size:9.5px;line-height:12px;margin-bottom:5px}.reference-post-card p{font-size:9.5px;line-height:12.3px}.reference-post-card__save{font-size:9.5px}.reference-post-card__meta{font-size:9.5px;gap:4px}.reference-post-card__author img{width:14px;height:14px}.reference-pagination{margin-top:28px}.reference-pagination a.page-numbers,.reference-pagination span.page-numbers{width:28px;height:28px;font-size:9.5px}}

/* 6.8.11 — Blog archive: robust editorial filters and readable pills. */
.reference-filter-pills {
  align-items: center;
  row-gap: 10px;
}
.reference-filter-pills a,
.reference-filter-pills a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 16px;
  border: 1px solid var(--veeta-burgundy-2);
  border-radius: 999px;
  background: var(--veeta-burgundy-2);
  color: #fff !important;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.reference-filter-pills a:hover,
.reference-filter-pills a:focus-visible,
.reference-filter-pills a.is-active {
  border-color: var(--veeta-orange-dark);
  background: var(--veeta-orange-dark);
  color: #fff !important;
}
.reference-post-card__image {
  background: #fff;
  overflow: hidden;
}
.reference-post-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 599px) {
  .reference-filter-pills {
    gap: 8px;
    padding: 0 0 4px;
  }
  .reference-filter-pills a,
  .reference-filter-pills a:visited {
    min-height: 31px;
    padding: 6px 12px;
    font-size: 11.5px;
  }
}
