.tests-container{font-family:'Nunito',sans-serif;max-width:820px;margin:0 auto;color:#2C2420;padding:0 0 40px;}
.tests-intro{font-size:15px;color:#5A4F47;line-height:1.7;margin:0 auto 32px;max-width:600px;text-align:center;}
.tests-grid{display:flex;flex-direction:column;gap:12px;}
.test-card{display:flex;gap:16px;padding:16px 20px;background:#FFFBF5;border:1px solid #E2D5C5;border-radius:12px;text-decoration:none;color:inherit;transition:border-color 0.2s;}
.test-card:hover{border-color:#5FA9DE;text-decoration:none;color:inherit;}
.test-card-img{width:100px;height:100px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f2f3f5;}
.test-card-body{flex:1;min-width:0;}
.test-card-title{font-size:16px;font-weight:700;color:#282424;margin:0 0 4px;}
.test-card-meta{font-size:12px;color:#8A7F75;margin:0 0 6px;}
.test-card-excerpt{font-size:13px;color:#5A4F47;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.tests-empty{text-align:center;padding:48px 20px;color:#8A7F75;font-size:15px;background:#FFFBF5;border:1px solid #E2D5C5;border-radius:12px;line-height:1.7;}
.tests-cta{text-align:center;margin-top:32px;padding:20px;background:#f2f3f5;border-radius:12px;font-size:14px;color:#5A4F47;}
.tests-cta a{color:#5FA9DE;font-weight:600;text-decoration:none;}
@media(max-width:600px){.test-card{flex-direction:column;}.test-card-img{width:100%;height:160px;}}
