
.result-box {
    font-family: 'Segoe UI', sans-serif;
    background: #ffffff;
    padding: 25px;
    border-left: 8px solid #0073aa;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-top: 20px;
}
.result-box h3 {
    color: #0073aa;
    margin-bottom: 15px;
}
.result-box table {
    width: 100%;
    border-collapse: collapse;
}
.result-box th {
    text-align: left;
    background: #f1f1f1;
    padding: 8px;
    width: 40%;
    color: #333;
}
.result-box td {
    padding: 8px;
    border-bottom: 1px solid #eee;
}
.print-buttons {
    margin-top: 20px;
}
.print-buttons button {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.print-buttons button:hover {
    background-color: #005f8d;
}
