.post-content-container {
    padding: 0 15vw;
    display: flex;
    flex-direction: row;
    gap: 105px;
    color: var(--wp--preset--color--ultra-dark-blue);
    margin-bottom: 70px;
    margin-top: 15vh;
    position: relative;
}

.policy-content-container {
    padding: 0 15vw;
    display: flex;
    flex-direction: row;
    gap: 105px;
    color: var(--wp--preset--color--ultra-dark-blue);
    margin-bottom: 70px;
    margin-top: 36px;
    position: relative;
}

body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    z-index: 99;
    background-color: var(--wp--preset--color--background-grey) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg .title-section {
    max-width: 100%;
    word-wrap: normal;
    white-space: normal;
}

body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg .title-section p { 
    width: 100%;
    margin: 0 !important;
    word-wrap: normal;
    white-space: normal;
}

body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg h3 {
    margin: 0 !important;
    font-size: 30px;
    word-wrap: normal;
    white-space: normal;
}

body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg p { 
    width: 27%;
    margin: 0 !important;
}

body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg a::after { 
    display: none;
}

/* ---- Post Content ----  */

.post-content-container .post-content-inner {
    margin-top: 25px;
    width: calc(70% - 105px);
}

.policy-content-container .post-content-inner {
    margin-top: 35px;
    width: calc(70% - 105px);
}

.post-content-container .post-content-inner .wp-block-post-content {
    width: 100%;
}

.post-content-container .post-content-inner .wp-block-post-content p, .post-content-container .post-content-inner .wp-block-post-content ul, .post-content-container .post-content-inner .wp-block-post-content ol {
    margin: 15px 0 !important;
}

.post-content-container .post-content-inner .wp-block-post-content a:not(.wp-block-button__link) {
    position: relative;
    width: fit-content;
    transition: all 0.3s;
}

.post-content-container .post-content-inner .wp-block-post-content a:not(.wp-block-button__link)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--wp--preset--color--logo-blue);
    bottom: -2px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all 0.5s;
}

.post-content-container .post-content-inner .wp-block-post-content a:not(.wp-block-button__link):hover::after {
    transition: all 0.5s;
    width: 80%;
}

.post-content-container .post-content-inner .wp-block-post-content :first-child {
    margin-top: 0 !important;
}

.post-content-container .post-content-inner .wp-block-post-content :last-child {
    margin-bottom: 0 !important;
}

.post-content-container .post-content-inner .wp-block-post-content ul {
    margin: 0px;
    margin-bottom: 0.875rem;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 0;
}

.post-content-container .post-content-inner .wp-block-post-content ul li {
    position: relative;
    margin-bottom: 0.875rem;
    display: block;
    list-style-type: none;
    padding-left: 20px;
}

.post-content-container .post-content-inner .wp-block-post-content ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    margin-top: 7.5px;
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 0px;
    background-color: var(--wp--preset--color--accent-orange);
}

.post-content-container .post-content-inner .wp-block-post-content ol {
    counter-reset: item;
    padding-left: 0;
    margin: 0px;
    margin-bottom: 0.875rem;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 0;
}

.post-content-container .post-content-inner .wp-block-post-content ol li {
    counter-increment: item;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding-left: 20px;
}

.post-content-container .post-content-inner .wp-block-post-content ol li::before {
    content: counter(item);
    color: var(--wp--preset--color--accent-orange);
    font-weight: 800;
    font-size: 19px;
    line-height: 22px;
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 0.5rem;
    width: 0.5rem;
    flex-shrink: 0;
    flex-grow: 0;
}

.post-content-container .post-content-inner .wp-block-post-content h2 {
    margin-bottom: 25px !important;
    position: relative;
    width: fit-content;
    border-bottom: 2px solid var(--wp--preset--color--accent-orange);
    display: block;
    font-size: 25px;
    padding-bottom: 15px;
    padding-right: 80px;
}

.post-content-container .post-content-inner .wp-block-post-content h3 {
    font-size: 20px;
}

.post-content-container .post-content-inner .wp-block-post-content h4 {
    font-size: 18px;
}

.post-content-container .post-content-inner .wp-block-post-content h5 {
    font-size: 16px
}

.post-content-container .post-content-inner .wp-block-post-content h6 {
    font-size: 15px
}

