/* OFFICIAL_MATCHES_PUBLIC_3BUTTONS_V4 */

#omp-three-buttons{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

    gap:8px !important;

    flex-wrap:wrap !important;

    margin:0 0 10px 0 !important;
}


/*
 * Mantém a aparência ORIGINAL do botão
 * Rating Total. Só padronizamos tamanho.
 */
#omp-three-buttons .omp-three-btn{
    min-width:145px !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    margin:0 !important;

    white-space:nowrap !important;

    text-decoration:none !important;
}


@media(max-width:700px){

    #omp-three-buttons{
        gap:5px !important;
    }

    #omp-three-buttons .omp-three-btn{
        min-width:auto !important;
        flex:1 1 30% !important;

        padding-left:5px !important;
        padding-right:5px !important;

        font-size:8px !important;
    }

}
