




ul.wp-block-social-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

ul.wp-block-social-links li.wp-social-link::before,
ul.wp-block-social-links li.wp-social-link::after {
  content: none !important;
  display: none !important;
}

ul.wp-block-social-links li.wp-social-link {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  width: auto !important;
}

.wp-block-social-links .wp-social-link a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: #eef1f6 !important;
  color: #16295b !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0 !important;
}

.wp-block-social-links .wp-social-link a svg {
  width: 20px !important;
  height: 20px !important;
  fill: currentColor !important;
}

.wp-block-social-links .wp-social-link a:hover {
  transform: translateY(-3px);
  color: #ffffff !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.wp-block-social-links .wp-social-link-facebook a:hover {
  background-color: #1877f2 !important;
}

.wp-block-social-links .wp-social-link-instagram a:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #dc2743 50%,
    #bc1888 100%
  ) !important;
}

.article__typography ul.wp-block-list {
  padding-left: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  overflow: hidden;
}

.article__typography ul.wp-block-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.article__typography ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: var(--color-blue-100, #265aa6);
  transition: transform 0.3s ease;
}

.article__typography ul.wp-block-list li:hover::before {
  transform: scale(1.2);
  background-color: var(--color-highlight, #f8b739);
}

.article__typography .wp-block-group.is-layout-grid {
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.article__typography .wp-block-image img {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.article__typography .wp-block-group p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.article__typography .wp-block-group p a {
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .article__typography .wp-block-group.is-layout-grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .article__typography .wp-block-image.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-embed-youtube.wp-embed-aspect-9-16 {
  clear: both !important;
  display: flex !important;
  justify-content: center !important;
  margin: 40px auto !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  .wp-block-embed-youtube.wp-embed-aspect-9-16 iframe {
    height: 85vh !important;
    max-height: 800px !important;
    width: auto !important;
    aspect-ratio: 9 / 16 !important;
  }
}

@media (max-width: 767px) {
  .wp-block-embed-youtube.wp-embed-aspect-9-16 iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
  }
}



.wp-block-media-text__content p,
.wp-block-media-text {
  margin-bottom: 1em;
}

.wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
      padding: 0 !important;
      margin-top: 20px !important;
    }
}

.wp-block-button__link.has-background {
    transition: all 0.3s ease !important;
}

.wp-block-button__link.has-background:hover {
    filter: brightness(1.15) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(22, 41, 91, 0.15) !important;
}


.page-id-83472 iframe {
    display: block !important;
    width: 100% !important;
    height: 100vh !important;
    border: none !important;
}
