

/* Add any additional styles below this comment */

/* Container */
.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Press Release Section */
.press-release-detail {
  padding: 4rem 0;
  background-color: #fdfdfd;
}

/* Press Header */
.press-header {
  text-align: center;
  margin-bottom: 2rem;
}

.press-title {
  font-size: 2.5rem;
  color: #1c8c3a;
  margin-bottom: 0.5rem;
}

.press-meta {
  font-size: 0.9rem;
  color: #777;
}

.press-meta span:not(:last-child)::after {
  content: " | ";
  margin: 0 0.5rem;
}

/* Hero Image */
.press-hero {
  margin: 2rem 0;
}

.press-hero img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Press Content */
.press-content {
  line-height: 1.8;
  font-size: 1.1rem;
  color: #444;
}

.press-content p {
  margin-bottom: 1.5rem;
}

.press-content h2 {
  font-size: 1.8rem;
  margin: 2rem 0 1rem;
  color: #1c8c3a;
}

.press-content ul {
  margin: 1rem 0 1.5rem 2rem;
  list-style-type: disc;
  color: #555;
}

/* Social Sharing */
.press-share {
  text-align: center;
  margin-top: 3rem;
}

.press-share p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #555;
}

.share-links a {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  background: #1c8c3a;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.share-links a:hover {
  background: #15872e;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .press-title {
    font-size: 2rem;
  }
  
  .press-content {
    font-size: 1rem;
  }
  
  .press-hero {
    margin: 1.5rem 0;
  }
  
  .press-share p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .press-title {
    font-size: 1.8rem;
  }
  
  .press-meta {
    font-size: 0.8rem;
  }
  
  .press-content {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  
  .share-links a {
    padding: 0.5rem;
    margin: 0.3rem;
    font-size: 0.9rem;
  }
}
