:root {
    --vs-theme-color1: #1CA2BA;
}

[data-aos^="fade"][data-aos^="fade"] {
    padding: 10px !important;
}

/* Disable text-capitalize site-wide for Ukrainian text */
.text-capitalize {
    text-transform: none !important;
}

/* Emulate template utility classes for WYSIWYG typography */
.content-typography p {
    margin-block-start: var(--size-5);
}

.content-typography h2, 
.content-typography h3, 
.content-typography h4, 
.content-typography h5, 
.content-typography h6 {
    margin-block-start: var(--size-8);
}

/* Ensure standard lists look good */
.content-typography ul {
    margin-block-start: var(--size-5);
    padding-left: 1.5rem;
    list-style-type: disc;
}

.content-typography ol {
    margin-block-start: var(--size-5);
    padding-left: 1.5rem;
    list-style-type: decimal;
}

.content-typography li {
    margin-bottom: var(--size-2);
}

/* Themed figure images inside WYSIWYG content */
.content-typography figure.split-reveal {
    margin-block-start: var(--size-5);
    margin-inline: 0;
    width: 100%;
    max-width: 100%;
}

.content-typography figure.split-reveal img {
    max-height: 500px;
    width: 100%;
}