/* ***************** *******************************************************************
* WordPress Theme  | LanteasOpenSoclePremiumThemeChild [Avia table Link actions] - Lanteas
* ***************** *******************************************************************
*/

/* Deprecated */
#top .avia-table td a[href] {
display: inline-flex;
align-items: center;
justify-content: center;
}
#top .avia-table td a[href] .av-icon-char {
display: flex;
align-items: center;
justify-content: center;
font-size: 22px !important;
line-height: 22px !important;
margin: 0 0.125rem;
}


/* Features 2.3 (#2853) */

.custom-icon-action-link{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
td.custom-icon-action-link{ display: table-cell !important; }

.custom-icon-action-link a[href] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-icon-action-link a[href] .av-icon-char {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    line-height: 22px !important;
    margin: 0 0.125rem;
}
