/* atty: accordion */
.ui-accordion-header {
    pointer-events: none;
}
.ui-accordion-content {
    display: block !important;
}
.staff-content__accordion h3:after {
    display: none;
}

/* attorney landing page */
.staff-c {
    position: relative;
}

/* BTN payment */
.btn_header_payment__container {
    padding: 20px 0 0 0;
}
.btn_header_payment__container p {
    margin: 0;
    padding: 0;
}
a.btn-payment {
    display: block;
    margin: 0;
    padding: 12px 25px;
    color: white !important;
    font-weight: 600;
    text-align: center;
    background-color: var(--color1);
    border-radius: 25px;
    width: 100%;
    max-width: 300px;
}
.btn_header_payment__container a.btn-payment {
    max-width: 200px;
}
a.btn-payment:hover {
    background-color: var(--color2);
}