.ept-test,
.ept-result {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.ept-progress {
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 2rem;
    display: flex;
    gap: 2rem;
}

.ept-user-details {
    margin-bottom: 2rem;
}

.ept-user-details label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.ept-user-details input {
    width: 100%;
    max-width: 400px;
    padding: 0.5rem;
}

.ept-question {
    padding: 1rem 0;
    border-top: 1px solid #eee;
}

.ept-question h3 {
    margin-bottom: 0.5rem;
}

.ept-question-text {
    font-weight: 600;
}

.ept-options {
    display: grid;
    gap: 0.5rem;
}

.ept-option {
    display: block;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
}

.ept-option:hover {
    background: #f7f7f7;
}

.ept-submit,
.ept-start {
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 6px;
    background: #2271b1;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.ept-submit:hover,
.ept-start:hover {
    background: #135e96;
}

.ept-level,
.ept-score {
    font-size: 1.2rem;
}
.ept-user-info {
    background: #f0f8ff;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border-left: 4px solid #007cba;
}

.ept-user-info p {
    margin: 0.25rem 0;
}

.ept-history {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.ept-history-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.ept-history-table th,
.ept-history-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.ept-history-table th {
    background: #f7f7f7;
    font-weight: 600;
}

.ept-history-table tr:hover {
    background: #f9f9f9;
}

.ept-view-result,
.ept-take-test,
.ept-history-link {
    display: inline-block;
    color: #007cba;
    text-decoration: none;
    font-weight: 600;
    padding: 0.35rem 0.8rem;
    border: 1px solid #007cba;
    border-radius: 4px;
    transition: background 0.2s ease, color 0.2s ease;
}

.ept-view-result:hover,
.ept-take-test:hover,
.ept-history-link:hover {
    background: #007cba;
    color: #fff;
    text-decoration: none;
}

.ept-start {
    background: #007cba;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.ept-start:hover {
    background: #005a87;
}

.ept-review {
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    background: #fafafa;
    border-radius: 6px;
}

.ept-review-list {
    list-style: decimal inside;
    margin: 0;
    padding: 0;
}

.ept-review-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.ept-question-text {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.ept-user-answer,
.ept-correct-answer,
.ept-explanation {
    margin: 0.25rem 0;
}

.ept-correct {
    color: #2c7a7b;
    font-weight: 700;
}

.ept-incorrect {
    color: #c53030;
    font-weight: 700;
}
