:host {
    --dx-c-formatted-rich-text-inline-link-color: var(--dx-g-blue-vibrant-40);
    --dx-c-formatted-rich-text-inline-link-color-hover: var(
        --dx-g-blue-vibrant-30
    );
}

a {
    color: var(--dx-c-formatted-rich-text-inline-link-color);
    transition: var(--dx-g-transition-hue-1x);
}

a:hover {
    color: var(--dx-c-formatted-rich-text-inline-link-color-hover);
}

ol {
    list-style-type: var(--dx-c-formatted-rich-text-list-style-type, disc);
}

ol ol {
    list-style-type: var(
        --dx-c-formatted-rich-text-list-style-type-secondary,
        disc
    );
}

@media screen and (min-width: 480px) {
    .mobile-break {
        display: none;
    }
}
