
/*
Theme Name: AK 2026
Template: astra
*/

:root {
  --ff-corm: 'Cormorant Unicase', serif;
}

.site-title {
   font-family: var(--ff-corm); 
}

.single .navigation.post-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.single .navigation.post-navigation > .nav-links {
  width: 50%;
  margin: 0 auto;
  font-family: var(--ff-corm);
  font-size: 17px;
  letter-spacing: 0;
}

.entry-header > h1.entry-title {
  font-family: var(--ff-corm);
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0;
}

.painting-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ast-separate-container .ast-article-single {
  padding: .75rem;
}

.main-navigation .menu-item .menu-link {
 font-size: 0.875rem;
}

/* archive */

.painting-archive-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.painting-archive-header {
  margin-bottom: 1.5rem;
}

.painting-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.painting-card {
  margin: 0;
}

.painting-card-image {
  display: block;
  margin-bottom: 0.75rem;
}

.painting-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.painting-card-title {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  color: #777;
  font-family: var(--ff-corm);
  padding: 0 0 1rem 1rem;
  font-size: 1.125rem;
}

.painting-card-title a {
  color: inherit;
  text-decoration: none;
}

.painting-archive-pagination {
  margin: 2rem 0;
}

@media (max-width: 1024px) {
  .painting-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .painting-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 544px) {
  .painting-archive-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1201px) {
    .ast-separate-container .ast-article-post  {
      padding: 0;
    }
}

.post-content, .post-content p {
  text-align: center;
}


.painting-tax-cloud {
  width: 900px;
  column-count: 4;
  column-gap: 1.5rem;
  padding: 2rem;
}

.painting-tax-cloud a {
  display: block;
  margin-bottom: 0.35rem;
  break-inside: avoid;
  font-size: 0.92rem !important;
  line-height: 1.35;
  opacity: 0.8;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.painting-tax-cloud a:hover {
  opacity: 1;
  border-bottom-color: currentColor;
}
