.attavo-spotlight [hidden] {
    display: none !important;
}

.attavo-daily-intro__meta {
    display: none;
}

.attavo-daily-start {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 280px;
    text-align: center;
}

.attavo-daily-start__icon {
    align-items: center;
    background: linear-gradient(135deg, #fff3c8, #ffe39a);
    border: 1px solid #ffd66c;
    border-radius: 18px;
    color: #dc8b00;
    display: inline-flex;
    font-size: 34px;
    height: 64px;
    justify-content: center;
    margin-bottom: 13px;
    width: 64px;
}

.attavo-daily-start__eyebrow,
.attavo-daily-quiz__eyebrow,
.attavo-daily-result__eyebrow {
    color: #3158ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.attavo-daily-start strong {
    color: #071433;
    font-size: 18px;
    line-height: 1.3;
    margin: 6px 0 4px;
}

.attavo-daily-start p {
    color: #66738e;
    font-size: 12px;
    margin: 0 0 17px;
}

.attavo-daily-start__button,
.attavo-daily-result button {
    align-items: center;
    background: linear-gradient(135deg, #3b61ff, #2347e9);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 8px 19px rgba(49, 88, 255, 0.23);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 18px;
    justify-content: center;
    min-width: 210px;
    padding: 13px 18px;
}

.attavo-daily-start__button:hover,
.attavo-daily-start__button:focus-visible,
.attavo-daily-result button:hover,
.attavo-daily-result button:focus-visible {
    background: #1639cf;
    color: #fff;
    outline: 3px solid rgba(49, 88, 255, 0.18);
    transform: translateY(-1px);
}

.attavo-daily-quiz {
    background: #fff;
    border: 1px solid #dfe7f3;
    border-radius: 19px;
    box-shadow: 0 15px 38px rgba(22, 44, 84, 0.08);
    margin-top: 18px;
    overflow: hidden;
}

.attavo-daily-quiz__topbar {
    align-items: center;
    background: linear-gradient(135deg, #f5f8ff 0%, #fffaf0 100%);
    border-bottom: 1px solid #e3eaf5;
    display: grid;
    gap: 18px;
    grid-template-columns: auto minmax(120px, 1fr) auto;
    padding: 17px 21px;
}

.attavo-daily-quiz__topbar > div:first-child {
    display: flex;
    flex-direction: column;
}

.attavo-daily-quiz__topbar strong {
    color: #071433;
    font-size: 14px;
}

.attavo-daily-quiz__progress {
    background: #e5ebf5;
    border-radius: 999px;
    height: 6px;
    overflow: hidden;
}

.attavo-daily-quiz__progress span {
    background: linear-gradient(90deg, #3158ff, #28b996);
    border-radius: inherit;
    display: block;
    height: 100%;
    transition: width 0.25s ease;
    width: 20%;
}

.attavo-daily-quiz__timer {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe4f2;
    border-radius: 999px;
    color: #18345f;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 6px;
    min-width: 90px;
    padding: 8px 12px;
}

.attavo-daily-quiz.is-time-low .attavo-daily-quiz__timer {
    background: #fff1f2;
    border-color: #ffc7cd;
    color: #d52e42;
}

.attavo-daily-quiz__questions {
    padding: 20px;
}

.attavo-daily-question {
    margin: 0 auto;
    max-width: 900px;
    text-align: left !important;
}

.attavo-daily-question__meta {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 13px;
    text-align: left !important;
}

.attavo-daily-question__meta > span:first-child {
    color: #64718b;
    font-size: 11px;
    font-weight: 650;
}

.attavo-daily-question__difficulty {
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.45px;
    padding: 5px 9px;
    text-transform: uppercase;
}

.attavo-daily-question__difficulty--easy { background: #e9f9f1; color: #148553; }
.attavo-daily-question__difficulty--medium { background: #fff5d9; color: #a96900; }
.attavo-daily-question__difficulty--hard { background: #fff0f1; color: #cf3042; }

.attavo-daily-question__heading {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.attavo-daily-question__number {
    align-items: center;
    background: #edf3ff;
    border-radius: 50%;
    color: #3158ff;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 14px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
}

.attavo-daily-question__heading h3 {
    color: #071433;
    flex: 1 1 auto;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.45;
    margin: 4px 0 0;
    text-align: left !important;
}

.attavo-daily-question__options {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 50px;
}

.attavo-daily-question__option {
    align-items: center;
    background: #fff;
    border: 1px solid #dce5f2;
    border-radius: 11px;
    color: #243251;
    cursor: pointer;
    display: flex;
    gap: 10px;
    min-height: 48px;
    padding: 9px 12px;
    text-align: left;
    transition: all 0.18s ease;
}

.attavo-daily-question__option > span {
    align-items: center;
    border: 1px solid #adc0df;
    border-radius: 50%;
    color: #3158ff;
    display: inline-flex;
    flex: 0 0 27px;
    font-size: 11px;
    font-weight: 800;
    height: 27px;
    justify-content: center;
}

.attavo-daily-question__option em {
    flex: 1 1 auto;
    font-size: 13px;
    font-style: normal;
    line-height: 1.4;
    text-align: left !important;
}

.attavo-daily-question__option:hover,
.attavo-daily-question__option:focus-visible,
.attavo-daily-question__option.is-selected {
    background: #f3f6ff;
    border-color: #8ea7ff;
    box-shadow: 0 5px 13px rgba(49, 88, 255, 0.08);
    outline: none;
}

.attavo-daily-question__option.is-correct {
    background: #eefaf4;
    border-color: #69ce9d;
    color: #126a44;
}

.attavo-daily-question__option.is-correct > span {
    background: #22ad6b;
    border-color: #22ad6b;
    color: #fff;
}

.attavo-daily-question__option.is-wrong {
    background: #fff2f3;
    border-color: #f08e9a;
    color: #a92738;
}

.attavo-daily-question__option.is-wrong > span {
    background: #e44a5c;
    border-color: #e44a5c;
    color: #fff;
}

.attavo-daily-question__feedback {
    background: #f6f9ff;
    border: 1px solid #dce6f5;
    border-left: 4px solid #3158ff;
    border-radius: 11px;
    color: #33435f;
    font-size: 12px;
    line-height: 1.55;
    margin: 15px 0 0 50px;
    padding: 13px 15px;
    text-align: left !important;
}

.attavo-daily-question__feedback.is-correct { border-left-color: #22ad6b; }
.attavo-daily-question__feedback.is-wrong,
.attavo-daily-question__feedback.is-error { border-left-color: #e44a5c; }
.attavo-daily-question__feedback.is-saving { color: #66738e; }

.attavo-daily-question__feedback > strong {
    color: #071433;
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
}

.attavo-daily-question__feedback div > b {
    display: block;
    margin-bottom: 4px;
}

.attavo-daily-question__feedback p:last-child { margin-bottom: 0; }

.attavo-daily-quiz__actions {
    align-items: center;
    border-top: 1px solid #e5ebf4;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 14px 20px;
}

.attavo-daily-quiz__nav {
    background: #fff;
    border: 1px solid #cdd9ed;
    border-radius: 9px;
    color: #2c4774;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 15px;
}

.attavo-daily-quiz__nav--primary,
.attavo-daily-quiz__nav--finish {
    background: #3158ff;
    border-color: #3158ff;
    color: #fff;
    margin-left: auto;
}

.attavo-daily-quiz__nav:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.attavo-daily-result {
    align-items: center;
    background: linear-gradient(135deg, #f0f5ff, #fff9e9);
    border: 1px solid #dce5f2;
    border-radius: 18px;
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr auto;
    margin-top: 18px;
    padding: 22px;
}

.attavo-daily-result__icon {
    align-items: center;
    background: #fff2bd;
    border-radius: 50%;
    color: #d88c00;
    display: flex;
    font-size: 30px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.attavo-daily-result h3 {
    color: #071433;
    font-size: 20px;
    margin: 2px 0 3px;
}

.attavo-daily-result p {
    color: #5f6d86;
    font-size: 12px;
    margin: 0;
}

@media (max-width: 767px) {
    .attavo-daily-quiz__topbar {
        gap: 10px;
        grid-template-columns: 1fr auto;
    }

    .attavo-daily-quiz__progress {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .attavo-daily-question__options {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .attavo-daily-question__feedback {
        margin-left: 0;
    }

    .attavo-daily-result {
        grid-template-columns: auto 1fr;
    }

    .attavo-daily-result button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .attavo-daily-quiz__questions,
    .attavo-daily-quiz__topbar,
    .attavo-daily-quiz__actions {
        padding-left: 13px;
        padding-right: 13px;
    }

    .attavo-daily-question__heading h3 {
        font-size: 15px;
    }

    .attavo-daily-question__number {
        flex-basis: 33px;
        height: 33px;
    }

    .attavo-daily-quiz__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .attavo-daily-quiz__nav,
    .attavo-daily-quiz__nav--primary,
    .attavo-daily-quiz__nav--finish {
        margin-left: 0;
        width: 100%;
    }
}
