

/* Start:/local/templates/newpolus/styles.css?17774825962760*/
body[contenteditable] .infoblock {
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 0.25rem;
    border: 0.125rem solid transparent;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

body[contenteditable] .infoblock-title {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    font-weight: 700;
}

body[contenteditable] .infoblock div svg {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    aspect-ratio: 1;
}

body[contenteditable] .infoblock--green {
    background: rgb(229, 255, 240, 1);
}

body[contenteditable] .infoblock--red {
    background-color: rgb(255, 232, 227, 1);
}

body[contenteditable] .infoblock--gray {
    background-color: rgb(242, 245, 247, 1);
}

body[contenteditable] img {
    width: 100%;
    max-height: 30rem;
    object-fit: contain;
}

body[contenteditable] .media-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

body[contenteditable] .media-group > * {
    width: 100%;
    height: 100%;
}

body[contenteditable] .media-group .infoblock {
    margin: 0;
}

body[contenteditable] .float-left {
    width: calc(50% - 0.5rem);
    float: left;
    margin-right: 1rem;
}

body[contenteditable] .float-right {
    width: calc(50% - 0.5rem);
    float: right;
    margin-left: 1rem;
}

body[contenteditable] ul {
    padding-left: 1.25rem;
    list-style: disc;
}

body[contenteditable] ol {
    padding-left: 1.25rem;
    list-style: decimal;
}

body[contenteditable] b,
body[contenteditable] strong {
    font-weight: 700;
}

body[contenteditable] h2,
body[contenteditable] h3,
body[contenteditable] h4,
body[contenteditable] h5,
body[contenteditable] h6 {
    line-height: 1.126em;
}

body[contenteditable] h1 {
    font-size: 2.875rem;
    line-height: 3.5rem;
}

body[contenteditable] h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

body[contenteditable] h3 {
    font-size: 1.6em;
}

body[contenteditable] h4 {
    font-size: 1.333em;
}

body[contenteditable] h5 {
    font-size: 1.2em;
}

body[contenteditable] h6 {
    font-size: 1.066em;
}


body[contenteditable] a {
    color: rgb(0, 217, 89, 1);
    cursor: pointer;
    text-decoration: underline rgb(0, 217, 89, 1);
}

body[contenteditable] a.hover,
body[contenteditable] a:hover {
    color: rgb(0, 204, 85, 1);
    text-decoration-color: rgb(0, 204, 85, 1);
}

@media (min-width: 905px) {
    body[contenteditable] .media-group {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }

    body[contenteditable] .float-left {
        width: calc(50% - 0.75rem);
        margin-right: 1.5rem;
    }

    body[contenteditable] .float-right {
        width: calc(50% - 0.75rem);
        margin-left: 1.5rem;
    }
}

/* End */
/* /local/templates/newpolus/styles.css?17774825962760 */
