/* ========== Posts Page - Cinematic Design ========== */

/* Page-specific body class - applies to posts index, show, and categories */
.page-posts-index,
.page-posts-show,
.page-categories-show {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0a0a0a 100%) !important;
  min-height: 100vh;
}

.page-posts-index main.container,
.page-posts-show main.container,
.page-categories-show main.container {
  max-width: 1320px;
  background: transparent !important;
}

/* Ensure no white backgrounds leak through */
.page-posts-index main,
.page-posts-show main,
.page-categories-show main {
  background: transparent !important;
}

.page-posts-index .container,
.page-posts-show .container,
.page-categories-show .container {
  background: transparent !important;
}

/* ========== Hero Section ========== */
.posts-hero {
  position: relative;
  padding: 4rem 0 3rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.posts-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(212, 165, 116, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.posts-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 165, 116, 0.3) 50%, transparent 100%);
}

.posts-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #d4a574;
  margin-bottom: 1.5rem;
}

.posts-hero__eyebrow-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.posts-hero__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.posts-hero__title-highlight {
  background: linear-gradient(135deg, #d4a574 0%, #ffd700 50%, #d4a574 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.posts-hero__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7) !important;
  max-width: 520px;
  line-height: 1.7;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ========== Search Filter Section ========== */
.posts-search {
  background: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 1.75rem;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.posts-search::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.5), transparent);
}

.posts-search__form {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.posts-search__input-group {
  flex: 1;
  min-width: 200px;
  position: relative;
}

.posts-search__input-group--search {
  flex: 2;
}

.posts-search__icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 1;
}

.posts-search__input,
.posts-search__select {
  width: 100%;
  padding: 0.9rem 1.25rem;
  padding-left: 3rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.posts-search__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.posts-search__input:focus,
.posts-search__select:focus {
  outline: none;
  border-color: rgba(212, 165, 116, 0.5) !important;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1) !important;
}

.posts-search__select {
  padding-left: 3rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  cursor: pointer;
}

.posts-search__select option {
  background: #1a1a1a;
  color: #ffffff;
}

.posts-search__btn {
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #d4a574 0%, #b8956a 100%);
  border: none;
  border-radius: 12px;
  color: #0a0a0a;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.posts-search__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 165, 116, 0.35);
}

/* ========== Posts Grid ========== */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.75rem;
}

/* ========== Post Card - Reimagined ========== */
.post-card--modern {
  background: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.post-card--modern:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 165, 116, 0.3);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(212, 165, 116, 0.1);
}

.post-card__image-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.post-card__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.post-card--modern .post-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.post-card--modern:hover .post-card__image {
  transform: scale(1.08);
}

.post-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #252525 100%);
}

.post-card__placeholder-icon {
  width: 60px;
  height: 60px;
  color: rgba(212, 165, 116, 0.3);
}

.post-card__content {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-card__category-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.25);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #d4a574 !important;
  text-decoration: none !important;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  width: fit-content;
}

.post-card__category-badge:hover {
  background: rgba(212, 165, 116, 0.2);
  color: #ffd700 !important;
  transform: translateX(4px);
}

.post-card__title-link {
  display: block;
  margin-bottom: 0.75rem;
}

.post-card__title--modern {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1.4;
  transition: color 0.3s ease;
  text-decoration: none !important;
}

.post-card__title--modern:hover {
  color: #d4a574 !important;
}

.post-card__excerpt--modern {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.post-card__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.post-card__date-icon {
  width: 14px;
  height: 14px;
}

.post-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #d4a574 !important;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.post-card__cta:hover {
  color: #ffd700 !important;
  gap: 0.75rem;
}

.post-card__cta-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.post-card__cta:hover .post-card__cta-arrow {
  transform: translateX(4px);
}

/* ========== Sidebar - Reimagined ========== */
.posts-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.sidebar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.75rem;
  right: 1.75rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.4), transparent);
}

.sidebar-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-card__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 165, 116, 0.1);
  border-radius: 10px;
  color: #d4a574;
}

.sidebar-card__icon svg {
  width: 18px;
  height: 18px;
}

.sidebar-card__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.sidebar-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-card__item {
  margin-bottom: 0.25rem;
}

.sidebar-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.sidebar-card__link:hover {
  background: rgba(212, 165, 116, 0.1);
  color: #d4a574 !important;
  transform: translateX(4px);
}

.sidebar-card__link--active {
  background: rgba(212, 165, 116, 0.15);
  color: #d4a574 !important;
}

.sidebar-card__count {
  font-size: 0.75rem;
  padding: 0.2rem 0.6rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.4);
}

/* ========== Empty State ========== */
.posts-empty {
  background: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 4rem 2rem;
  text-align: center;
}

.posts-empty__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  color: rgba(212, 165, 116, 0.3);
}

.posts-empty__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.posts-empty__text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}

/* ========== Admin Actions ========== */
.posts-admin-actions {
  margin-bottom: 1.5rem;
}

.posts-admin-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.3);
  border-radius: 12px;
  color: #d4a574 !important;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.posts-admin-btn:hover {
  background: rgba(212, 165, 116, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 165, 116, 0.15);
}

.posts-admin-btn svg {
  width: 18px;
  height: 18px;
}

