/* Editor style */
body.block-editor-iframe__body.editor-styles-wrapper.post-type-page,
body.block-editor-iframe__body.editor-styles-wrapper.post-type-post {
    padding: 0px 30px;
}


.editor-styles-wrapper {
    padding: 0px 60px !important;
}


.prefix-toc ul {
    display: none
}

.prefix-toc.active ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 0 0
}

.prefix-toc > ul > li {
    position: relative;
    padding: .5rem .75rem;
    border-radius: .5rem;
    border: 1px solid var(--color-toc-item-hover, #F1F1F1);
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: var(--color-toc-item);
    width: fit-content;

}

.toc__title {
    margin: 0;
    cursor: pointer;
    position: relative;
}

.prefix-toc > ul > li > a {
    color: var(--color-text, #e3e3e3);
}


.toc.prefix-toc.item {
    background: #10112d;
    padding: 20px;
    border-radius: 19px;
}


.prefix-toc > ul > li::after {
    position: absolute;
    content: "";
    top: 0;
    left: -300%;
    height: 100%;
    width: 5rem;
    background: rgba(190, 173, 228, .4);
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.prefix-toc > ul > li::before {
    content: none
}

.prefix-toc > ul > li:hover {
    -webkit-box-shadow: 0 0 8px 1px var(--color-lilac, #0C0C1A);
    box-shadow: 0 0 8px 1px var(--color-lilac, #0C0C1A)
}

.prefix-toc > ul > li:hover::after {
    -webkit-animation: identifier .35s linear;
    animation: identifier .35s linear
}


.toc__title::after {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 0C8.55229 0 9 0.447715 9 1V7H15C15.5523 7 16 7.44772 16 8C16 8.55228 15.5523 9 15 9H9V15C9 15.5523 8.55229 16 8 16C7.44772 16 7 15.5523 7 15V9H1C0.447715 9 2.41411e-08 8.55229 0 8C-2.41411e-08 7.44772 0.447715 7 1 7H7V1C7 0.447715 7.44772 0 8 0Z" fill="%23fff"/></svg>');
    top: 38%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    border-radius: 4px;
    #background: var(--line-color, #EBEBEB);
    padding: 4px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toc.active .toc__title::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="2" y="11" width="2" height="16" rx="1" transform="rotate(-90 2 11)" fill="%23fff"/></svg>');
}

.content-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.content-buttons.align-left {
    justify-content: flex-start;
}

.content-buttons.align-center {
    justify-content: center;
}

.content-buttons.align-right {
    justify-content: flex-end;
}

.btn {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    width: max-content;
    max-width: 100%;
    background: 0 0;
    transition-property: background, box-shadow, color, border-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, box-shadow, color, border-color;
    cursor: pointer;
    color: var(--Headings, #fff);
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    min-width: 180px;
    border-radius: 16px;
    background: #3c297b;
border: none
}

.btn svg {
    max-width: 32px;
    max-height: 32px;
    fill: #fff;
}


.btn--primary {
    background: #c30754;
    border-width: 0;
}


@media (max-width: 767.98px) {
    .wp-block-table td, .wp-block-table th {
        width: 150px !important;
    }
    .btn {
        min-width: 100%;
    }
}


:root :where(.wp-block-button .wp-block-button__link) {
    background: #c30754;
    border-color: transparent;
  	border-radius: 16px
}


.wp-block-heading + .theme49-faq {
    margin-top: 28px;
}

.theme49-faq {
    position: relative;
    margin: 16px 0 0 0;
    border-radius: var(--Corners, 12px);
    background: #10112d;
    padding: 20px;
}

.theme49-faq .theme49-faq__title + p {
    margin-top: -12px
}


.theme49-faq__title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--Headings, #fff);
    font-size: 1.0666666667rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding-right: 30px;
  
}


.theme49-faq.active .theme49-faq__title::before {
    transform: rotate(-180deg);
}

.theme49-faq__title::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 8L10 13L15 8" stroke="%23D0D8E8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border-radius: 12px;
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    background-color: rgb(60 41 123);
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background-color;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}


.section-faq .theme49-faq__title::marker {
    content: ""
}

.section-faq .theme49-faq__title::-webkit-details-marker {
    display: none
}


.theme49-faq__answer {
    display: none;
}

.theme49-faq.active .theme49-faq__answer {
    display: block;
    margin-top: 10px;
}


* + .theme49-bonus {
    margin-top: 20px;
}

.theme49-bonus {
    height: max-content;
    border-radius: 12px;
    background: #10112d;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.theme49-bonus p {
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-weight: 600;
    text-align: center
}

.theme49-bonus .btn {
    margin-inline: auto;
    min-width: 270px
}

* + .theme49-text-image {
    margin-top: 20px;
}

.theme49-text-image.reversed > img {
    grid-column: 1;
    grid-row: 1;
}

.theme49-text-image.reversed > .theme49-text-image__content {
    grid-column: 2;
    grid-row: 1;
}

.theme49-text-image > * {
    margin: 0
}

.theme49-text-image > :not([class]) {
    margin: 0
}

.theme49-text-image img {
    width: 100%;
    max-width: 100%;
    border-radius: var(--Corners, 12px);
}

.theme49-text-image .btn {
    min-width: 270px
}

.theme49-text-image__content p:first-child {
    margin-top: 0
}

.theme49-text-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1023px) {
    .theme49-text-image {
        grid-template-columns: 1fr;
        display: grid;
    }

    .theme49-text-image.reversed > .theme49-text-image__content {
        grid-column: 1;
        grid-row: 1;
    }

    .theme49-text-image__content {
        display: grid;
    }

    .theme49-text-image.reversed > img {
        grid-column: 1;
        grid-row: 2;
    }

    .theme49-section-hero .theme49-text-image {
        display: contents
    }

    .theme49-section-hero .theme49-text-image__content {
        display: contents;
    }

    .theme49-section-hero .wp-block-heading {
        margin-bottom: 0;
    }

    .theme49-wrapper.theme49-section-hero {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .theme49-section-hero > p {
        margin-top: 0;
    }
  
     h3 {
        margin-bottom: 8px;
    }
    p {
        margin-bottom: 0;
    }
  
  .wp-block-buttons.is-content-justification-center.is-layout-flex.wp-container-core-buttons-is-layout-a89b3969.wp-block-buttons-is-layout-flex {
    width: 100%;
}
  
  .wp-block-button {
    flex: 1;
}
  
  .wp-block-buttons .wp-block-button__link {
    width: 100%;
    padding: 16px !important;
}
}

@media (min-width: 768px) {
    .theme49-footer__logos, .theme49-footer__nav {
        position: relative;
        place-self: stretch
    }

    .theme49-footer__logos::before, .theme49-footer__nav::before, .theme49-external-links::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 1px;
        height: 100%;
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }


    .theme49-text-image:has(img:not(:first-child):not(:last-child)) {
        grid-template-columns:repeat(2, 1fr)
    }

    .theme49-text-image > *, .theme49-text-image > :not([class]) {
        margin: 0;
    }

    .theme49-text-image > :first-child, .theme49-text-image > :not([class]):first-child {
        margin-top: 0
    }

    .theme49-text-image img:first-child:last-child {
        grid-column: unset;
        grid-row: unset;
        margin: 0
    }

 
}

.theme49-text-image__content {
    overflow: hidden;
}
