/* Dream Content Styles - Midnight Dreams Palette 🌙 */
.dream-content h2 {
  color: #1e3a8a; /* Midnight Blue - Güven & Profesyonellik */
  font-family: "Playfair Display", serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.dream-content h3 {
  color: #6366f1; /* Indigo - Mistik & Modern */
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

.dream-content p {
  line-height: 1.8;
  margin-bottom: 1.2rem;
  color: #1e293b; /* Slate - Yumuşak & Okunabilir */
}

.dream-intro p {
  font-size: 1.1rem;
  color: #1e3a8a; /* Midnight Blue */
}

.dream-psychological .key-insight {
  background-color: #e0e7ff; /* Açık Mavi Tint - Sıcak & Ferah */
  border-left: 4px solid #6366f1; /* Indigo - Tutarlılık */
  padding: 1rem;
  margin: 1.5rem 0;
}

.dream-cultural blockquote {
  font-style: italic;
  border-left: 3px solid #6366f1; /* Indigo - Tutarlılık */
  padding-left: 1.2rem;
  margin: 1.5rem 0;
  color: #555;
}

.dream-example {
  background-color: #e0e7ff; /* Açık Mavi Tint */
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.dream-image-placeholder {
  background-color: #e8f4f8;
  height: 180px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3498db;
  text-align: center;
  padding: 1rem;
}

.dream-advice-list {
  padding-left: 1.2rem;
}

.dream-advice-list li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
}

.dream-advice-list li:before {
  content: "•";
  color: #6366f1; /* Indigo - Vurgu */
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -0.3rem;
}

.dream-conclusion p {
  font-size: 1.1rem;
  font-style: italic;
  border-left: 3px solid #6366f1; /* Indigo - Tutarlılık */
  padding-left: 1.2rem;
}

.dream-faq {
  background-color: #e0e7ff; /* Açık Mavi Tint */
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 2.5rem;
}

.dream-faq h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.accordion-item {
  border: none;
  margin-bottom: 0.5rem;
}

.accordion-button:not(.collapsed) {
  background-color: #e0e7ff; /* Açık Mavi Tint */
  color: #1e3a8a; /* Midnight Blue */
}

/* Social Share Styles */
.social-share {
  padding: 2rem 0;
  margin-top: 2rem;
  border-top: 1px solid #eee;
  text-align: center;
}

.social-share h4 {
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
  color: #333;
}

.social-share .share-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.social-share .share-button {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  width: 140px;
}

.social-share .share-button i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

.social-share .share-button.facebook {
  background-color: #1877f2;
}
.social-share .share-button.twitter {
  background-color: #1da1f2;
}
.social-share .share-button.pinterest {
  background-color: #bd081c;
}
.social-share .share-button.whatsapp {
  background-color: #25d366;
}
.social-share .share-button.telegram {
  background-color: #0088cc;
}
.social-share .share-button.email {
  background-color: #666;
}

.social-share .share-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}

/* Author Section Styles */
.author-section {
  margin-top: 3rem;
  padding: 1.5rem;
  background-color: #e0e7ff; /* Açık Mavi Tint */
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.author-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
}

.author-bio {
  flex: 1;
}

.author-bio h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.author-bio p {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #555;
}

.author-social a {
  margin-right: 0.5rem;
  color: #666;
}

.author-social a:hover {
  color: #6366f1; /* Indigo - Hover */
}

/* Link Styles - Midnight Dreams */
.dream-content a {
  color: #6366f1; /* Indigo - Link */
  transition: all 0.3s ease;
  text-decoration: none;
  border-bottom: 1px dotted #6366f1;
}

.dream-content a:hover {
  color: #1e3a8a; /* Midnight Blue - Hover */
  border-bottom: 1px solid #1e3a8a;
}

.dream-content a[target="_blank"]::after {
  content: " \f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 2px;
  opacity: 0.5;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .social-share .share-button {
    width: 120px;
    font-size: 0.9rem;
  }

  .author-section {
    flex-direction: column;
    text-align: center;
  }

  .author-image {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
