.ovls-page {
    padding: 48px 16px;
    background-image: url("https://szorgosd.hu/wp-content/uploads/2026/05/szdHero2-scaled.webp");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.ovls-page::after {
    content: '';
    background-color: #000000;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}
.ovls-container {
    width: min(1320px, 100%);
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.ovls-question-container {
    width: min(820px, 100%);
    z-index: 1;
    position: relative;
}

.ovls-header {
    margin-bottom: 32px;
}

.ovls-header h1,
.ovls-question-box h1 {
    margin: 0 0 12px;
    line-height: 1.15;
    font-size: 32px;
    text-align: center;
}
.ovls-header h1{
    color: #fff;
}
.ovls-header.head-blue h1{
    color: var(--sp-gradient1)!important;
}
.ovls-header p {
    color: #fff;
    margin: 0;
    opacity: 0.78;
    text-align: center;
}

.ovls-actions {
    margin-bottom: 24px;
}

.ovls-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 12px 22px;
    background: #111827;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.ovls-button:hover {
    color: #fff;
    opacity: 0.92;
}

.ovls-question-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ovls-question-card,
.ovls-question-box,
.ovls-empty,
.ovls-notice {
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.ovls-question-card {
    padding: 14px;
}

.ovls-question-card h2 {
    margin: 18px 0;
    font-size: 16px;
    line-height: 1.25;
}

.ovls-question-card h2 a {
    color: inherit;
    text-decoration: none;
}

.ovls-card-text{
    font-size: 14px;
}

.ovls-card-link {
    display: block;
    color: #111827;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    background: rgba(26, 188, 156, 0.3);
    border: 1px solid rgba(26, 188, 156, 0.9);
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    padding: 4px;
}

.ovls-back-link{
    color: #fff;
    font-weight: 700;
}
.ovls-question-card-meta,
.ovls-question-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ovls-question-card-meta span,
.ovls-question-meta span {
    display: flex;
    align-items: center;
    border-radius: 999px;
    padding: 3px 9px;
    background: rgba(17, 24, 39, 0.07);
    font-size: 11px;
    font-weight: 600;
    /* border: 1px solid rgba(17, 24, 39, 0.09); */
}

/* .ovls-question-card-meta span:nth-of-type(1),
.ovls-question-meta span:nth-of-type(1) {
    background: rgba(155, 89, 182, 0.3);
    border-color: rgba(155, 89, 182, 0.9);
}

.ovls-question-card-meta span:nth-of-type(2),
.ovls-question-meta span:nth-of-type(2) {
    background: rgba(52, 152, 219, 0.3);
    border-color: rgba(52, 152, 219, 0.9);
} */

.ovls-question-box {
    margin-top: 16px;
    padding: 28px;
}

.ovls-question-number {
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: 800;
    opacity: 0.72;
}

.ovls-question-image {
    margin: 20px 0;
}

.ovls-question-image img {
    display: block;
    max-width: 100%;
    border-radius: 16px;
    margin: auto;
}

.ovls-answer-form {
    margin-top: 24px;
}

.ovls-answer-list {
    display: flex;
    flex-flow: row;
    gap: 12px;
    margin-bottom: 24px;
}

.ovls-answer-option {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 14px;
    cursor: pointer;
    flex: 1 1 auto;
}

.ovls-answer-option:hover {
    background: rgba(17, 24, 39, 0.03);
}

.ovls-answer-option input {
    position: relative;
    display: none!important;
}

.ovls-empty,
.ovls-notice {
    padding: 18px 20px;
}

.ovls-notice {
    margin-bottom: 18px;
}

.ovls-notice-success {
    border-color: rgba(22, 163, 74, 0.25);
    background: rgba(22, 163, 74, 0.08);
}

.ovls-notice-error {
    border-color: rgba(220, 38, 38, 0.25);
    background: rgba(220, 38, 38, 0.08);
}
.ovls-question-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.ovls-stat {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: rgba(17, 24, 39, 0.03);
}

.ovls-stat-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
}
.ovls-stat-points {
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.25);
}

.ovls-stat-correct {
    background: rgba(22, 163, 74, 0.08);
    border-color: rgba(22, 163, 74, 0.25);
}

.ovls-stat-wrong {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.25);
}

.ovls-stat-time {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.25);
}
.ovls-answer-result {
    margin: 24px 0;
    border-radius: 14px;
    padding: 15px;
    border: 1px solid rgba(17, 24, 39, 0.12);
}