/* ========== Responsive ========== */
@media (max-width: 992px) {
  .posts-hero {
    padding: 3rem 0 2rem;
  }

  .posts-search__form {
    flex-direction: column;
  }

  .posts-search__input-group,
  .posts-search__input-group--search {
    width: 100%;
    min-width: 100%;
  }

  .posts-search__btn {
    width: 100%;
  }

  .posts-grid {
    grid-template-columns: 1fr;
  }

  .posts-sidebar {
    position: static;
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .posts-hero__title {
    font-size: 2rem;
  }

  .posts-hero__subtitle {
    font-size: 1rem;
  }

  .post-card__image-wrap {
    height: 180px;
  }

  .post-card__content {
    padding: 1.25rem;
  }
}

/* ========== Animations ========== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.posts-hero {
  animation: fadeInUp 0.6s ease-out;
}

.posts-search {
  animation: fadeInUp 0.6s ease-out 0.1s both;
}

.post-card--modern {
  animation: fadeInUp 0.5s ease-out both;
}

.post-card--modern:nth-child(1) { animation-delay: 0.15s; }
.post-card--modern:nth-child(2) { animation-delay: 0.2s; }
.post-card--modern:nth-child(3) { animation-delay: 0.25s; }
.post-card--modern:nth-child(4) { animation-delay: 0.3s; }
.post-card--modern:nth-child(5) { animation-delay: 0.35s; }
.post-card--modern:nth-child(6) { animation-delay: 0.4s; }

.sidebar-card {
  animation: fadeInUp 0.5s ease-out 0.3s both;
}

/* ========== Post Show Page - Individual Article ========== */
.post-article {
  background: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.6s ease-out;
}

@media (min-width: 768px) {
  .post-article {
    padding: 3rem;
  }
}

.post-article::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.5), transparent);
}

.post-article__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.2);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #d4a574 !important;
  margin-bottom: 1.5rem;
}

.post-article__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.post-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.post-article__meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

.post-article__meta-item svg {
  width: 16px;
  height: 16px;
  color: #d4a574;
}

.post-article__meta-item a {
  color: #d4a574 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.post-article__meta-item a:hover {
  color: #ffd700 !important;
}

/* Admin Actions */
.post-article__admin-actions {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.post-article__admin-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.post-article__admin-btn--edit {
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.3);
  color: #d4a574 !important;
}

.post-article__admin-btn--edit:hover {
  background: rgba(212, 165, 116, 0.2);
  transform: translateY(-2px);
}

.post-article__admin-btn--delete {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444 !important;
}

.post-article__admin-btn--delete:hover {
  background: rgba(239, 68, 68, 0.2);
  transform: translateY(-2px);
}

.post-article__admin-btn svg {
  width: 16px;
  height: 16px;
}

/* Article Body Content */
.post-article__body {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.8;
}

.post-article__body h1,
.post-article__body h2,
.post-article__body h3,
.post-article__body h4,
.post-article__body h5,
.post-article__body h6 {
  color: #ffffff !important;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.post-article__body h2 {
  font-size: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.post-article__body h3 {
  font-size: 1.25rem;
}

.post-article__body p {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

.post-article__body a {
  color: #d4a574 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-article__body a:hover {
  color: #ffd700 !important;
}

.post-article__body ul,
.post-article__body ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.post-article__body li {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

.post-article__body blockquote {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  background: rgba(212, 165, 116, 0.08);
  border-left: 4px solid #d4a574;
  border-radius: 0 12px 12px 0;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.post-article__body pre,
.post-article__body code {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

.post-article__body code {
  padding: 0.2rem 0.5rem;
  font-size: 0.9em;
  color: #d4a574;
}

.post-article__body pre {
  padding: 1.25rem;
  overflow-x: auto;
  margin-bottom: 1.25rem;
}

.post-article__body pre code {
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
}

.post-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5rem 0;
}

.post-article__body figure {
  margin: 1.5rem 0;
}

.post-article__body figcaption {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.75rem;
}

.post-article__body hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: 2rem 0;
}

.post-article__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.post-article__body th,
.post-article__body td {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.post-article__body th {
  background: rgba(212, 165, 116, 0.1);
  color: #d4a574;
  font-weight: 600;
}

.post-article__body td {
  color: rgba(255, 255, 255, 0.8);
}

/* Related Posts Section */
.related-posts {
  margin-top: 3rem;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

.related-posts__title {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.related-posts__title::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #d4a574, #8b6914);
  border-radius: 2px;
}

.related-posts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* Override old card styles in show page context */
.page-posts-show .post-card {
  background: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-posts-show .post-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 165, 116, 0.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.page-posts-show .post-card__body {
  padding: 1.25rem;
  background: transparent;
}

.page-posts-show .post-card__category {
  background: rgba(212, 165, 116, 0.1);
  border: 1px solid rgba(212, 165, 116, 0.25);
  color: #d4a574 !important;
  border-radius: 100px;
  font-size: 0.65rem;
}

.page-posts-show .post-card__title {
  color: #ffffff !important;
  font-size: 1rem;
}

.page-posts-show .post-card__title a {
  color: #ffffff !important;
}

.page-posts-show .post-card__title a:hover {
  color: #d4a574 !important;
}

.page-posts-show .post-card__excerpt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.page-posts-show .post-card__meta {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
}

.page-posts-show .post-card__read-more {
  color: #d4a574 !important;
}

.page-posts-show .post-card__image {
  height: 160px;
}

/* Sidebar overrides for show page */
.page-posts-show .card {
  background: rgba(20, 20, 20, 0.5) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 20px !important;
}

.page-posts-show .card-body {
  background: transparent !important;
}

.page-posts-show .card h3 {
  color: #ffffff !important;
}

.page-posts-show .card ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.page-posts-show .card ul li a:hover {
  color: #d4a574 !important;
}

