.exams-container-wrapper{width:100%;display:flex;justify-content:center;padding:40px 16px}.exams-container{width:100%;max-width:1400px;background-color:#fff;border-radius:14px;padding:32px 32px 40px;box-shadow:0 4px 14px rgba(0,0,0,.06)}.exams-title{font-size:2.2rem;font-weight:700;margin-bottom:12px}.exams-intro{font-size:1.05rem;line-height:1.6;margin-bottom:40px;color:#333}.exam-levels-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.exam-level-box{border:1px solid #ddd;border-radius:10px;padding:18px;background-color:#fafafa;display:flex;flex-direction:column}.exam-level-title{font-size:1.2rem;font-weight:600;margin-bottom:14px}.exam-section{margin-bottom:16px}.exam-section h3{font-size:1rem;margin-bottom:8px;font-weight:600}.exam-buttons{display:flex;flex-direction:column;gap:8px}.exam-button{padding:9px 10px;background-color:#fff;border:1px solid #ccc;border-radius:6px;text-decoration:none;color:#000;font-size:.9rem;text-align:center;transition:background-color .15s ease,border-color .15s ease}.exam-button:hover{background-color:#f0f0f0;border-color:#999}.exam-button-recent{border-color:#4caf50;background-color:#f3fff6}.exam-button-recent:hover{background-color:#e6f7ea}.exam-empty{font-size:.85rem;color:#777;font-style:italic;text-align:center}.exams-divider{border:none;height:1px;background-color:#000;margin:50px 0 30px}.exams-footer{font-size:1rem;line-height:1.6;color:#333}@media (max-width:1200px){.exam-levels-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.exam-levels-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.exam-levels-grid{grid-template-columns:1fr}.exams-container{padding:24px 18px 30px}}