.post-content-container .post-content-inner .wp-block-post-content h3, .post-content-container .post-content-inner .wp-block-post-content h4, .post-content-container .post-content-inner .wp-block-post-content h5, .post-content-container .post-content-inner .wp-block-post-content h6 {
    margin: 15px 0 !important;
}

.post-content-container .post-content-inner .wp-block-post-content iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

.post-content-container .post-content-inner .wp-block-post-content .wp-block-image {
    margin: 25px 0;
    width: 100%;
}

.post-content-container .post-content-inner .wp-block-post-content .wp-block-image img {
    aspect-ratio: 700 / 299;
    width: 100%;
}

.post-content-container .post-content-inner .wp-block-post-content .wp-block-image .wp-element-caption {
    font-size: 12px;
    margin: 10px 0 0 0;
    opacity: 0.8;
}

.post-content-container .post-content-inner .post-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    font-weight: bold;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    align-items: center;
    width: 100%;
}

.post-content-container .post-content-inner .post-navigation a, .post-content-container .post-content-inner .post-navigation a svg path {
    transition: all 0.3s ease-in-out;
}

.post-content-container .post-content-inner .post-navigation a:hover {
    color: var(--wp--preset--color--accent-orange);
}

.post-content-container .post-content-inner .post-navigation .post-navigation-link-previous a:hover:before, .post-content-container .post-content-inner .post-navigation .post-navigation-link-next a:hover:after {
    filter: invert(61%) sepia(27%) saturate(6940%) hue-rotate(333deg) brightness(102%) contrast(101%);
}

.post-content-container .post-content-inner .post-navigation .wp-block-post-navigation-link {
    position: absolute;
}

.post-content-container .post-content-inner .post-navigation .wp-block-post-navigation-link a {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.post-content-container .post-content-inner .post-navigation .post-navigation-link-previous {
    left: 0;
}

.post-content-container .post-content-inner .post-navigation .post-navigation-link-previous a::before {
    content: url("data:image/svg+xml,%3Csvg width='22' height='9' viewBox='0 0 22 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.684 8.862 4.17-4.022a.471.471 0 0 0 0-.68L17.684.14a.51.51 0 0 0-.704.003.467.467 0 0 0-.003.677l3.319 3.198H.5c-.276 0-.5.216-.5.482s.224.482.5.482h19.796l-3.32 3.198a.467.467 0 0 0 .004.677.511.511 0 0 0 .704.005z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    transform: rotate(180deg);
    filter: invert(10%) sepia(51%) saturate(730%) hue-rotate(154deg) brightness(92%) contrast(96%);
    transition: 0.3s all ease-in-out;
}

.post-content-container .post-content-inner .post-navigation .post-navigation-link-next {
    right: 0;
}

.post-content-container .post-content-inner .post-navigation .post-navigation-link-next a::after {
    content: url("data:image/svg+xml,%3Csvg width='22' height='9' viewBox='0 0 22 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.684 8.862 4.17-4.022a.471.471 0 0 0 0-.68L17.684.14a.51.51 0 0 0-.704.003.467.467 0 0 0-.003.677l3.319 3.198H.5c-.276 0-.5.216-.5.482s.224.482.5.482h19.796l-3.32 3.198a.467.467 0 0 0 .004.677.511.511 0 0 0 .704.005z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    filter: invert(10%) sepia(51%) saturate(730%) hue-rotate(154deg) brightness(92%) contrast(96%);
    transition: 0.3s all ease-in-out;
}

/* ---- Post Right Hand Navigation ----  */

.post-content-container .post-details-container {
    width: 30%;
    position: -webkit-sticky;
    position: sticky;
    top: 69px;
    right: 0;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 !important;
}

.post-content-container .post-details-container #navigation, .post-content-container .post-details-container #post-details  {
    background-color: #FFF;
    margin: 0 !important;
    padding: 30px;
    display: block;
    overflow: hidden;
}

.post-content-container #navigation.hidden {
    display: none;
}

.post-content-container #navigation #contents .contents-link, .post-content-container #post-details #post-details-inner .post-link  {
    display: block;
    font-weight: bold;
    margin-top: 10px;
    transition: 0.3s all ease-in-out;
}

.post-content-container #navigation #contents .contents-link:first-of-type, .post-content-container #post-details #post-details-inner .post-link:first-of-type {
    margin-top: 15px;
}