.ovls-answer-result h2 {
    margin: 0;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #b91c1c;
}

.ovls-answer-result.is-correct h2{
    color: #16a34a;
}

.ovls-found-bug{
    background-color: #c00000!important;
    border-color: #c00000!important;
}

.ovls-answer-result.is-correct {
    background: rgba(22, 163, 74, 0.08);
    border-color: rgba(22, 163, 74, 0.25);
}

.ovls-answer-result.is-wrong {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.25);
}
.ovls-success-container img{
    margin: auto;
}
.ovls-success-container .ovls-certificate-button{
    display: block;
    margin: auto;
    background: rgba(22, 163, 74, 0.08);
    border: 2px solid rgba(22, 163, 74, 0.25);
    color: #000;
    padding: 10px 80px;
    font-size: 20px;
    text-transform: uppercase;
    animation: ovls-grow 2.5s ease;
    animation-iteration-count: infinite;
}
.ovls-button-secondary{
    background: #adaeaf!important;
}
.ovls-answer-form.is-answered .ovls-answer-option {
    cursor: default;
}

.ovls-answer-form.is-answered .ovls-answer-option input {
    pointer-events: none;

}
.ovls-answer-option.is-selected {
    font-weight: 600;
    background: rgba(41, 128, 185, 0.3);
    border-color: rgba(41, 128, 185, 0.9);
}

.ovls-answer-option.is-correct {
    border-color: rgba(22, 163, 74, 0.8);
    background: rgba(22, 163, 74, 0.12);
}

.ovls-answer-option.is-wrong {
    border-color: rgba(220, 38, 38, 0.8);
    background: rgba(220, 38, 38, 0.12);
}

.ovls-answer-option.is-correct::before {
    content: "✅";
    font-size: 14px;
    margin-bottom: 10px;
    background-color: rgb(21 128 61 / 20%);
    border: 1px solid #15803d;
    border-radius: 999px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ovls-answer-option.is-wrong::before {
    content: "❌";
    font-size: 14px;
    margin-bottom: 10px;
    background-color: rgba(185, 28, 28, 0.3);
    border: 1px solid #b91c1c;
    border-radius: 999px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* a helyes válasz mindig */
.ovls-answer-option.is-correct-answer {
    border-color: rgba(22, 163, 74, 0.5);
}

.ovls-answer-option.is-correct-answer::before {
    content: "✅";
    font-size: 14px;
    margin-bottom: 10px;
    background-color: rgb(21 128 61 / 20%);
    border: 1px solid #15803d;
    border-radius: 999px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* külön jelölés, ha NEM ezt választotta */
.ovls-answer-option.is-correct-answer:not(.is-selected) {
    background: rgba(22, 163, 74, 0.08);
}

.ovls-progress {
    margin: 18px 0 24px;
}

.ovls-progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 14px;
}

.ovls-progress-top span {
    font-weight: 700;
    opacity: 0.75;
}

.ovls-progress-top strong {
    font-weight: 800;
}

.ovls-progress-bar {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.08);
    overflow: hidden;
}

.ovls-progress-fill {
    height: 100%;
    border-radius: inherit;
    background: #111827;
    transition: width 0.3s ease;
}

.ovls-archive-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.ovls-filter-sidebar {
    position: sticky;
    top: 24px;
}

.ovls-filter-form {
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
}

.ovls-filter-group {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.ovls-filter-group:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.ovls-filter-group h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
}

.ovls-filter-option {
    display: flex;
    align-items: center;
    position: relative;
    gap: 2px;
    margin-bottom: 9px;
    cursor: pointer;
    font-size: 14px;
}

.ovls-filter-option input {
    margin: 0;
    position: relative;
}

.ovls-filter-submit {
    width: 100%;
    margin-top: 8px;
}

.ovls-filter-reset {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-weight: 700;
    color: #111827;
}

.ovls-archive-results {
    min-width: 0;
}

.ovls-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.ovls-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.14);
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.ovls-page-link.is-active {
    background: rgb(241 196 15 / 30%);
    color: #fff;
    border-color: rgb(241 196 15 / 90%);
}

.ovls-result-box .ovls-answer-result {
    margin-top: 0;
    margin-bottom: 24px;
}

