.blog-detail-cover {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 24px;
}

.blog-detail-content {
  margin-top: 32px;
  line-height: 1.7;
  color: #0f1423;
}

.blog-detail-content blockquote {
  border-left: 4px solid #0f1423;
  padding-left: 16px;
  color: #333;
  font-style: italic;
}

.blog-carousel {
  margin: 32px 0;
}

.blog-carousel__slides {
  position: relative;
  overflow: hidden;
}

.blog-carousel .swiper-slide {
  display: flex;
  justify-content: center;
}

.blog-carousel figure {
  margin: 0;
  position: relative;
}

.blog-carousel img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(15, 20, 35, 0.15);
  max-height: 320px;
  object-fit: cover;
}

.blog-carousel figcaption {
  margin-top: 8px;
  text-align: center;
  font-size: 0.95rem;
  color: #4b5563;
}

.blog-carousel .swiper-button-prev,
.blog-carousel .swiper-button-next,
.blog-gallery-block .swiper-button-prev,
.blog-gallery-block .swiper-button-next {
  color: #0f1423;
}

.blog-carousel-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.blog-carousel-modal.active {
  display: flex;
}

.blog-carousel-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.blog-carousel-modal__dialog {
  position: relative;
  width: min(96vw, 900px);
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 48px rgba(15, 20, 35, 0.25);
}

.blog-carousel-modal__carousel {
  margin-top: 16px;
}

.blog-gallery-block {
  margin-top: 24px;
}

.blog-gallery-block .blog-carousel {
  margin: 0;
}
