.wp-block-tenup-carousel__controls {
        display: flex;
        justify-content: space-between;
        margin-top: var(--wp--preset--spacing--xs)
    }

    .wp-block-tenup-carousel__navigation {
        align-items: center;
        display: flex;
        justify-content: flex-start
    }

    .wp-block-tenup-carousel__navigation-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        border-radius: none;
        cursor: pointer;
        margin: 0;
        padding: 0
    }
