﻿.rich-text
{
    z-index: 1;
}
.rich-text-blocks
{
    width: 100%;
}
.rich-text-blocks.left .rich-text-buttons
{
    justify-content: flex-start;
}
.rich-text-blocks.right .rich-text-buttons
{
    justify-content: flex-end;
}
.rich-text-buttons
{
    margin-top: 2rem;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    word-break: break-word;
}
.rich-text-buttons.rich-text-buttons-multiple a
{
    flex-grow: 1;
}
.rich-text-buttons+.rich-text-buttons
{
    margin-top: 1rem;
}