/* Extracted Inline Styles */
li.nav-item:nth-child(5) a::after {
      width: 100% !important;
      left: 0 !important;
    }

    .member-name a {
      text-decoration: none;
    }

    .Press_inner .date {
      margin-top: 1rem;
      font-weight: 500;
    }

    a.fa-brands.fa-linkedin-in.linkedin.customer.share,
    a.fa-brands.fa-x-twitter.twitter.customer.share {
      font-size: 36px;
      text-decoration: none;
      color: #000;
      display: inline;
    }

    .formidium-section-gap p strong {
      font-weight: 600;
    }

    .formidium-section-gap p a {
      color: #000;
    }

    .formidium-teams .member-name::after {
      display: none;
    }

    .artical-blog {
      position: relative;
    }

    .artical-blog:before {
      display: block;
      background: url(../img/icon/youtube-logo.svg?v=202507111002);
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: "";
      background-blend-mode: hue;
      position: absolute;
      background-size: cover;
      width: 70px;
      height: 70px;
      opacity: 1;
    }

    section.formidium-section-gap.Press_inner h2 {
      margin-bottom: 0px;
    }
