.consent-button {
    padding: 12px 25px;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    min-width: 120px;
}

.consent-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.consent-button:active {
    transform: translateY(0);
}

#consentBtn:hover {
    background: #27ae60 !important;
}

#rejectBtn:hover {
    background: #c0392b !important;
}
