.hp-modal .modal-dialog {
    max-width: 500px;
}

.hp-modal .modal-content {
    background-color: #f8f9fa;
    border: none;
    border-radius: 6px;
    padding: 2rem;
}

.hp-modal .modal-header {
    background-color: transparent;
    border: none;
}

.hp-modal .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.hp-modal .modal-title {
    color: var(--bs-gray-dark);
    font-size: 2.5rem;
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.hp-modal .modal-title:after {
    position: absolute;
    content: '';
    bottom: -1.5rem;
    left: 20%;
    width: 60%;
    height: 2px;
    background-color: var(--primary-color);
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.hp-modal .modal-body .check-circled path {
    fill: var(--primary-color);
}

.hp-modal .modal-body {
    padding: 0;
}

.hp-modal .modal-body .modal-message {
    padding: 0;
    text-wrap: balance;
}

.hp-modal .modal-footer {
    flex-direction: column;
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 1rem;
}

.hp-modal .btn {
    border: none;
    width: 100%;
    max-width: 300px;
}