/* inc/widgets/elementor/view_button/css/button.css */
.view-button-wrap {
    display: flex
}

.view-button {
    display: inline-flex;
    align-items: center;
    gap: .5rem; 
    line-height: 1;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: all 300ms;
}

.view-button:focus {
    outline: 2px solid rgba(0, 0, 0, .08);
    outline-offset: 2px
}

.view-button .view-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

/* Vuesax Icon alignment + Reels popup consistency fix */
.view-reels-popup .close-btn,
.view-video-popup .close-btn{
    position:absolute;
    top:15px;
    right:15px;
    z-index:9999;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}

.view-reels-popup i,
.view-video-popup i{
    color:#fff !important;
    font-size:20px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.view-reels-popup .nav-btn{
    display:flex;
    align-items:center;
    justify-content:center;
}
