/* Block Style: Kurz & Akzent (Trennlinie) */

.wp-block-separator.is-style-accent-short {
    width: 6rem !important;
    /* w-24 */
    height: 0.25rem !important;
    /* h-1 */
    background-color: var(--wp--preset--color--accent-dark, #e57373) !important;
    border: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2rem !important;
    /* mt-8 */
    border-radius: 9999px !important;
    /* rounded-full */
    opacity: 1 !important;
}