/* Burdigala Finance — Revenues API Sync V45 */

.revenue-sync-form{
    display:inline-flex;
    margin:0;
}

.revenue-sync-form .small-primary,
.revenue-sync-form button{
    width:56px;
    height:56px;
    border:0;
    border-radius:21px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#781428,#9f2340);
    color:#fff;
    font-size:28px;
    font-weight:1000;
    cursor:pointer;
    box-shadow:0 16px 34px rgba(120,20,40,.28);
}

.page-heading.with-action,
.with-action{
    align-items:center;
}

@media(max-width:620px){
    .revenue-sync-form .small-primary,
    .revenue-sync-form button{
        width:52px;
        height:52px;
        border-radius:19px;
        font-size:25px;
    }
}