.ovls-result-box .ovls-answer-result h1 {
    margin: 0;
}

.ovls-result-box .ovls-answer-result p {
    margin: 0;
    margin-left: 20px;
}

.ovls-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

@media (max-width: 900px) {
    .ovls-archive-layout {
        grid-template-columns: 1fr;
    }

    .ovls-filter-sidebar {
        position: static;
    }
}

@media (max-width: 1230px) {
    .ovls-question-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .ovls-question-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .ovls-question-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .ovls-page {
        padding: 32px 14px;
    }

    .ovls-question-list {
        grid-template-columns: 1fr;
    }

    .ovls-question-box {
        padding: 20px;
    }
}

/* Single question redesign */
.ovls-single.ovls-page{
    background: #fbfcff;
    background-image: none;
    /* overflow: hidden; */
}
.ovls-single.ovls-page::after{
    display: none;
}
.ovls-single .ovls-question-container{
    width: min(1320px, 100%);
}
.ovls-question-shell{
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
.ovls-question-rail{
    position: sticky;
    top: 130px;
}
.ovls-back-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #1d2550;
    font-weight: 700;
}
.ovls-rail-card{
    display: flex;
    flex-flow: column;
    position: relative;
    min-height: calc(100vh - 140px);
    padding: 24px 18px 22px;
    border: 1px solid rgba(224, 230, 245, 0.95);
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 80%, rgba(191, 167, 255, 0.22) 0 58px, transparent 60px),
        radial-gradient(circle at 100% 100%, rgba(191, 167, 255, 0.20) 0 92px, transparent 94px),
        #ffffff;
    box-shadow: 0 16px 34px rgba(18, 40, 82, 0.08);
    overflow: hidden;
}
.ovls-rail-card::after{
    content: "";
    position: absolute;
    left: -26px;
    bottom: -26px;
    width: 190px;
    height: 190px;
    border-radius: 52% 48% 44% 56%;
    background:
        linear-gradient(180deg, rgba(128, 74, 231, 0.16) 0 44%, rgba(93, 55, 214, 0.22) 44% 100%);
    transform: rotate(-16deg);
    filter: blur(0.2px);
}
.ovls-rail-card::before{
    content: "";
    position: absolute;
    left: -20px;
    bottom: -60px;
    width: 190px;
    height: 215px;
    background: url("/wp-content/themes/gradiant-child/assets/img/new/tanulasBG.png");
    background-size: cover;
    background-position: center;
    z-index: 2;
}
.ovls-rail-badge{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding-bottom: 10px;
}
.ovls-rail-badge-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #8f50ff 0%, #5d36e4 100%);
    color: #fff;
    font-size: 30px;
    box-shadow: 0 14px 28px rgba(93, 55, 214, 0.18);
}
.ovls-rail-badge strong{
    color: #0d1942;
    font-size: 16px;
}
.ovls-rail-badge span{
    color: #0d1942;
    font-size: 13px;
}
.ovls-rail-badge span.ovls-rail-badge-icon{
    color: #fff;
}
.ovls-rail-progress{
    position: relative;
    z-index: 1;
    margin-top: 18px;
    padding: 18px 14px 20px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(226, 230, 241, 0.9);
    border-radius: 22px;
    box-shadow: 0 10px 26px rgba(18, 40, 82, 0.05);
    flex: 1 1 auto;
}
.ovls-rail-progress-head{
    margin-bottom: 18px;
}
.ovls-rail-progress-head span{
    display: block;
    color: #0d1942;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px;
}
.ovls-rail-progress-head strong{
    color: #6a7892;
    font-size: 14px;
    font-weight: 600;
}
.ovls-rail-steps{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    min-height: 360px;
    padding: 8px 0 4px;
}
.ovls-rail-steps span{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d7dfea;
    background: #fff;
    color: transparent;
    font-size: 0;
}
.ovls-rail-steps span:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 2px;
    height: 30px;
    transform: translateX(-50%);
    background: #e6ebf5;
}
.ovls-rail-steps span.is-active{
    width: 42px;
    height: 42px;
    background: linear-gradient(180deg, #8f50ff 0%, #5d36e4 100%);
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(93, 55, 214, 0.18);
}
.ovls-rail-steps span.is-active::after{
    background: #cfc0ff;
}
.ovls-rail-steps span.is-complete{
    background: #eef0ff;
    border-color: #d7ddfb;
}
.ovls-rail-steps span.is-complete::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8f50ff;
}
.ovls-rail-steps span.is-complete:nth-of-type(2):before{
    background: #1d9dba;
}
.ovls-rail-steps span.is-complete:nth-of-type(3):before{
    background: #fc8301;
}
.ovls-rail-steps span.is-complete:nth-of-type(4):before{
    background: #0066c4;
}
.ovls-rail-steps span.is-complete:nth-of-type(5):before{
    background: #4d5e84;
}
.ovls-rail-steps span.is-complete:nth-of-type(6):before{
    background: #f16006;
}
.ovls-rail-steps span.is-complete:nth-of-type(7):before{
    background: #e94b73;
}
.ovls-rail-steps span.is-complete:nth-of-type(8):before{
    background: #855541;
}
.ovls-rail-steps span.is-complete:nth-of-type(9):before{
    background: #f5a001;
}
.ovls-rail-steps span.is-complete:nth-of-type(10):before{
    background: #008e9f;
}
.ovls-question-main{
    border: 1px solid rgba(224, 230, 245, 0.95);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(18, 40, 82, 0.08);
    padding: 22px 24px 24px;
    margin-top: 0;
}
.ovls-question-topbar{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.ovls-question-actions{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.ovls-icon-button,
.ovls-action-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 16px;
    border: 1px solid rgba(220, 226, 238, 0.95);
    background: #fff;
    color: #1d2550;
    box-shadow: 0 8px 18px rgba(18, 40, 82, 0.05);
    font-size: 14px;
}
.ovls-icon-button{
    width: 48px;
    padding: 0;
}
.ovls-action-pill{
    gap: 10px;
    font-weight: 600;
    text-decoration: none;
}
.ovls-action-ghost{
    background: #fff;
}
.ovls-question-meta{
    gap: 10px;
}
.ovls-question-meta span{
    min-height: 34px;
    padding: 7px 12px;
    gap: 8px;
    background: #f6f3ff;
    border-color: rgba(198, 180, 255, 0.65);
    color: #6f41e8;
    font-size: 13px;
}
.ovls-question-meta span:nth-of-type(2){
    background: #edf7ff;
    border-color: rgba(171, 217, 255, 0.8);
    color: #2f73df;
}
.ovls-question-stats{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 20px;
}
.ovls-stat{
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 12px;
    border: 1px solid rgba(224, 230, 245, 0.95);
    box-shadow: 0 14px 30px rgba(18, 40, 82, 0.06);
}
.ovls-stat::after{
    content: "";
    position: absolute;
    right: -14px;
    bottom: -18px;
    width: 110px;
    height: 72px;
    border-radius: 50% 50% 0 0;
    opacity: .35;
    background: currentColor;
    pointer-events: none;
}
.ovls-stat-label{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.78;
}
.ovls-stat strong{
    display: block;
    font-size: 21px;
    line-height: 1.05;
}
.ovls-stat-points{
    background: linear-gradient(180deg, rgba(246, 236, 255, 0.98) 0%, rgba(241, 232, 255, 0.95) 100%);
    color: #6f41e8;
}
.ovls-stat-correct{
    background: linear-gradient(180deg, rgba(236, 248, 255, 0.98) 0%, rgba(229, 244, 255, 0.95) 100%);
    color: #2f73df;
}
.ovls-stat-wrong{
    background: linear-gradient(180deg, rgba(255, 238, 238, 0.98) 0%, rgba(255, 230, 230, 0.95) 100%);
    color: #f15d5d;
}
.ovls-stat-time{
    background: linear-gradient(180deg, rgba(255, 247, 225, 0.98) 0%, rgba(255, 242, 214, 0.95) 100%);
    color: #f1a318;
}
.ovls-question-body{
    position: relative;
    z-index: 1;
}
.ovls-question-heading{
    text-align: center;
    margin: 6px auto 18px;
    max-width: 820px;
}
.ovls-question-number{
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f4efff;
    color: #6f41e8;
    font-size: 13px;
    font-weight: 700;
}
.ovls-question-heading h1{
    margin: 10px 0 0;
    color: #0d1942;
    font-size: 36px;
    line-height: 1.12;
}
.ovls-question-heading h1::after{
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #8f50ff 0%, #c05bff 100%);
}
.ovls-question-image{
    max-width: 790px;
    margin: 0 auto 22px;
}
.ovls-question-image img{
    border-radius: 26px;
    box-shadow: 0 18px 38px rgba(18, 40, 82, 0.10);
}
.ovls-answer-list{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
}
.ovls-answer-option{
    position: relative;
    display: block;
    padding: 0;
    border: 1px solid rgba(228, 234, 244, 0.95);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 40, 82, 0.05);
    cursor: pointer;
}
.ovls-answer-option:nth-of-type(1){
    border-left: 3px solid #5d36e4;
}
.ovls-answer-option:nth-of-type(2){
    border-left: 3px solid #1d9dba;
}
.ovls-answer-option:nth-of-type(3){
    border-left: 3px solid #fc8301;
}
.ovls-answer-option:hover{
    background: #fbfcff;
}
.ovls-answer-option input{
    display: none !important;
}
.ovls-answer-option-inner{
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 46px;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    padding: 14px 18px;
}
.ovls-answer-letter{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(180deg, #8f50ff 0%, #5d36e4 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(93, 55, 214, 0.16);
}
.ovls-answer-option:nth-of-type(2) .ovls-answer-letter{
    background: linear-gradient(180deg, #3cbdda 0%, #1d9dba 100%);
}
.ovls-answer-option:nth-of-type(3) .ovls-answer-letter{
    background: linear-gradient(180deg, #ffaf29 0%, #fc8301 100%);
}
.ovls-answer-text{
    color: #1d2550;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}
.ovls-answer-tail{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f6f8fc;
    color: #9aa6bf;
    font-size: 16px;
}
.ovls-answer-option.is-selected{
    border-color: rgba(143, 80, 255, 0.45);
    background: rgba(143, 80, 255, 0.06);
}
.ovls-answer-option.is-selected .ovls-answer-letter{
    box-shadow: 0 12px 24px rgba(143, 80, 255, 0.22);
}
.ovls-answer-option.is-correct{
    border-left-color: #16a34a;
    background: rgba(22, 163, 74, 0.08);
}
.ovls-answer-option.is-wrong{
    border-left-color: #dc2626;
    background: rgba(220, 38, 38, 0.08);
}
.ovls-answer-option.is-correct-answer{
    border-left-color: #16a34a;
}
.ovls-answer-option.is-correct::before,
.ovls-answer-option.is-wrong::before,
.ovls-answer-option.is-correct-answer::before{
    position: absolute;
    right: 16px;
    top: 24px;
    margin: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.ovls-question-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}
.ovls-question-footer .ovls-button{
    min-height: 50px;
}
.ovls-question-footer .ovls-found-bug{
    min-height: 50px;
    border-radius: 16px;
    padding: 0 18px;
    color: #fff;
    font-weight: 700;
}
.ovls-question-hint{
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
    background: rgba(237, 246, 255, 0.95);
    color: #2f73df;
    font-weight: 600;
}
.ovls-answer-result{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ovls-answer-result h2{
    margin: 0;
    font-size: 24px;
}
.ovls-result-box .ovls-answer-result{
    margin-bottom: 20px;
}
.ovls-answer-result:not(.is-wrong):not(.is-correct){
    display: none;
}
@media (max-width: 1180px){
    .ovls-question-shell{
        grid-template-columns: 220px minmax(0, 1fr);
    }
    .ovls-question-stats{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px){
    .ovls-question-shell{
        grid-template-columns: 1fr;
    }
    .ovls-question-rail{
        position: static;
    }
    .ovls-rail-card{
        min-height: auto;
    }
    .ovls-rail-steps{
        min-height: 200px;
        gap: 12px;
    }
}

@media (max-width: 720px){
    .ovls-question-topbar{
        flex-direction: column;
    }
    .ovls-question-actions{
        width: 100%;
    }
    .ovls-icon-button,
    .ovls-action-pill{
        min-height: 44px;
        border-radius: 14px;
    }
    .ovls-question-stats{
        grid-template-columns: 1fr;
    }
    .ovls-question-heading h1{
        font-size: 32px;
    }
    .ovls-answer-option-inner{
        grid-template-columns: 48px minmax(0, 1fr) 38px;
        gap: 12px;
        padding: 12px 14px;
    }
    .ovls-answer-letter{
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    .ovls-answer-text{
        font-size: 16px;
    }
    .ovls-question-hint{
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }
}
@keyframes ovls-grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}