.ielts-test-wrapper {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#ielts-timer-bar {
    position: sticky;
    top: 0;
    background: #f8f9fa;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    z-index: 100;
}

.ielts-section {
    margin-bottom: 40px;
}

.ielts-question {
    background: #f1f3f5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-style: italic;
    color: #495057;
    line-height: 1.6;
}

.ielts-test-wrapper textarea {
    width: 100%;
    height: 250px;
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    resize: vertical;
}

.word-count {
    text-align: right;
    font-size: 14px;
    color: #868e96;
    margin-top: 5px;
}

#ielts-submit-btn {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}

#ielts-start-screen {
    text-align: center;
    padding: 40px 0;
}

#ielts-start-btn {
    padding: 15px 40px;
    font-size: 20px;
}