.single-post .inside-article {
    max-width: 1398px;
    margin: 310px auto 0;
    padding: 0 16px;
}

@media (max-width: 1024px) {
    .single-post .inside-article {
        margin: 64px auto 0;
    }
}

.single-post .entry-meta-top {
    margin-bottom: 20px;
    width: fit-content;
}

.single-post .post-category, .page-template-page-insights .post-category{
    color: #0730A0;
    font-family: var(--gp-font--effra-cc-medium), sans-serif;
    font-weight: 500;
    background-color: #F1F1F1;
    border-radius: 4px;
    padding: 10px 8px 6px 8px;
    width: fit-content;
    margin-bottom: 8px;
}

.single-post .post-date {
    color: #030C28;
    font-family: var(--gp-font--effra-cc-medium), sans-serif;
    font-weight: 500;
}

.single-post .entry-title {
    margin-bottom: 40px;
    max-width: 1040px;
    color: #03164C;
}

@media(max-width: 768px) {
    .single-post .entry-title {
       margin-bottom: 20px;
    }
}

.single-post .inside-article .featured-image {
    margin-bottom: 120px !important;
    grid-column: 8 / span 5;
    max-width: 548px;
}


@media(max-width: 1024px) {
    .single-post .inside-article .featured-image {
       grid-column: 7 / span 6;
    }
}

@media (max-width: 1024px) {
    .single-post .inside-article .featured-image {
       margin-bottom: 60px !important;
    }
}

.single-post .post-meta {
    display: flex;
    gap: 40px;
    align-items: center;
}

@media(max-width: 768px) {
    .single-post .inside-article .featured-image {
       grid-column: 1 / -1;
       max-width: unset;
    }
}

.single-post .featured-image img {
    max-height: 682px;
    min-height: 682px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

@media(max-width: 1024px) {
    .single-post .featured-image img {
        max-height: unset;
        min-height: 500px;
    }
}

.single-post .entry-content {
    max-width: 862px;
    margin: 0 auto;
    padding: 0 16px;
}

.single-post .wrapper {
    position: relative;
    overflow: hidden;
}

.single-post .single-svg {
    position: absolute;
    width: 2190px;
    height: 323px;
    top: 680px;
    z-index: 0;
    pointer-events: none;
}

@media(max-width: 1024px) {
    .single-post .single-svg {
        top: 250px;
    }
}

@media(max-width: 768px) {
    .single-post .single-svg {
        top: 200px;
    }
}

.single-post .inside-article h2, h3, .entry-content ol + h2 {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .single-post .inside-article h2, h3, .entry-content ol + h2 {
       margin-bottom: 24px;
    }
}

.single-post .entry-content h4, h5 {
    font-family: var(--gp-font--effra-cc), sans-serif;
    font-weight: 400;
}

.single-post .entry-content h1, h2, h3, h4, h5 { 
    color: #030C28;
}
.single-post .entry-content img {
    margin: 80px 0;
}

@media (max-width: 1024px) {
    .single-post .entry-content img {
       margin: 40px 0;
    }
}

@media (max-width: 562px) {
    .single-post .entry-content img {
        margin: 10px 0 30px;
    }
}

.single-post .inside-article .button {
    display: flex;
    justify-content: center;
    margin: 20px auto 80px;
}

@media (max-width: 1024px) {
    .single-post .inside-article .button {
       margin-bottom: 40px;
    }
}

.single-post .entry-content .wp-block-image img {
    margin: 0;
}

.single-post .entry-content .wp-block-gallery {
    gap: 20px !important;
    padding-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1024px) {
    .single-post .entry-content .wp-block-gallery {
       padding-top: 20px;
    }
}

.single-post .entry-content .wp-block-gallery .wp-block-image {
    width: 100% !important;
}

.single-post .entry-content .wp-block-gallery + img {
    margin: 20px 0 80px;
}

@media (max-width: 1024px) {
    .single-post .entry-content .wp-block-gallery + img {
       margin: 20px 0 40px;
    }
}

.single-post .entry-content img + h3, .single-post .entry-content ul + h3, .single-post .entry-content ol + h2 + h3  {
    margin-bottom: 20px;
}

.single-post .entry-content ul, ol {
    margin: 0 0 40px 26px;
}

.single-post .entry-content p a {
    color: #030C28;
}

.single-post .entry-content h3 + p + h3 {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .single-post .entry-content h3 + p + h3 {
       margin-top: 40px;
    }
}

.single-post .entry-content h3 + p + h3 + h4{
    color: #0A246D;
}

.single-post .entry-content h4 + h5 + h3 {
    margin: 80px 0 20px;
}

@media (max-width: 1024px) {
    .single-post .entry-content h4 + h5 + h3 {
          margin-top: 40px;
    }
}

.single-post .inside-article h3 + h5 + h4 {
    margin: 80px 0 40px;
}

@media(max-width: 768px) {
    .single-post .inside-article h3 + h5 + h4 {
        margin: 30px 0;
    }
}

.single-post .inside-article h4 + h4 {
    margin: 40px 0 20px;
}

.single-post .inside-article h3 + h5 + h3 {
    margin-top: 80px;
}

.single-post .entry-content .social-share-text a {
    color: #030C28;
    font-family: var(--gp-font--effra-cc), sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 100%;
    min-width: 103px;
    padding: 6px 12px;
}

.single-post .entry-content .social-share-text a svg { 
    height: 9px;
}

.single-post .social-share-text {
    display: flex;
    gap: 20px;
    background: #F1F1F1;
    width: fit-content;
    margin-top: 134px;
    align-items: center;
    padding: 9px 12px 3px;
    border-radius: 4px;
}

@media(max-width: 1024px) {
    .single-post .social-share-text {
        margin-top: 54px;
    }
}

@media(max-width: 768px) {
    .single-post .social-share-text {
       margin: 24px 0;
    }
}

.single-post .social-share-text .social-share-text-p {
    font-family: var(--gp-font--effra-cc-semibold);
    color: #0730A0;
}

.single-post .social-share-text ul {
    gap: 20px;
    align-items: center;
}

@media (max-width: 1024px) {
    .single-post .entry-content .social-share-text {
          margin-top: 40px;
    }
}

@media (max-width: 564px) {
    .single-post .entry-content .social-share-text {
          flex-wrap: wrap;
    }
}

.single-post .entry-content .social-share-text ul {
    margin: 0;
}

.single-post .entry-content .social-share-text ul {
    border-left: 1px solid #E2DED0;
}

@media (max-width: 562px) {
    .single-post .entry-content .social-share-text ul {
          border-top: 1px solid #E2DED0;
          border-right: 1px solid #E2DED0;
    }
}

.single-post .entry-content .social-share-text ul li:nth-of-type(2) {
    border-left: 1px solid #E2DED0;
    border-right: 1px solid #E2DED0;
}

.single-post .entry-content .social-share-text ul li {
    transition: background-color .25s ease-in;
}

.single-post .entry-content .social-share-text ul li:hover {
    background-color: #EEEBE3;
    transition: background-color .25s ease-in;
}

.single-post .entry-content .social-share-text h4 {
    margin: 0;
    padding: 20px 20px 11px;
    color: #030C28;
    font-family: "Karma", sans-serif;
}

.single-post .latest-insights__title {
    color: #0730A0;
    font-weight: 600;
    margin-bottom: 0;
}

.single-post .latest-insights__title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .single-post .latest-insights__title-container {
          margin-bottom: 40px;
    }
}

