.single-post__outer-wrap {
    margin-top: 40px;
    width: 100%;
}

.single-post__wrapper {
    display: flex;
    gap: 30px;
}

.single-post__left {
    min-width: 0;
    padding: 30px 30px 70px 30px;
    border-radius: 20px;
    box-shadow: 0 12px 27px 0 rgba(11, 12, 20, 0.02), 0 48px 48px 0 rgba(11, 12, 20, 0.02), 0 109px 65px 0 rgba(11, 12, 20, 0.01), 0 193px 77px 0 rgba(11, 12, 20, 0), 0 302px 84px 0 rgba(11, 12, 20, 0);
    flex-grow: 0;
    flex-basis: 920px ;
    background: #FFF;
}

.single-post__right {
    flex-basis: 370px;
    min-width: 370px;
}

.single-post__right  .tnp-subscription input[type=email] {
    background: #f6f6f6;
    outline: none;
    border-radius: 14px;
    font-weight: 500;
    line-height: 1.3;
    padding: 16.8px 20px;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}
.single-post__right .tnp-subscription input.tnp-submit {
    border-radius: 14px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    background: #020202;
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    padding: 15.4px 15px;
    border: none;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.single-post__right-sticky {
    position: sticky;
    top: 120px;
}

.single-post__sidebar {
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
}

.post-first-screen__thumbnail {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
}

.post-first-screen__thumbnail > img {
    object-fit: cover;
    border-radius: 10px;
    max-height: 460px!important;
    width: 100%;
    height: auto;
}

.single-post .breadcrumbs__list * {
    color: #325562;
}

.single-post .breadcrumbs__list a:hover {
    color: #325562;
}

.single-post .breadcrumbs path {
    stroke: #325562;
}

.post-first-screen {
    position: relative;
    height: fit-content;
    min-height: 460px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.post-first-screen::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(4, 12, 27, 0.5) 44.35%);
}

.post-first-screen__content {
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.single-post__wrapper h1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
}

.single-post__heading {
    margin-bottom: 24px;
}

.post-first-screen_meta {
    background: #04091C70;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    column-gap: 16px;
    row-gap: 10px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    align-items: center;
    flex-wrap: wrap;
}

.post-first-screen_meta * {
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
}

.sidebar__image {
    width: 100%;
    height: 182px;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
}

.sidebar__image,
.sidebar__image img {
    height: 182px;
}


.sidebar__subheading {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #2c5677;
    margin-bottom: 3px;
}

.sidebar__image img {
    width: 100%;
    height: auto;
}

.sidebar__heading {
    margin-bottom: 12px;
}

.sidebar__text {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    color: #696969;
    margin-bottom: 18px;
}

.single-post__content p,
.single-post__content ul,
.single-post__content ol {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    color: #325562;
}

.single-post__content p:not(:last-child) {
    margin-bottom: 10px;
}

.single-post__content h2,
.single-post__content h3,
.single-post__content h4,
.single-post__content h5,
.single-post__content h6 {
    margin-top: 30px;
    margin-bottom: 8px;
}

.single-post__content ul,
.single-post__content ol {
    padding-left: 25.5px;
}

.single-post__content ul li:not(:last-child),
.single-post__content ol li:not(:last-child) {
    margin-bottom: 10px;
}

.single-post__content .wp-block-image {
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 10px;
    overflow: hidden;
}

.single-post__content .wp-block-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wp-block-columns {
    gap: 14px;
}

body .single-post__content .wp-block-columns > .wp-block-column:has(img) {
    flex-basis: calc((100% - 14px) / 2) !important;
    flex-grow: 0;
}

.wp-block-column img {
    min-height: 165px!important;
}

.wp-block-columns .wp-block-image {
    margin: 0!important;
}

.wp-block-columns:not(:last-child) {
    margin-top: 18px;
    margin-bottom: 18px;
}

.single-post__content .wp-block-heading {
    font-weight: 600;
    color: #0a2d3a;
}

.single-post__content section {
    margin-top: 18px;
    margin-bottom: 18px;
}

.post-first-screen__meta-item {
    display: flex;
    gap: 4px;
    align-items: center;
}

.post-first-screen_meta-decor {
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.3;
}
@media screen and (min-width: 1600px) {
    .single-post__left,
    .single-post__right {
        flex-grow: 1;
    }

    .single-post__content p,
    .single-post__content ul,
    .single-post__content ol,
    .sidebar__text {
        font-size: 19px;
    }

    .sidebar__subheading {
        font-size: 18px;
    }

}

@media screen and (max-width: 1199.98px) {
    .single-post__right {
        flex-basis: 320px;
        min-width: 320px;
    }


    .post-first-screen_meta {
        justify-content: flex-start;
    }

    .single-post__wrapper h1 {
        font-size: 34px;
    }
}

@media screen and (max-width: 1024.98px) {
    .single-post__wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .post-first-screen_meta {
        padding: 15px;
    }

    .post-first-screen__content {
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }

    .post-first-screen {
        margin-bottom: 30px;
    }

    .single-post__left,
    .single-post__right {
        flex-basis: 100%;
    }

    .single-post__left {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .single-post__wrapper {
        margin-top: 20px;
    }

    .post-first-screen::after,
    .post-first-screen__thumbnail > img {
        border-radius: 14px;
    }

    .single-post__heading {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .single-post__sidebar {
        padding: 15px 15px 30px 15px;
    }

    .sidebar__subheading {
        margin-bottom: 12px;
    }

    .sidebar__heading {
        margin-bottom: 18px;
    }

    .sidebar__text {
        margin-bottom: 24px;
    }

    .single-post__wrapper h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 599.98px) {
    .post-first-screen_meta {
        padding: 10px 12px;
        row-gap: 4px;
        column-gap: 9px;
    }

    .post-first-screen_meta-decor {
        width: 10px;
        height: 1px;
    }

    .post-first-screen__meta-icon {
        width: 16px;
        height: 16px;
    }

    .post-first-screen_meta * {
        font-size: 16px;
    }

    .post-first-screen {
        margin-bottom: 20px;
        min-height: 435px;
    }

    .single-post__heading {
        margin-bottom: 14px;
    }

    .sidebar__image {
        margin-bottom: 30px;
    }

    .sidebar__image,
    .sidebar__image img {
        height: auto;
        min-height: 175px;
    }

    .single-post__wrapper h1 {
        font-size: 30px;
    }
}