app-blog.dsc-blog-patched {
  display: block;
}

.dsc-posts-section {
  padding: 3.5rem 1rem;
  background: linear-gradient(135deg, #1a1030 0%, #53007a 55%, #007acc 100%);
}

.dsc-posts-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.dsc-posts-header {
  text-align: center;
  margin-bottom: 2rem;
}

.dsc-posts-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.dsc-posts-header h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #fff;
}

.dsc-posts-sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
}

.dsc-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.dsc-post-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.dsc-post-card__tag {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 0.65rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #53007a;
  background: rgba(89, 44, 148, 0.12);
}

.dsc-post-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.dsc-post-card__title a {
  color: #1a1030;
  text-decoration: none;
}

.dsc-post-card__title a:hover {
  color: #53007a;
}

.dsc-post-card__excerpt {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.55;
}

.dsc-post-card__link {
  font-size: 0.88rem;
  font-weight: 700;
  color: #53007a;
  text-decoration: none;
}

.dsc-post-card__link:hover {
  text-decoration: underline;
}

.dsc-posts-more {
  text-align: center;
  margin: 2rem 0 0;
}
