#vsBusinessModal.right {
    transition: none !important;
}

#vsBusinessModal.right .modal-dialog {
    position: fixed;
    right: -480px;
    margin: 0;
    margin-right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    display: none;
    transform: none;
    top: 60px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #vsBusinessModal.right .modal-dialog {
        top: 64px;
        width: 480px;
    }
}

#vsBusinessModal.right .modal-header {
    padding: 0;
    border-bottom: none !important;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: var(--people-font-size-md);
}

#vsBusinessModal.right .modal-header .modal-title {
    width: 100%;
    font-size: var(--people-font-size-md);
    font-weight: 700;
}

#vsBusinessModal.right .modal-header .btn-close {
    background: none;
    border: none;
    color: var(--people-color-black);
    font-size: var(--people-font-size-xl);
    font-weight: bold;
    padding-right: 0;
    margin-right: -3px;
}

#vsBusinessModal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    padding: 0 20px;
    box-shadow: 0px 3px 6px var(--people-shadow-hint);
    border: 0;
}

#vsBusinessModal.right .modal-content hr {
    margin-top: 15px;
    margin-bottom: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
}

#vsBusinessModal.right .modal-body {
    padding: 15px 0 15px 0 !important;
}

#vsBusinessModal.right .modal-footer {
    border-top: none !important;
    padding-right: 0;
}

#vsBusinessModal.right .modal-footer .btn-close {
    border-color: var(--people-color-orange);
    background-color: var(--people-bg-gray-lighter);
    box-shadow: 0 0 0 .5px var(--people-color-orange);
    color: var(--people-color-orange);
}

#vsBusinessModal.right .modal-footer .btn-close:hover {
    background-color: var(--people-color-orange);
    color: var(--people-bg-gray-lighter);
}

.business-modal__description {
    margin-bottom: 15px;
}

.business-modal__item {
    list-style: disc;
    margin-left: 18px;
}

.business-modal__btn-white:focus {
    outline: none !important;
}

.business-modal__btn-small {
    font-size: var(--people-font-size-s) !important;
    font-weight: 700;
    height: 32px;
    width: 90px;
    min-width: 90px;
    line-height: 10px !important
}