.modal-content.rounded-4 {
    border-radius: 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-header.bg-primary {
    background-color: var(--primary);
    color: white;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.modal-title {
    font-weight: bold;
}

.modal-body {
    padding-top: 1rem;
}

.modal-footer {
    justify-content: space-between;
}