.post-content-container #navigation #contents .contents-link:hover, .post-content-container #post-details #post-details-inner .post-link:hover {
    color: var(--wp--preset--color--accent-orange);
}

.post-content-container #post-details #post-details-inner .back-to-archive {
    background-color: var(--wp--preset--color--accent-orange);
    color: white;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    margin-top: 15px;
    font-weight: bold;
    transition: all 0.3s;
    width: fit-content;
}

.post-content-container #post-details #post-details-inner .back-to-archive:hover {
    background-color: var(--wp--preset--color--logo-blue);
    transition: all 0.3s;
}

.post-content-container #post-details #post-details-inner .back-to-archive::after {
    content: url("data:image/svg+xml,%3Csvg width='22' height='9' viewBox='0 0 22 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m17.684 8.862 4.17-4.022a.471.471 0 0 0 0-.68L17.684.14a.51.51 0 0 0-.704.003.467.467 0 0 0-.003.677l3.319 3.198H.5c-.276 0-.5.216-.5.482s.224.482.5.482h19.796l-3.32 3.198a.467.467 0 0 0 .004.677.511.511 0 0 0 .704.005z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 1536px) {
    .post-content-container {
        padding: 0 10vw;
        gap: 75px;
    }
}

@media only screen and (max-width: 1280px) {
    .post-content-container {
        padding: 0 80px;
        gap: 75px;
    }
}

@media only screen and (max-width: 1024px) {
    .post-content-container {
        padding: 0 40px;
        gap: 75px;
        margin-top: 0;
    }

    .post-content-container .post-content-inner {
        margin-top: 50px;
    }

    .post-content-container .post-content-inner .post-navigation .wp-block-post-navigation-link {
        position: relative;
        width: calc(50% - 7.5px);
    }
    
    .post-content-container .post-content-inner .post-navigation .wp-block-post-navigation-link a {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    .post-content-container .post-content-inner .post-navigation .post-navigation-link-previous {
        order: 1;
    }
    .post-content-container .post-content-inner .post-navigation .post-navigation-link-previous a {
        justify-content: flex-start;
    }
    .post-content-container .post-content-inner .post-navigation .post-navigation-link-next {
        order: 2;
    }
    .post-content-container .post-content-inner .post-navigation .post-navigation-link-next a {
        justify-content: flex-end;
    }
    .post-content-container .post-content-inner .post-navigation p {
        order: 3;
    }
}

@media only screen and (max-width: 768px) {
    .post-content-container {
        flex-direction: column-reverse;
        padding: 0;
        gap: 50px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg {
        margin-top: 40px !important;
        flex-direction: column;
        align-items: flex-start;
    }
    body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg p, body.single .post-content-container .entry-content .swpm-post-not-logged-in-msg .title-section {
        width: 100%;
    }
    .post-content-container .post-details-container {
        box-shadow: 0px 15px 10px -15px #0A24304D;
        width: 100%;
    }
    .post-content-container .post-details-container #navigation, .post-content-container .post-details-container #post-details {
        padding: 20px;
    }
    .post-content-container .post-details-container #post-details.mobile-hidden {
        display: none;
    }
    .post-content-container #navigation #contents .contents-title, .post-content-container #post-details #post-details-inner .see-more-title {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .post-content-container #navigation #contents .contents-title:hover, .post-content-container #post-details #post-details-inner .see-more-title:hover {
        color: var(--wp--preset--color--logo-blue);
    }
    .post-content-container #navigation #contents .contents-list:not(.active), .post-content-container #post-details #post-details-inner .posts-list:not(.active) {
        display: none;
    }

    .post-content-container #navigation #contents .contents-list, .post-content-container #post-details #post-details-inner .posts-list {
        overflow: hidden;
        transition: height 0.35s ease-in-out;
    }
    .post-content-container .post-content-inner {
        margin-top: 0;
        padding: 0 20px;
        width: 100%;
    }
    .post-content-container .post-content-inner .wp-block-post-content ul li, .post-content-container .post-content-inner .wp-block-post-content ol li {
        padding-left: 15px;
    }
    .post-content-container .post-content-inner .wp-block-post-content ul li::before {
        margin-right: 10px;
        display: inline-block;
        height: 6px;
        width: 6px;
    }
    .post-content-container .post-content-inner .wp-block-post-content ol li::before {
        font-size: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .post-content-container {
        gap: 30px;
    }
}