/* Newsroom Detail Page Styles */
.newsroom-detail-page {
  font-family: 'ProximaNova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  color: #5b5b5b;
  background-color: #f8f9fa; }

/* Article Header */
.article-header {
  text-align: center;
  padding: 50px 0 30px; }

.release-type {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #2D7D32;
  margin-bottom: 20px; }

.article-header .row {
  display: flex;
  justify-content: center; }

.article-title {
  font-size: 40px;
  font-weight: 700;
  font-family: 'ProximaNova', sans-serif;
  line-height: 1.3;
  margin: 0 0 20px;
  color: #1a1a1a;
  text-align: center; }

.article-meta {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px; }

.dateline {
  font-weight: 600; }

.meta-separator {
  margin: 0 5px; }

.updated-date {
  font-size: 13px;
  color: #999; }

.article-categories {
  margin-top: 15px;
  text-align: center; }

.category-badge {
  display: inline-block;
  background: #e8f5e9;
  color: #2D7D32;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  margin-right: 5px; }

.category-badge:hover {
  background: #2D7D32;
  color: white;
  text-decoration: none; }

.tag-badge {
  display: inline-block;
  background: #f0f0f0;
  color: #666;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  margin: 3px; }

.tag-badge:hover {
  background: #e0e0e0;
  text-decoration: none; }

/* Hero Image */
.article-hero {
  margin: 0 0 40px; }

.hero-image {
  width: 100%;
  max-height: 500px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: block; }

.article-hero iframe {
  width: 100%;
  height: 500px;
  max-height: 500px;
  border-radius: 8px;
  border: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: block; }

@media (max-width: 767px) {
  .article-hero iframe {
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 16 / 9; } }

@media (max-width: 767px) {
  .hero-image {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 200px;
    object-fit: fill !important;
    border-radius: 6px; } }

/* Article Body */
.article-body {
  padding: 0px 0 0px; }

.article-lead {
  font-size: 20px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
  font-style: italic;
  overflow-wrap: break-word;
  word-break: break-word; }

.article-content {
  font-family: 'ProximaNova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #5b5b5b;
  overflow-wrap: break-word;
  word-break: break-word; }

.article-content a {
  overflow-wrap: break-word;
  word-break: break-all; }

.article-content p {
  margin-bottom: 25px;
  overflow-wrap: break-word;
  word-break: break-word; }

.article-content h2,
.article-content h3 {
  font-family: 'ProximaNova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  margin: 35px 0 20px;
  color: #1a1a1a; }

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 20px 0; }

/* Responsive iframe (YouTube, Vimeo, etc.) from rich text - mobile and desktop */
.article-content iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 20px 0;
  border-radius: 8px;
  border: 0;
  display: block; }

.article-content ul,
.article-content ol {
  margin-bottom: 25px;
  padding-left: 30px; }

.article-content li {
  margin-bottom: 10px; }

/* Key Facts Box */
.key-facts-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e8f5e9 100%);
  border-left: 4px solid #2D7D32;
  padding: 25px 30px;
  margin: 35px 0;
  border-radius: 0 8px 8px 0; }

.key-facts-box h3 {
  font-size: 18px;
  margin: 0 0 15px;
  color: #2D7D32; }

.key-facts-box ul {
  margin: 0;
  padding-left: 20px; }

.key-facts-box li {
  margin-bottom: 10px;
  font-size: 16px; }

.source-note {
  font-size: 13px;
  color: #888; }

/* Quote Blocks */
.press-quote {
  border-left: 4px solid #2D7D32;
  padding: 20px 30px;
  margin: 35px 0;
  background: #fafafa;
  border-radius: 0 8px 8px 0; }

.quote-text {
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 15px;
  color: #333; }

.quote-attribution {
  font-size: 15px;
  color: #666;
  font-style: normal; }

/* Boilerplate */
.boilerplate-section {
  background: #e8f5e9;
  padding: 25px 30px;
  margin: 40px 0;
  border-radius: 8px; }

.boilerplate-section h3 {
  font-size: 18px;
  margin: 0 0 15px;
  color: #2D7D32; }

.boilerplate-content {
  font-size: 15px;
  line-height: 1.7; }

/* Media Contact */
.media-contact-section {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  margin-top: 40px; }

.media-contact-section h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin: 0 0 15px; }

.media-contact-section address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.8; }

/* End Mark */
.article-end-mark {
  text-align: center;
  font-size: 18px;
  color: #999;
  margin: 20px 0; }

/* Attachments */
.attachments-section {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px; }

.attachments-section h4 {
  font-size: 14px;
  color: #666;
  margin: 0 0 15px; }

.attachment-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center; }

.attachment-link {
  display: inline-block;
  padding: 10px 20px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: border-color 0.2s; }

.attachment-link:hover {
  border-color: #2D7D32;
  text-decoration: none; }

/* Share Section - Press Media Style */
.online-presence {
  background-color: #f8f9fa;
  margin: 15px auto 0; }

.share-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1%; }

.share-thiss {
  font-family: 'ProximaNova', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #404040; }

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4%; }

.share-links-text {
  font-size: 14px;
  margin: 0;
  color: #404040;
  min-width: unset !important;
  text-align: center;
  padding: 6px 19px;
  border-radius: 33px;
  border: solid 1px #b8b8b8;
  background-color: #fff;
  transition: transform 0.3s ease-in-out; }

.share-links-text:hover {
  transform: scale(1.2); }

.share-links-text a {
  color: #0a3755;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

.share-links-text > a > img {
  margin: 0 0 3px;
  width: 20px;
  height: 20px; }

.share-links-text a span {
  margin: 0 0 0 6px; }

/* Related Releases */
.related-releases {
  background: #f8f9fa;
  padding: 50px 0; }

.related-releases .section-title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'ProximaNova', sans-serif;
  margin: 0 0 25px;
  padding-bottom: 15px;
  color: #1a1a1a;
  text-align: center;
  border-bottom: none; }

.related-releases-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; }

