#sacg-form {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    border-radius: 5px;
}

#sacg-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#sacg-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#sacg-form button {
    background: #0073aa;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#sacg-form button:hover {
    background: #005177;
}

#sacg-result {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}


        .details {
            padding: 10px;
            border: 2px solid #002f6c;
        }
        .details table {
            width: 100%;
        }
        .details table td {
            padding: 8px;
        }
