/* css for secondary button starts*/
.is-style-zoom-button-secondary .wp-element-button {
    border: 1px solid #2D8CFF;
    color: #2D8CFF;
    background: transparent;
    padding: 1rem 3rem;
    border-radius: 50px;
    font-size: 20px
}

.is-style-zoom-button-primary .wp-element-button {
    border: 1px solid #2D8CFF;
    color: #F8F8F8;
    padding: 1rem 3rem;
    border-radius: 50px;
    font-size: 20px
}
/* css for secondary button ends*/


/*speakers list design starts */

.cm-vcz-speaker ul li:nth-child(even) .wp-block-group{
    flex-direction: column-reverse;
}

.cm-vcz-speaker ul li .wp-block-group .wp-block-post-excerpt p{
    color: #2D8CFF;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

/*speakers list design ends */