/* Previous CSS remains the same, just add these additional styles */

.result-box h3 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.result-box h4 {
    color: #34495e;
    margin: 5px 0 15px 0;
}

.result-details {
    margin-top: 15px;
}

.result-details table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.result-details th, .result-details td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.result-details th {
    background-color: #f2f2f2;
}

.remove-subject {
    background: #e74c3c !important;
    color: white !important;
    margin-left: 10px;
}

/* Rest of your existing CSS remains unchanged */