/* Custom styles to override pc-style.css */

body {
    background-color: #f9f9f9;
}

.headerCol {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn, .btnLight, .btn_primary {
    border-radius: 8px; /* Softer corners */
    transition: all 0.3s ease;
}

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

/* Add more subtle refinements here */
