.datarequest-link {
    cursor: pointer;
    transition: color 0.3s ease;
}

.datarequest-link:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}

#dataRequestModal .modal-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

#dataRequestModal .modal-title {
    color: #333;
    font-weight: 600;
}

#dataRequestModal .modal-body {
    padding: 20px;
}

#dataRequestModal .panel {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}

#dataRequestModal .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0 0 15px 0;
}

#dataRequestModal .panel-body {
    padding: 0;
}