.banner.banner-post {
  height: 250px;
  padding: 40px 150px 10px;
}

.banner.banner-post .banner__overlay {
  background-color: #003a70;
  opacity: 0.75;
}

.banner.banner-post .banner__content h1 {
  font-size: 35px;
  line-height: 42px;
}

.banner.banner-post .banner__breadcrumbs {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.news-single.section-padding {
  padding: 32px 0 60px;
}

.news-single > .container {
  max-width: 1150px;
}

.news-single .news-single__layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.news-single .news-single__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.news-single .news-single__intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-single .news-single__summary {
  color: #003a70;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}

.news-single .news-single__featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 250px;
  width: 100%;
}

.news-single .news-single__content,
.news-single .news-single__sources.entry-content {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.news-single .news-single__content > *:first-child,
.news-single .news-single__sources > *:first-child {
  margin-top: 0;
}

.news-single .news-single__content h2,
.news-single .news-single__sources h2 {
  color: #003a70;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 24px;
}

.news-single .news-single__content h3,
.news-single .news-single__sources h3 {
  color: #003a70;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

.news-single .news-single__content p,
.news-single .news-single__content ul,
.news-single .news-single__content ol,
.news-single .news-single__sources p,
.news-single .news-single__sources ul,
.news-single .news-single__sources ol {
  margin: 0 0 16px;
}

.news-single .news-single__content p:empty,
.news-single .news-single__sources p:empty {
  display: none;
  margin: 0;
}

.news-single .news-single__content ul,
.news-single .news-single__content ol,
.news-single .news-single__sources ul,
.news-single .news-single__sources ol {
  padding-left: 1.5rem;
}

.news-single .news-single__content ul li,
.news-single .news-single__content ol li,
.news-single .news-single__sources ul li,
.news-single .news-single__sources ol li {
  margin-bottom: 8px;
}

.news-single .news-single__content ul li:last-child,
.news-single .news-single__content ol li:last-child,
.news-single .news-single__sources ul li:last-child,
.news-single .news-single__sources ol li:last-child {
  margin-bottom: 0;
}

.news-single .news-single__content ul li p,
.news-single .news-single__content ol li p,
.news-single .news-single__sources ul li p,
.news-single .news-single__sources ol li p {
  margin-bottom: 0;
}

.news-single .news-single__content img,
.news-single .news-single__sources img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.news-single .news-single__content a,
.news-single .news-single__sources a {
  color: #407ec9;
}

.news-single .news-single__sources {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-single .news-single__sources.entry-content > * {
  margin-bottom: 0;
}

.news-single .news-single__sources.entry-content h2,
.news-single .news-single__sources.entry-content h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0;
}

.news-single .news-single__sources-title {
  color: #003a70;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.news-single .news-single__sources-list {
  list-style: disc;
  margin: 0;
  padding-left: 1.5rem;
}

.news-single .news-single__sources-list li {
  margin-bottom: 8px;
}

.news-single .news-single__sources-list li:last-child {
  margin-bottom: 0;
}

.news-single .news-single__sources-list a {
  color: #407ec9;
  text-decoration: none;
}

.news-single .news-single__sources-list a:hover {
  color: #003a70;
}

.news-single .news-single__course-cta-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.news-single .news-single__course-cta {
  align-items: center;
  border: 2px solid #407ec9;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
}

.news-single .news-single__course-cta-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.news-single .news-single__course-cta-title {
  color: #003a70;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}

.news-single .news-single__course-cta-description {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.news-single .news-single__course-cta-btn {
  background: #e87722;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.news-single .news-single__course-cta-btn:hover {
  background: #d06a1c;
  color: #fff;
}

.news-single .news-single__course-cta-body {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
}

.news-single .news-single__course-cta-body p {
  flex: 1;
  margin: 0;
  min-width: 200px;
}

.news-single .news-single__course-cta-body .wp-block-button,
.news-single .news-single__course-cta-body .wp-block-buttons {
  margin: 0;
}

.news-single .news-single__course-cta-body .wp-block-button__link,
.news-single .news-single__course-cta-body a.button,
.news-single .news-single__course-cta-body a {
  background: #e87722;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-top: 0;
  padding: 10px 35px;
  text-decoration: none;
  white-space: nowrap;
}

.news-single .news-single__course-cta-body .wp-block-button__link:hover,
.news-single .news-single__course-cta-body a.button:hover,
.news-single .news-single__course-cta-body a:hover {
  background: #d06a1c;
  color: #fff;
}

.news-single .news-single__published-note {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.news-single .news-single__back-btn {
  align-self: flex-start;
  background: #003a70;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  min-width: 235px;
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.news-single .news-single__back-btn:hover {
  background: #002a52;
  color: #fff;
}

.news-single .news-single__sidebar {
  display: flex;
  flex: 0 0 365px;
  flex-direction: column;
  gap: 24px;
  max-width: 365px;
  width: 100%;
}

.news-single .news-single__sidebar-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-single .news-single__author-card {
  align-items: center;
  display: flex;
  gap: 8px;
}

.news-single .news-single__author-avatar {
  flex-shrink: 0;
  height: 53px;
  width: 53px;
}

.news-single .news-single__avatar-img {
  border-radius: 50%;
  display: block;
  height: 53px;
  object-fit: cover;
  width: 53px;
}

.news-single .news-single__author-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-single .news-single__author-name,
.news-single .news-single__author-details {
  color: #495057;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.news-single .news-single__author-name a {
  color: #495057;
  font-weight: 400;
  text-decoration: none;
}

.news-single .news-single__author-name a:hover {
  color: #003a70;
}

.news-single .news-single__author-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-single .news-single__meta-divider {
  background: #495057;
  display: inline-block;
  height: 16px;
  width: 1px;
}

.news-single .news-single__share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.news-single .news-single__share-label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.news-single .news-single__share-icons .ultm-shortcode {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-single .news-single__newsletter {
  align-items: center;
  border: 2px solid #407ec9;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
}

.news-single .news-single__newsletter-text {
  color: #000;
  flex: 1;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.news-single .news-single__subscribe-btn {
  appearance: none;
  background: #e87722;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 10px 35px;
  transition: background-color 0.2s ease;
}

.news-single .news-single__subscribe-btn:hover {
  background: #d06a1c;
}

.news-single .news-single__latest-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 24px;
}

.news-single .news-single__latest-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-single .news-single__latest-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.news-single .news-single__latest-image-link {
  display: block;
  text-decoration: none;
}

.news-single .news-single__latest-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
}

.news-single .news-single__latest-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 8px;
}

.news-single .news-single__latest-card-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.news-single .news-single__latest-card-title a {
  color: #003a70;
  text-decoration: none;
}

.news-single .news-single__latest-card-title a:hover {
  color: #407ec9;
}

.news-single .news-single__latest-excerpt {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.news-single .news-single__latest-cta {
  align-items: center;
  color: #003a70;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  line-height: 17px;
  text-decoration: none;
}

.news-single .news-single__latest-cta::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: '';
  display: inline-block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}

.news-single .news-single__latest-cta:hover {
  color: #407ec9;
}

@media (max-width: 991px) {
  .news-single > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-single .news-single__layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .news-single .news-single__sidebar {
    display: contents;
  }

  .news-single .news-single__sidebar-intro {
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 1;
  }

  .news-single .news-single__main {
    order: 2;
  }

  .news-single .news-single__latest {
    order: 3;
  }

  .news-single .news-single__course-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .banner.banner-post {
    padding: 10px 15px;
  }

  .banner.banner-post .banner__overlay {
    opacity: 0.5;
  }

  .banner.banner-post .banner__content h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .banner.banner-post .banner__breadcrumbs {
    display: none;
  }

  .news-single.section-padding {
    padding: 32px 0 40px;
  }

  .news-single .news-single__summary {
    font-size: 25px;
    line-height: 30px;
  }

  .news-single .news-single__featured-image {
    height: 310px;
  }

  .news-single .news-single__content,
  .news-single .news-single__sources {
    font-size: 14px;
  }

  .news-single .news-single__content h2,
  .news-single .news-single__sources h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .news-single .news-single__content h3,
  .news-single .news-single__sources h3 {
    font-size: 21px;
    margin-bottom: 16px;
  }

  .news-single .news-single__content p,
  .news-single .news-single__content ul,
  .news-single .news-single__content ol,
  .news-single .news-single__sources p,
  .news-single .news-single__sources ul,
  .news-single .news-single__sources ol {
    margin-bottom: 16px;
  }

  .news-single .news-single__content ul li,
  .news-single .news-single__content ol li,
  .news-single .news-single__sources ul li,
  .news-single .news-single__sources ol li {
    font-size: 14px;
  }

  .news-single .news-single__course-cta-title {
    font-size: 25px;
    line-height: 30px;
  }

  .news-single .news-single__course-cta-description,
  .news-single .news-single__course-cta-body {
    font-size: 14px;
  }

  .news-single .news-single__course-cta-btn {
    width: 100%;
  }

  .news-single .news-single__published-note {
    font-size: 14px;
  }

  .news-single .news-single__author-name,
  .news-single .news-single__author-details {
    font-size: 14px;
  }

  .news-single .news-single__newsletter {
    padding: 16px;
  }

  .news-single .news-single__latest-body {
    padding: 16px;
  }
}
