.press-blog-header {
  background: url("../images/blog_header.webp") no-repeat 50%/cover;
  height: 353px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 65px;
}
.press-blog-header h1 {
  width: 1260px;
  color: #fff;
  font-size: 48px;
  font-family: Veneer, open-sans;
}

.single-press-item-container {
  padding-top: 40px;
  padding-bottom: 60px;
}

.single-press-item {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}

.press-item-header {
  margin-bottom: 40px;
  text-align: center;
}
.press-item-header .press-item-meta {
  margin-bottom: 20px;
}
.press-item-header .press-item-date {
  color: #666;
  font-size: 16px;
}
.press-item-header .press-item-title {
  font-size: 36px;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #000;
  font-family: Veneer, open-sans;
}
.press-item-header .press-item-subtitle {
  font-size: 24px;
  line-height: 1.4;
  color: #333;
  font-weight: normal;
  margin: 0;
}

.press-item-featured-image {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.press-item-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.press-item-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 60px;
}
.press-item-content p {
  margin-bottom: 20px;
}
.press-item-content blockquote {
  margin: 20px 0;
  padding: 20px;
  border-left: 4px solid #000;
  background: rgb(250.75, 250.75, 250.75);
  font-style: italic;
}
.press-item-content a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.press-item-content a:hover {
  text-decoration: underline;
}

.press-item-slider {
  position: relative;
  width: 100%;
  margin: 2rem 0;
}
.press-item-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.press-item-slider .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.press-item-slider .swiper-button-next,
.press-item-slider .swiper-button-prev {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.press-item-slider .swiper-button-next:after,
.press-item-slider .swiper-button-prev:after {
  font-size: 20px;
}
.press-item-slider .swiper-button-next:hover,
.press-item-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.95);
}
.press-item-slider .swiper-pagination-bullet {
  background: #000;
  opacity: 0.5;
}
.press-item-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.press-item-others-container {
  background-color: #f7f6f9;
  padding: 60px 0;
}

.press-item-others {
  text-align: left;
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
}
.press-item-others .others-title {
  font-size: 42px;
  font-family: Veneer, open-sans;
  color: #121037 !important;
  margin-bottom: 25px;
  text-align: left;
}
.press-item-others .others-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.press-item-others .other-post-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.press-item-others .other-post-item:hover {
  transform: translateY(-5px);
}
.press-item-others .other-post-item a {
  text-decoration: none;
  color: inherit;
}
.press-item-others .other-post-item .other-post-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.press-item-others .other-post-item .other-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-item-others .other-post-item .other-post-content {
  padding: 20px;
}
.press-item-others .other-post-item .other-post-content .other-post-date {
  color: #666;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.press-item-others .other-post-item .other-post-content .other-post-title {
  font-size: 22px;
  font-family: Montserrat, open-sans;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  color: #121037;
}
.press-item-others .other-post-item .other-post-content .other-post-description {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.press-item-error {
  text-align: center;
  padding: 60px 0;
  color: #666;
}

@media (max-width: 1280px) {
  .press-blog-header h1 {
    padding-left: 20px;
  }
  .press-item-header {
    padding: 20px 15px 40px 15px;
  }
  .press-item-header .press-item-title {
    font-size: 28px;
  }
  .press-item-header .press-item-subtitle {
    font-size: 20px;
  }
  .single-press-item-container {
    padding: 20px 15px 40px 15px;
  }
  .press-item-content {
    font-size: 16px;
  }
  .press-item-others .others-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 600px) {
  .single-press-item-container {
    padding: 20px 15px 40px 15px;
  }
  .press-item-header .press-item-title {
    font-size: 24px;
  }
  .press-item-header .press-item-subtitle {
    font-size: 18px;
  }
  .press-item-others .others-grid {
    grid-template-columns: 1fr;
  }
  .press-item-content iframe {
    width: 250px !important;
  }
}

/*# sourceMappingURL=single-press-item.css.map */
