.rk-mental-check {
    --rk-mc-orange: #ea5e20;
    --rk-mc-navy: #0d1520;
    max-width: 760px;
    margin: 0 auto;
    font-family: inherit;
}

.rk-mc-category {
    margin-bottom: 2rem;
}

.rk-mc-category-title {
    color: var(--rk-mc-navy);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--rk-mc-orange);
}

.rk-mc-question {
    margin-bottom: 1.25rem;
}

.rk-mc-question-text {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.rk-mc-question-number {
    color: var(--rk-mc-orange);
    font-weight: 700;
    margin-right: 0.35rem;
}

.rk-mc-scale {
    display: flex;
    gap: 0.75rem;
}

.rk-mc-scale-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    font-size: 0.85rem;
}

.rk-mc-scale-option input {
    width: 20px;
    height: 20px;
    accent-color: var(--rk-mc-orange);
}

.rk-mc-scale-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #777;
    margin-top: 0.25rem;
    max-width: 220px;
}

.rk-mc-field {
    margin-bottom: 1rem;
}

.rk-mc-field label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

.rk-mc-field input {
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.rk-mc-submit {
    background: var(--rk-mc-orange);
    color: #fff;
    border: none;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.rk-mc-submit:hover {
    background: #d94f16;
}

.rk-mc-result h2 {
    color: var(--rk-mc-navy);
    text-align: center;
}

.rk-mc-result-intro {
    text-align: center;
    margin-bottom: 2rem;
}

.rk-mc-overall {
    text-align: center;
    margin-bottom: 2.5rem;
}

.rk-mc-overall-score {
    font-size: 4rem;
    font-weight: 800;
    color: var(--rk-mc-orange);
    line-height: 1;
}

.rk-mc-overall-label {
    color: #777;
}

.rk-mc-category-result {
    margin-bottom: 1.25rem;
}

.rk-mc-category-result-head {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: var(--rk-mc-navy);
}

.rk-mc-bar {
    background: #eee;
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
}

.rk-mc-bar-fill {
    background: var(--rk-mc-orange);
    height: 100%;
    border-radius: 999px;
}

.rk-mc-disclaimer {
    font-size: 0.8rem;
    color: #888;
    text-align: center;
    margin-top: 2rem;
}
