#member-profile-wrapper {
  color: white;
  padding: 40px 20px;
  position: relative;
}

.member-profile-container.loaded {
  display: flex;
  gap: 80px;
  opacity: 0.7;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.member-profile-content-wrapper {
  flex: 1;
  max-width: 500px;
}

.member-profile-job-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}

h3.member-profile-full-name {
  font-size: 40px !important;
  font-weight: 400 !important;
  margin-bottom: 40px !important;
  line-height: 1.5 !important;
  margin-top: 0 !important;
}

.member-profile-bio-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.member-profile-photo-section {
  flex: 1;
}

.member-profile-headshot {
  width: 80%;
  height: auto;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #e3ae7e !important;
}

.member-profile-image-placeholder {
  width: 300px;
  height: 400px;
  background: #333;
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0.7;
}

.member-profile-social-links {
  display: flex;
  gap: 20px;
}

.member-profile-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
#podcast_content,
#all_post_type_content {
  display: none;
}
.show-all__btn {
  cursor: pointer;
}

/* Single Article Template */
#single-article-wrapper {
  color: #05151b;
}
#single-article-wrapper .single-post_meta {
  text-transform: uppercase;
  text-align: center;
  color: #e3ae7e;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 400;
}
#single-article-wrapper #article-published_time {
  color: #04203e;
}
#single-article-wrapper .main-title {
  margin: 45px 0;
  color: #000000;
  font-size: 55px;
  line-height: 1.2em;
  text-align: center;
}
#single-article-wrapper .cpt-hero-image {
  min-height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#single-article-wrapper .article-summary {
  margin: 45px 0;
}
#single-article-wrapper .article-summary p {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5em;
}
#single-article-wrapper .article-content {
  margin-top: 45px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}
#single-article-wrapper .single-article-btn-wrapper {
  text-align: center;
}
#single-article-wrapper .single-article-btn-wrapper .article-download-btn {
  font-size: 14px;
  font-weight: 500;
  color: #04203e;
  padding: 18px 50px;
  border-radius: 50px;
  border: 1px solid #e3ae7e;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .member-profile-container {
    flex-direction: column-reverse;
    gap: 40px !important;
    text-align: left;
  }

  .member-profile-full-name {
    font-size: 36px;
  }

  .member-profile-headshot,
  .member-profile-image-placeholder {
    width: 250px;
    height: 330px;
  }

  #single-article-wrapper .main-title {
    font-size: 48px;
  }
  #single-article-wrapper .article-summary p {
    font-size: 22px;
  }
  #single-article-wrapper .article-content {
    font-size: 18px;
  }
}
