﻿body {
    background-color: #f8f9fa;
}

.details-box {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.details-table th {
    background-color: #d7e9e1;
    color: #073720;
    width: 25%;
    vertical-align: middle;
}

.details-table td {
    background-color: #fff;
    font-weight:bold;
    font-size:1rem;
}

.action-buttons a {
    min-width: 120px;
}

@media (max-width: 768px) {
    .details-box {
        padding: 15px;
    }

    .details-table th,
    .details-table td {
        font-size: 0.9rem;
    }
}