.related-releases-row > .col-md-4 {
  flex: 0 0 auto;
  max-width: 300px;
  width: 100%;
  padding: 0 10px; }

.related-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column; }

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }

.related-image a {
  display: block;
  width: 100%; }

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

.related-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.related-content time {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 8px; }

.related-content h3 {
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.related-content a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s; }

.related-content a:hover {
  color: #2D7D32; }

/* Back Link */
.back-to-newsroom {
  padding: 30px 0 50px;
  text-align: center; }

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 200px;
  height: 46px;
  border-radius: 24.5px;
  color: #fff;
  font-family: 'Heebo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(to bottom, #2D7D32, #1B5E20);
  text-decoration: none;
  transition: all 0.3s;
  padding-right: 6px; }

.back-link:hover {
  background: linear-gradient(to bottom, #1B5E20, #145218);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 125, 50, 0.3); }

.back-link:hover .back-arrow {
  transform: translateX(-3px); }

.back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease; }
  .back-arrow svg {
    display: block;
    width: 16px;
    height: 16px; }

/* Follow us on Social Media Section */
.social-media {
  margin: 0px 40px; }

.follow-us-social-media {
  font-size: 40px;
  line-height: 0.78;
  text-align: center;
  color: #404040;
  font-family: Heebo-Bold; }

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 35px 0px;
  gap: 1%; }

.social-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-width: 120px; }

.social-icon div img {
  transition: transform 0.3s ease-in-out; }

.social-icon:hover div img {
  transform: scale(1.2); }

.social-icon img {
  margin: 5px 0 5px 8.5px; }

