:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cf9467a */.exam-container{
max-width:850px;
margin:auto;
font-family:Arial, sans-serif;
color:#333;
}

.exam-title{
text-align:center;
font-size:28px;
margin-bottom:5px;
}

.exam-sub{
text-align:center;
color:#666;
margin-bottom:30px;
}

.rule-card{
background:#ffffff;
padding:22px;
margin-bottom:18px;
border-radius:10px;
box-shadow:0 3px 8px rgba(0,0,0,0.05);
line-height:1.7;
}

.rule-card h3{
margin-bottom:10px;
color:#222;
}

.rule-card ul{
padding-left:20px;
margin-top:10px;
}

.rule-card li{
margin-bottom:6px;
}

.rule-card.warning{
background:#fff5f5;
border-left:4px solid #ff4d4f;
}

.rule-card.statement{
background:#f2f8ff;
}

.agreement-box{
margin-top:20px;
padding:15px;
background:#eef6ff;
border-radius:8px;
text-align:center;
}

.start-btn{
margin-top:20px;
width:100%;
padding:14px;
font-size:16px;
border:none;
border-radius:8px;
background:#0073ff;
color:white;
cursor:pointer;
opacity:0.5;
}

.start-btn.enabled{
opacity:1;
}/* End custom CSS */