:root {
    --header-height: 74px;
}

body {
    background: #0e172a;
    color: #cbd5e1;
}

a:where(:not(.wp-element-button)) {
    color: #cbd5e1;
    text-decoration: underline;
}

header {
    position: fixed;
    width: 100%;
    background: #0e172a;
    z-index: 99;
    top: 0;
}

.header-height {
    height: var(--header-height);
}

.primary-button,
.primary-button-wrap a {
    text-decoration: none;
    background-color: rgb(0, 131, 255);
    border-radius: 48px;
    padding: 12px 16px;
    transition: 0.2s;
    color: rgb(248, 250, 252);
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.28px;
}

.primary-button:hover,
.primary-button-wrap a:hover {
    background: #0059b7;
}

.primary-button-wrap a {
    font-size: 18px;
}

.primary-button-wrap {
    margin-top: 32px;
    text-align: center;
}

.secondary-button {
    text-decoration: none;
    border-radius: 48px;
    padding: 12px 16px;
    transition: 0.2s;
    color: rgb(248, 250, 252);
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.28px;
    background-color: transparent;
    border-color: rgb(0, 131, 255);
    border-width: 1px;
    border-style: solid;
}

.show-hide-sidebar {
    height: 40px;
    width: 40px;
    display: flex;
    border: 1px solid #0083ff;
    border-radius: 99px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.show-hide-sidebar:hover {
    background: #0059b7;
}

.show-hide-sidebar svg {
    transition: 0.2s;
}

.show-hide-sidebar.active svg {
    transform: rotate(180deg);
}

.body-sidebar {
    max-width: 250px;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: var(--header-height);
    left: 0;
    background: #0e172a;
}

.body-wrapper {
    padding-left: 250px;
    transition: .2s;
}

ul#menu-primary-menu {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding-left: 7px;
}

ul#menu-primary-menu li {
    line-height: 24px;
}

ul#menu-primary-menu li a {
    color: #cbd5e1;
    text-decoration: none;
}

ul#menu-primary-menu li a i {
    font-size: 25px;
}

ul#menu-primary-menu li a:hover {
    color: white
}

.body-sidebar.small {
    max-width: 100px;
}

.body-wrapper.small {
    padding-left: 100px;
}

.body-wrapper.small ul#menu-primary-menu li a span,
.body-wrapper.small ul#menu-primary-menu li a .submenu-toggle{
    display: none;
}

.footer-copyright {
    padding: 24px 0;
}

footer {
    border-top: 1px solid color-mix(in srgb, #ffffff 12%, transparent);
    padding: 40px 0;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

.wp-block-table table {
    background-color: #1e293b;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid rgb(51, 65, 85);
    padding: 12px 16px;
    color: #f8fafc;
}

.show-mob-menu {
    cursor: pointer;
}

.wp-block-quote {
    border-color: #cbd5e1;
    border-width: 0 0 0 2px;
    border-style: solid;
    font-weight: 300;
    margin-right: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.27), 1.375rem);
}

div#ez-toc-container {
    width: 100%;
}

#ez-toc-container {
    box-shadow: none;
    background-color: #1e293b;
    border-radius: 8px;
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    padding: 12px 16px;
}

#ez-toc-container a {
    color: #f8fafc;
}

@media (max-width: 768px) {
    .body-wrapper {
        padding-left: 1rem;
    }

    .body-sidebar {
        z-index: 9;
        display: none;
    }

    body.mob-menu-active {
        overflow: hidden;
    }

    body.mob-menu-active:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #00000080;
    }
}

.like-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center
}

.like-popup--visible {
    display: flex
}

.like-popup__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f172a98;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.like-popup__box {
    position: relative;
    z-index: 1;
    width: min(520px, 92vw);
    color: #fff;
    border: 1px solid rgb(51, 65, 85);
    background-color: #0f172a;
    max-height: 100dvh;
    max-width: 550px;
    border-radius: 16px;
    padding: 1.5rem
}

.like-popup__inner {
    background: #1a1a2e center/cover no-repeat;
    border-radius: 8px;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 20px;
    padding: 40px 36px;
    gap: 10px;
    display: flex;
    text-align: center;
    flex-direction: column;
    background-image: var(--like-popup-bg-mobile, var(--like-popup-bg))
}

@media (min-width: 961px) {
    .like-popup__inner {
        display: grid;
        grid-template-columns:3fr 2fr;
        text-align: left;
        background-image: var(--like-popup-bg, var(--like-popup-bg-mobile))
    }
}

.like-popup__close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    color: inherit;
    font-size: 20px;
    cursor: pointer;
    opacity: .7;
    transition: opacity .2s
}

.like-popup__close:hover {
    opacity: 1
}

.like-popup__heading {
    margin: 0 0 1rem;
    padding-right: 1.4rem;
    color: #f8fafc;
    line-height: 36px;
    font-weight: 600;
    font-size: 28px
}

.like-popup__title {
    margin: 0 0 12px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2
}

@media (min-width: 961px) {
    .like-popup__title {
        grid-column: 1
    }
}

.like-popup__desc {
    margin: 0 0 20px;
    font-size: .95rem;
    opacity: .85;
    line-height: 1.6
}

@media (min-width: 961px) {
    .like-popup__desc {
        grid-column: 1
    }
}

.like-popup__bottom {
    margin-top: 1.25rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    flex-direction: column-reverse
}

@media (min-width: 961px) {
    .like-popup__bottom {
        flex-direction: row
    }
}

.like-popup .wp-block-button__link {
    transition: filter .2s;
    text-transform: uppercase;
    font-size: 14px
}

.like-popup .wp-block-button__link--close {
    color: #f8fafc;
    background-color: #1e293b
}

.like-popup .wp-block-button__link--close:hover {
    background-color: #334155
}

.like-popup .wp-block-button__link:hover {
    filter: brightness(1.1)
}

.sub-menu {
    margin-top: 12px;
    list-style: none;
    display: none;
}

.submenu-toggle {
    outline: none;
    border: none;
    background: none;
    margin-left: 10px;
}

.submenu-toggle svg path {
    color: white;
}

.submenu-toggle svg {
    height: 30px;
    width: 30px;
    transition: .2s linear;
}

a.active .submenu-toggle svg {
    transform: rotate(180deg);
}

button,
.submenu-toggle,
.show-hide-sidebar,
.show-mob-menu {
    user-select: none;
}