.accountantPortalUserZoneIntegrations__heading {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bookAxonautExpert {
    border: none;
    display: flex;
    align-items: center;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 4px;
    background-color: #AFDF77;
    background-image: linear-gradient(to right, #74C814, rgba(255,255,255,0) 99%);
    transition: background-color .3s ease-in-out;
    margin-bottom: 8px;
    
    &:hover {
        text-decoration: none;
        background-color: #74C814;
    }

    & svg {
        transform: rotate(275deg) translateY(-5px) translateX(-4px);
    }

    & svg path {
        fill: #fff !important;
    }
}

.bookAxonautExpert__header {
    background: #2D95F8;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 4px;
    transition: background .2s ease-in-out;
    
    &:hover {
        text-decoration: none;
        background: #21406B;
    }
}