.brxe-post-content p {
    font-size: 18px;
    color: #a5a5a5;
}

.js-toc li {
    font-size: 14px;
}

.brxe-post-content li {
    font-size: 17px;
}

.article-font {
    font-family: 'Inter', sans-serif;
}

ul li strong {
    color: white;
}

.scrollbar_hide::-webkit-scrollbar {
    display: none;
}

.scrollbar_hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.post_content-styling img {
    margin-top: 5rem;
    border-radius: 0.6rem;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.post_content-styling ul {
    list-style: unset;
    margin: 1.5rem 3rem;
    padding: 0px;
    margin-bottom: 2rem;
}

li {
    margin-bottom: 0rem;
    color: #a5a5a5;
}

b,
strong {
    font-weight: 700 !important;
    color: #ffffff;
}

.post_content-styling strong {
    line-height: 1;
    vertical-align: 0px;
}

.post_content-styling p {
    margin-top: 0.4rem;
    margin-bottom: 1.5rem;
}

.post_content-styling h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    margin-top: 3rem;
}

.post_content-styling h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}

.post_content-styling h4 {
    font-weight: 600;
}

@media (min-width: 770px) {
    .post_content-styling img {
        max-height: 280px;
    }

    .post_content-styling h2 {
        font-size: 30px;
    }

    .post_content-styling h3 {
        font-size: 18px;
        font-weight: 700;
    }
}

@media (min-width: 1026px) {
    .post_content-styling img {
        max-height: 320px;
    }

    .post_content-styling h2 {
        font-size: 32px;
    }

    .post_content-styling h3 {
        font-size: 18px;
    }
}

@media (min-width: 770px) {
    .js-toc .toc-link {
        display: inline-block;
        padding-left: 8px;
        margin-bottom: 4px;
        position: relative;
    }

    .js-toc .toc-link::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding-top: 14px;
        padding-bottom: 4px;
        width: 3px;
        height: 80%;
        border-radius: 20px;
        transform: translate(-10px, 20%);
        background-color: #66666660;
    }

    .js-toc .toc-link.is-active-link::after {
        background-color: rgb(0, 174, 99);
    }
/*
.toc-list .toc-list-item .is-active-li::after {
    position: relative;
}

.toc-list .toc-list-item .is-active-li::after {
       content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding-top: 14px;
        padding-bottom: 4px;
        width: 3px;
        height: 80%;
        border-radius: 20px;
        transform: translate(-10px, 20%);
        background-color: #66666660;

}
*/

    .js-toc .is-collapsible {
        max-height: 1000px;
        overflow: hidden;
        transition: all 300ms ease-in-out;
    }

    .js-toc .is-collapsible .toc-link {
        padding-left: 1.5rem;
    }

    .js-toc .is-collapsed {
        max-height: 0;
    }

    .js-toc .is-active-link {
        font-weight: 700;
        color: white;
    }
}

.min-height-img img {
    min-height: 200px;
}

@media (min-width: 641px) {
    .min-height-img img {
        height: 180px;
    }
}

.bricks_img-cover.brxe-image:not(.tag),
.bricks_img-cover.brxe-image img {
    object-fit: cover;
    object-position: 50% 50%;
}

.footer-list.brxe-list .separator {
    display: none;
}

.footer-list.brxe-list .content {
    justify-content: flex-start;
}

.footer-list.brxe-list .description {
    justify-content: flex-start;
}

.footer-list.brxe-list .title {
    margin-left: 10px;
    font-size: 14px;
}

.footer-list.brxe-list .icon {
    font-size: 1.4rem;
}

.footer-list.brxe-list .icon svg {
    height: 1.4rem;
    width: 1.4rem;
}

.footer-list.brxe-list li {
    margin-bottom: 0.6rem;
}

#bricks-panel-header > ul > li.brxc-header-icon.brxc-header-icon__active {
    background-color: #343c4300;
}

#bricks-panel #bricks-panel-element #bricks-panel-header .actions li {
    background-color: #343c4300;
}

#bricks-preview-element-actions,
#bricks-preview-element-actions li.action {
    display: none;
}

[class*=brxe-] [contenteditable=true] {
    cursor: default!important;
    min-width: 40px;
    pointer-events: auto!important;
}

#bricks-highlight-id::after {
    display: none;
}

.price--large {
    font-size: clamp(3.2rem, 2.843rem + 1.116vw, 4.2rem);
}

#bricks-panel #bricks-panel-element #bricks-panel-header .actions li {
    border-radius: var(--builder-border-radius);
    background-color: #343c4300;
    min-width: 24px;
    width: 100%;
}

#bricks-panel-tabs {
    display: none;
    line-height: 40px;
    padding: 0 var(--builder-spacing);
}

.bricks-panel-controls .control-group {
    border-top: 1px solid var(--builder-border-color);
    position: relative;
    height: 50px;
    align-content: center;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img,
#wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
    width: 16px;
    max-height: 16px;
    min-height: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #8c8f94;
    background: #f0f0f1;
    line-height: 1.84615384;
    vertical-align: middle;
    margin: -4px 0 0 6px;
    float: none;
    display: inline;
}

.hide-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

:root {
    --bricks-color-0310c0: #f5f5f5;
    --bricks-color-2dde23: #e0e0e0;
    --bricks-color-c1eb06: #9e9e9e;
    --bricks-color-b0eba2: #616161;
    --bricks-color-0034c9: #424242;
    --bricks-color-e35e51: #212121;
    --bricks-color-16cc35: #ffeb3b;
    --bricks-color-f94537: #ffc107;
    --bricks-color-9afad4: #ff9800;
    --bricks-color-c3c9be: #ff5722;
    --bricks-color-ee8103: #f44336;
    --bricks-color-54f29b: #9c27b0;
    --bricks-color-b730dd: #2196f3;
    --bricks-color-8d2def: #03a9f4;
    --bricks-color-5ac851: #81D4FA;
    --bricks-color-ab448a: #4caf50;
    --bricks-color-3aba52: #8bc34a;
    --bricks-color-0b7b00: #cddc39;
    --bricks-color-giawdd: #191a1a;
}

html {
    background-color: #000000;
}

body {
    background: none;
}

@media (min-width: 770px) {
    #brxe-oaoxei :focus {
        outline: none !important;
    }
}

@media (min-width: 641px) {
    .brxe-zybkuz .brxe-ugizdk.brxe-div {
        justify-content: space-between;
    }
}

#brx-header.sticky.scrolling > .brxe-section,
#brx-header.sticky.scrolling > .brxe-container,
#brx-header.sticky.scrolling > .brxe-block,
#brx-header.sticky.scrolling > .brxe-div {
    background-color: #000000;
}