.single-post .latest-insights__title span {
    color: #7F7D86;
}

.single-post .latest-insights {
    max-width: 1396px;
    margin: 220px auto 0;
    padding: 0 16px;
}

.single-post .insights-button {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

@media (max-width: 1024px) {
    .single-post .latest-insights {
          margin-top: 110px;
    }
}

@media (max-width: 768px) {
    .single-post .latest-insights {
          margin-top: 60px;
    }
}

@media (max-width: 1024px) {
    .single-post .insights-button {
          margin-top: 50px;
    }
}

@media (max-width: 562px) {
    .single-post .latest-insights {
        margin-top: 60px;
    }
}

.single-post .insights-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
    margin-bottom: 160px;
}

@media (max-width: 1024px) {
    .single-post .insights-list {
          margin-bottom: 80px;
    }
}

.single-post .insight-image {
    display: flex;
    flex-direction: column;
}

.single-post .insight-image img { 
    flex: 1;
}

@media (max-width: 850px) {
    .single-post .insights-list, .single-post .entry-content .wp-block-gallery {
        grid-template-columns: 1fr;
    }
}

.single-post .insight-image, .page-template-page-insights .insight-image{
    position: relative;
    overflow: hidden;
    min-height: 395px;
    border-radius: 12px;
}

.single-post .insight-date, .page-template-page-insights .insight-date {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(0, 0, 0, 0.40);
    color: #F9FCFC;
    font-family: var(--gp-font--effra-cc-medium), sans-serif;
    padding: 6px 7px 3px 7px;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .single-post .insight-date, .page-template-page-insights .insight-date {
        top: 20px;
        left: 20px;
    }
}

.single-post .insights-list img, .page-template-page-insights .insight-image img {
    width: 100%;
    aspect-ratio: 1.675;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform .25s ease-in;
}

.single-post .latest-insights--card:hover .insight-image img {
    transform: scale(1);
    transition: transform .25s ease-in;
}

.single-post .insight-content h3, .page-template-page-insights .insight-content h3{
    color: #030C28;
    margin: 20px 0;
}

.single-post .latest-insights a.button-blue-transparent {
    display: inline-flex;
    gap: 8px !important;
    align-items: center;
}

.single-post .latest-insights a.button-blue-transparent svg {
    height: 15px !important;
}

.single-post .insight-content, .page-template-page-insights .insight-content {
    padding-top: 15px;
}

@media (max-width: 562px) {
    .single-post .insight-content, .page-template-page-insights .insight-content {
        padding: 24px;
    }
}

.single-post .insight-content .insight-excerpt, .page-template-page-insights .insight-excerpt{
    color: #585656;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.single-post .inside-article .insights-button {
    display: flex;
    justify-content: center;
}
.single-post .inside-article .insights-button a {
    width: fit-content !important;
    margin: 120px 0 0;
}

@media (max-width: 1024px) {
    .single-post .inside-article .insights-button a {
          margin-top: 60px !important;
    }
}

.single-post .inside-article h2{
    font-weight: 400;
    letter-spacing: -0.03em;
}

.single-post .inside-article .single-main {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 16px;
    padding: 0 16px;
    position: relative;
    z-index: 1;
    
}

.single-post .inside-article .single-main .single-main-left {
    grid-column: 1 / span 6;
}

@media(max-width: 768px) {
    .single-post .inside-article .single-main .single-main-left {
       grid-column: 1 / -1;
    }
}

.single-post .insights-list h4  {
    margin-bottom: 8px;
}

.single-post .inside-article p {
    margin-bottom: 16px;
}