.gpt-result-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    min-height: 680px;
}

.gpt-result-form-container {
    background: #fff;

    /*padding: 40px;*/
}

.result-wrapper {
    min-height: 530px;
}

.gpt-result-header {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 12px;
}


#gpt-result-form {
    padding: 16px;
    background: #f9f9f9;
    border-radius: 8px;
}

#gpt-result-form button {
    padding: 10px 40px;
    background: #007815;
    color: #fff;
    font-size: 18px;
    border: 0;
    border-radius: 6px;
}

#gpt-result-form select, #gpt-result-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px !important;
    font-size: 16px;
    color: #000 !important;
    height: 50px !important;
    background: #fff !important;
}

#gpt-result-form input {

}

.gpt-result-title {
    background-color: #007815;
    padding: 20px;
    flex: 2;
    border-radius: 7px;
}

.gpt-result-title h2 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.gpt-result-title p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

h3.exam-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.gpt-result-button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.gpt-result-button-container #download-pdf-btn, .gpt-result-button-container #search-again-btn {
    padding: 12px 24px;
    background-color: #007815;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;

}

.gpt-result-subject-details table tr td {
    padding: 2px 15px !important;
    font-size: 16px;
}

table.gpt-result-info-table {
    border: 1px solid #ccc;
}

table.gpt-result-info-table tr:nth-child(even) td {
     border-right-color: #fff !important;
}

table.gpt-result-info-table tr td, table.gpt-result-info-table tr th {
    padding: 2px 15px !important;
    font-size: 16px;
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

table.gpt-result-info-table tr td:last-child, table.gpt-result-info-table tr th:last-child {
    border-right: 0;
}

.gpt-result-subject-details tr.black12bold td {
    font-weight: 600;
    font-size: 16px;
    color: #000 !important;
}

.gpt-result-output.error-message {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
}