.social-platform {
  margin: 0 0 5px 8.5px;
  font-family: Heebo-Regular;
  font-size: 20px;
  color: #404040; }

/* Responsive */
@media (max-width: 991px) {
  .article-title {
    font-size: 30px; }
  .hero-image {
    max-height: 400px; }
  .share-details {
    padding: 0 10% 0 15%; }
  .social-media {
    margin: 77px; }
  .follow-us-social-media {
    font-size: 51px; }
  .social-icons {
    padding: 31px 101px; }
  .social-icon img {
    width: 36px; }
  .social-platform {
    font-size: 18px; }
  .back-link {
    width: 190px;
    height: 44px;
    font-size: 15px; } }

@media (max-width: 970px) {
  .share-details {
    padding: 0 3% 0 10%; } }

@media (max-width: 767px) {
  .article-title {
    font-size: 30px; }
  .hero-image {
    max-height: 300px; }
  .article-lead {
    font-size: 21px; }
  .article-content {
    font-size: 20px;
    padding: 25px; }
  .share-details {
    padding: 0;
    flex-direction: column; }
  .share-thiss {
    font-size: 20px;
    margin: 0 0 3%; }
  .social-btn {
    justify-content: center;
    flex-wrap: wrap;
    gap: 3%;
    width: 100%; }
  .share-links-text {
    min-width: unset;
    padding: 6px 19px;
    margin: 0 0 4%; }
  .share-links-text a {
    font-size: 18px; }
  .social-media {
    margin: 13% 5% 10%; }
  .follow-us-social-media {
    font-size: 63px;
    text-align: left;
    line-height: 1.2; }
  .social-icons {
    padding: 6% 0 4%; }
  .social-icons .social-icon {
    min-width: 162px;
    margin: 0 0 13%; }
  .social-icons .social-icon img {
    width: 95%;
    margin: 0; }
  .social-icons .social-icon .social-platform {
    font-size: 25px; }
  .back-link {
    width: 180px;
    height: 42px;
    font-size: 18px; } }

@media (max-width: 900px) {
  .social-icon img {
    width: 36px; } }

@media (max-width: 850px) {
  .follow-us-social-media {
    font-size: 42px; }
  .social-icon img {
    width: 25px; }
  .social-platform {
    font-size: 16px; }
  .back-link {
    width: 170px;
    height: 40px;
    font-size: 13px; } }

@media (max-width: 800px) {
  .social-icons .social-icon img {
    width: 20px; }
  .social-icons .social-icon .social-platform {
    font-size: 18px; } }

@media (max-width: 750px) {
  .follow-us-social-media {
    font-size: 44px; }
  .social-icons {
    padding: 31px 55px; }
  .social-icon {
    min-width: 85px; } }

@media (max-width: 700px) {
  .social-icons {
    padding: 31px 0px; } }

@media (max-width: 679px) {
  /* Related releases alignment fix for mobile - keep same width */
  .related-releases {
    padding: 40px 15px; }
  .related-releases-row {
    flex-direction: column;
    align-items: center;
    gap: 20px; }
  .related-releases-row > .col-md-4 {
    max-width: 300px;
    width: 100%;
    padding: 0; }
  .related-card {
    width: 100%; }
  .related-content {
    padding: 15px; }
  .related-content time {
    font-size: 16px;
    margin-bottom: 10px; }
  .related-content h3 {
    font-size: 20px;
    line-height: 1.5; } }

@media (max-width: 450px) {
  .social-icons .social-icon {
    min-width: 135px; } }

@media (max-width: 384px) {
  .follow-us-social-media {
    font-size: 54px; }
  .back-link {
    width: 160px;
    height: 38px;
    font-size: 15px; } }

@media (max-width: 375px) {
  .follow-us-social-media {
    font-size: 60px !important; }
  .back-link {
    width: 155px;
    height: 38px;
    font-size: 15px; } }

@media (max-width: 480px) {
  .press-release-article {
    padding: 66px 30px; } }

@media (min-width: 480px) and (max-width: 1024px) {
  .press-release-article {
    padding: 20px 30px; } }

@media (max-width: 360px) {
  .follow-us-social-media {
    font-size: 58px !important; }
  .back-link {
    width: 150px;
    height: 36px;
    font-size: 14px; } }

@media (max-width: 340px) {
  .follow-us-social-media {
    font-size: 51px !important; }
  .back-link {
    width: 145px;
    height: 36px;
    font-size: 14px; } }

.sec8 {
  background-image: url(https://greenpal-production.s3.amazonaws.com/images/general/bg-footer.svg) !important; }

/* Footer Social Links */
.footer_social_links {
  padding: 0; }

.twitter_logo a {
  margin: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff00;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  vertical-align: middle; }

.twitter_logo img {
  filter: brightness(0) saturate(100%) invert(1);
  width: 18px;
  height: 18px;
  display: block; }

.pinterest_outer_wrapper {
  width: 40px;
  height: 40px; }

.footer_imp_links {
  margin-left: 0; }

.site-derictory {
  color: #fff; }

.iphone-btn.no-top li a img {
  top: 0px; }

.total_satisfaction p {
  margin-top: 25px;
  width: 284px !important; }

@media only screen and (max-width: 768px) {
  .only_mob.iphone-btn-mob.no-top li a img {
    top: 0px !important; } }

.right {
  background-color: transparent !important; }
  .right li {
    background-color: transparent !important; }

/* Responsive video wrapper for podcasts */
.podcast-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }
  .podcast-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
