.op3-element[data-op3-element-type="taxonomy"] {
    width: 100%;

    .op3-element-taxonomy__children {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
    }

    .op3-element[data-op3-element-type="button"] {
        max-width: none;
        margin: 0;

        [data-op3-background="overlay"]::before,
        [data-op3-background="overlay"]::after {
            background-color: #bababa;
        }

        > .op3-link {
            padding: 0 16px;
            border-radius: 50px;

            .op3-text-container {
                font-size: 12px;
                line-height: 2;
            }
        }
    }
}
