.modal-header {
    background-color: var(--primary-blue);
    color: white;
}
.modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.modal-body strong {
    color: #333;
}
.modal-body .progress {
    height: 1.25rem;
    font-size: 0.8rem;
}
.modal-body hr {
    margin: 1.5rem 0;
}