body{
background:#edeaf7;
font-family:Segoe UI, Arial;
}

#rhc-quiz-wrapper{
max-width:1100px;
margin:40px auto;
}

.quiz-header{
background:#2b2a73;
padding:40px;
color:#fff;
border-radius:8px 8px 0 0;
}

.quiz-header-inner{
align-items:center;
gap:15px;
}

.quiz-header-inner h2 {
    font-size: 2rem;
    color: white;
    padding-top: 20px;
    margin-bottom: 0px;
}

.quiz-logo{
max-width: 250px !important;
}

.quiz-container{
background:#fff;
padding:40px;
border-radius:0 0 8px 8px;
box-shadow:0 3px 15px rgba(0,0,0,0.1);
}

.quiz-info{
text-align:left;
}

.quiz-duration{
font-weight:600;
margin-bottom:10px;
}

.quiz-topbar{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:20px;
}

.progress-bar{
width:70%;
height:6px;
background:#ddd;
border-radius:4px;
overflow:hidden;
}

.progress-fill{
height:100%;
width:50%;
background:#2b2a73;
}

.timer{
font-weight:600;
}

input{
width:100%;
padding:12px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:6px;
}

#startQuiz{
    color: white;
}
.question{
margin-bottom:30px;
}

.question h4{
margin-bottom:10px;
}

.question label {
    display: flex;
    padding: 8px 0;
    gap: 20px;
}

.question input[type="radio"] {
    max-width: 15px;
}

.quiz-actions button{
    color: white;
}

.quiz-actions{
display:flex;
gap:10px;
}

button{
background:#2b2a73;
color:white;
border:none;
padding:10px 20px;
border-radius:6px;
cursor:pointer;
}

.quiz-form .step1 input{
    margin: 10px 0;
}

.quiz-form .step1 button#nextStep{
    color: white;
}

label{
display:block;
font-weight:600;
margin-bottom:6px;
}

.form-error{
background:#ffeaea;
padding:10px;
border-radius:5px;
}

.quiz-loader{
text-align:center;
padding:20px;
}

.loader-spinner{
width:40px;
height:40px;
border:4px solid #ddd;
border-top:4px solid #2b2a73;
border-radius:50%;
animation:spin 1s linear infinite;
margin:auto;
margin-bottom:10px;
}

@keyframes spin{
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}

.question-error{
border-left:4px solid #e74c3c;
padding-left:10px;
background:#fff5f5;
}

.page-id-144059 #header-space,.page-id-144059 header#top,.page-id-144059 div#footer-outer{
    display: none;
}