.cta-country .cta-text p img {
    display: inline;
}

.cta-country .cta-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 0;
}

.cta-country .cta-text p:not(:last-child),
.editor-styles-wrapper .cta-country .cta-text p:not(:last-child) {
    margin-bottom: 25px;
}

.cta-country .cta-button-container {
    display: flex;
    gap: 15px;
}

.cta-country .cta-button-container--row {
    flex-direction: row;
    flex-wrap: wrap;

    .cta-button {
        width: fit-content;
    }

    @media only screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.cta-text ul,
.cta-text ol {
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-grey-100);
    margin-bottom: 25px;
    padding-left: 15px;
}

.cta-text li > ul,
.cta-text li > ol {
    margin-bottom: 0;
}

.cta-text ul {
    list-style: disc;
}

.cta-text ol {
    list-style: auto;
}

.cta-text a {
    color: var(--color-dark-blue);
    font-weight: 700;
}

.cta-country .cta-button-container--column {
    flex-direction: column;

    .cta-button {
        width: 100%;

        .cta-button__inner {
            justify-content: flex-start;

            @media only screen and (max-width: 768px) {
                justify-content: center;
            }

            .cta-button__inner-icon {
                margin-left: auto;

                @media only screen and (max-width: 768px) {
                    margin-left: 0;
                }
            }
        }
    }
}

.editor-styles-wrapper .cta-country :is(h1, h2, h3, h4, h5, h6, p) {
    padding: 0 0 !important;
}
