.attavo-practice-dashboard {
    --attavo-blue: #075cff;
    --attavo-deep: #061d4f;
    --attavo-ink: #071a43;
    --attavo-muted: #5d6b89;
    --attavo-border: #dbe3f1;
    --attavo-soft: #f5f8fd;
    background: #fff;
    color: var(--attavo-ink);
    font-family: "Segoe UI", Arial, sans-serif;
    padding: 26px 0 54px;
}

.attavo-practice-dashboard > .container {
    max-width: 1380px;
    padding-left: 22px;
    padding-right: 22px;
    width: 100%;
}

.attavo-practice-dashboard > .container > .row {
    align-items: start;
    display: grid;
    column-gap: 22px;
    grid-template-areas:
        "breadcrumb breadcrumb breadcrumb"
        "left main right"
        "description description description"
        "benefits benefits benefits";
    grid-template-columns: 238px minmax(0, 1fr) 254px;
    margin: 0;
    row-gap: 22px;
}

.attavo-practice-main {
    grid-area: main;
    min-width: 0;
    width: 100%;
}

.attavo-practice-left {
    grid-area: left;
}

.attavo-practice-right {
    grid-area: right;
}

.attavo-practice-benefits {
    grid-area: benefits;
}

.attavo-practice-dashboard .description_panel {
    grid-area: description;
}

.attavo-practice-dashboard .custom-breadcam {
    grid-area: breadcrumb;
    min-width: 0;
    width: 100%;
}

.attavo-practice-left,
.attavo-practice-right {
    align-self: start;
    display: block;
    font-family: "Exo 2", sans-serif;
    min-width: 0;
    width: 100%;
}

.attavo-practice-left > .attavo-dashboard-card:last-child,
.attavo-practice-right > .attavo-dashboard-card:last-child {
    margin-bottom: 0;
}

.attavo-practice-dashboard .inner-bnr-heading,
.attavo-practice-dashboard .custom-breadcam {
    background: transparent;
    margin: 0;
    padding: 0;
}

.attavo-practice-dashboard .inner-bnr-heading .container,
.attavo-practice-dashboard .custom-breadcam .container {
    max-width: none;
    padding: 0;
    width: 100%;
}

.attavo-practice-dashboard .inner-bnr-heading .row,
.attavo-practice-dashboard .custom-breadcam .row {
    margin-left: 0;
    margin-right: 0;
}

.attavo-practice-dashboard .inner-bnr-heading .col-md-12,
.attavo-practice-dashboard .custom-breadcam .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.attavo-practice-dashboard .custom-breadcam .col-md-12 {
    float: none;
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    text-align: center !important;
}

.attavo-practice-dashboard .custom-breadcam .row {
    display: flex;
    justify-content: center;
}

.attavo-practice-dashboard .custom-breadcam {
    border-bottom: 0;
    margin: -4px 0 -6px;
    padding: 0 2px;
}

.attavo-practice-dashboard .custom-breadcam,
.attavo-practice-dashboard .custom-breadcam a,
.attavo-practice-dashboard .custom-breadcam span {
    color: #53617c;
    font-size: 12px;
}

.attavo-practice-dashboard .custom-breadcam span.current-item {
    color: #001f46 !important;
    font-weight: 700;
}

.attavo-practice-dashboard .inner-bnr-heading h1 {
    color: var(--attavo-ink);
    font-size: clamp(21px, 1.8vw, 28px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    text-align: left;
}

.attavo-practice-eyebrow {
    color: var(--attavo-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.attavo-practice-meta {
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    border: 1px solid #cbdcf4;
    border-radius: 12px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
    overflow: hidden;
}

.attavo-practice-meta > div {
    align-items: center;
    display: flex;
    gap: 10px;
    min-height: 78px;
    padding: 13px 16px;
}

.attavo-practice-meta > div + div {
    border-left: 1px solid #dbe7f7;
}

.attavo-meta-icon {
    align-items: center;
    background: #edf5ff;
    border: 1px solid #001f46;
    border-radius: 50%;
    color: #001f46;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
}

.attavo-practice-meta small,
.attavo-practice-meta strong {
    display: block;
}

.attavo-practice-meta small {
    color: var(--attavo-muted);
    font-size: 10px;
    margin-bottom: 3px;
}

.attavo-practice-meta strong {
    color: var(--attavo-ink);
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
    line-height: 1.35;
}

.attavo-question-toolbar {
    align-items: center;
    background: linear-gradient(90deg, #edf5ff, #f7fbff);
    border: 1px solid #cbdcf4;
    border-radius: 10px;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 11px 14px;
}

.attavo-question-toolbar > span {
    margin: 0;
}

.attavo-question-position {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 0 0 0 auto;
}

.attavo-question-position a,
.attavo-question-position .is-disabled {
    align-items: center;
    background: #fff;
    border: 1px solid var(--attavo-border);
    border-radius: 50%;
    color: var(--attavo-blue);
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.attavo-question-position .is-disabled {
    color: #a6b0c3;
}

.attavo-practice-dashboard .unseen_area,
.attavo-practice-dashboard .customAdByLucky,
.attavo-practice-dashboard .customAdsByLucky,
.attavo-practice-dashboard .coming-soon-ads {
    display: none !important;
}

.attavo-practice-dashboard .attavo-question-card.tm-questions-answer-option-box {
    background: #fff;
    border: 1px solid var(--attavo-border);
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(15, 42, 89, .035);
    margin: 0 0 10px !important;
    overflow: hidden;
    padding: 0 !important;
}

.attavo-practice-dashboard .attavo-question-card[id] {
    scroll-margin-top: 120px;
}

.attavo-question-heading {
    align-items: flex-start;
    display: grid;
    gap: 13px;
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    padding: 9px 16px 3px;
}

.attavo-question-heading > a {
    color: var(--attavo-ink);
    display: block;
    font-family: "Exo 2", sans-serif;
    font-size: 13px;
    font-weight: 700;
    justify-self: stretch;
    line-height: 1.45;
    min-width: 0;
    overflow-x: auto;
    padding-top: 4px;
    text-align: left;
    width: 100% !important;
}

.attavo-question-heading > a > :first-child {
    margin-top: 0;
}

.attavo-question-heading > a > :last-child {
    margin-bottom: 0;
}

.attavo-question-heading > a p {
    margin: 0 0 8px;
    text-align: left;
}

.attavo-question-heading > a table,
.attavo-practice-dashboard .questions-list .qs_name table {
    border-collapse: collapse !important;
    height: auto !important;
    margin: 8px 0;
    max-width: 100%;
    table-layout: auto;
    width: 100% !important;
}

.attavo-question-heading > a tr,
.attavo-question-heading > a td,
.attavo-question-heading > a th,
.attavo-practice-dashboard .questions-list .qs_name tr,
.attavo-practice-dashboard .questions-list .qs_name td,
.attavo-practice-dashboard .questions-list .qs_name th {
    height: auto !important;
}

.attavo-question-heading > a td,
.attavo-question-heading > a th,
.attavo-practice-dashboard .questions-list .qs_name td,
.attavo-practice-dashboard .questions-list .qs_name th {
    border: 1px solid #d9e1ed;
    overflow-wrap: anywhere;
    padding: 7px 9px;
    text-align: left;
    vertical-align: top;
}

.attavo-question-heading > a:hover {
    color: var(--attavo-blue);
    text-decoration: none;
}

.attavo-question-number {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #001f46;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    padding-top: 4px;
    width: auto;
}

.attavo-question-number::after {
    content: ".";
}

/* Consistent streamlined styling for every practice question page. */
.attavo-streamlined-practice .attavo-question-number {
    background: transparent;
    border: 0;
    color: #2a2a2a;
    float: left;
    line-height: 29px;
    margin-right: 6px;
    padding-top: 0;
}

/* Match the readable answer treatment used by the reference question cards. */
.attavo-streamlined-practice .questions-list .qs_name,
.attavo-streamlined-practice .questions-list .qs_name * {
    color: #2a2a2a !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
}

/* Keep A, B, C and D labels the same size as their answer text. */
.attavo-streamlined-practice .questions-list .dot {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.attavo-streamlined-practice .attavo-question-heading > a {
    color: #2a2a2a !important;
    display: block;
    font-size: 16px !important;
    line-height: 29px !important;
    overflow-x: visible;
    padding-top: 0;
}

.attavo-streamlined-practice .attavo-question-heading {
    padding-left: 22px;
    padding-right: 22px;
}

.attavo-streamlined-practice .qus_wrappeer {
    padding-left: 33px;
    padding-top: 10px;
}

.attavo-streamlined-practice .questions-list > li {
    min-height: 47px !important;
    padding: 0 !important;
}

.attavo-streamlined-practice .questions-list > li > a,
.attavo-streamlined-practice .questions-list > li > a:hover {
    color: #2a2a2a;
    gap: 12px;
}

.attavo-streamlined-practice .attavo-today-insight > small {
    display: none;
}

.attavo-streamlined-practice .attavo-concept-card > small {
    display: none;
}

.attavo-streamlined-practice .attavo-community-card {
    display: none;
}

.attavo-streamlined-practice .attavo-featured-card {
    display: none;
}

.attavo-streamlined-practice .attavo-practice-benefits {
    display: none;
}

.attavo-streamlined-practice .attavo-question-feedback-options label > span {
    font-size: 0;
    height: 28px;
    min-height: 28px;
    min-width: 28px;
    padding: 0;
    position: relative;
    width: 28px;
}

.attavo-streamlined-practice .attavo-question-feedback-options label > span i {
    display: block;
    height: 8px;
    left: 50%;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
}

/* Reveal the compact difficulty label as a tooltip on hover/focus. */
.attavo-streamlined-practice .attavo-question-feedback-options label::after {
    background: #001f46;
    border-radius: 5px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: 0;
    padding: 6px 8px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 7px);
    transform: translate(-50%, -3px);
    transition: opacity .15s ease, transform .15s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 20;
}

.attavo-streamlined-practice .attavo-question-feedback-options .is-easy::after {
    content: "Easy";
}

.attavo-streamlined-practice .attavo-question-feedback-options .is-medium::after {
    content: "Medium";
}

.attavo-streamlined-practice .attavo-question-feedback-options .is-hard::after {
    content: "Hard";
}

.attavo-streamlined-practice .attavo-question-feedback-options label:hover::after,
.attavo-streamlined-practice .attavo-question-feedback-options label:focus-within::after {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.attavo-streamlined-practice .attavo-bookmark {
    display: none;
}

.attavo-streamlined-practice .attavo-question-heading {
    display: block;
}

.attavo-streamlined-practice .attavo-question-heading::after {
    clear: both;
    content: "";
    display: block;
}

.attavo-bookmark {
    background: transparent;
    border: 0;
    color: #17366f;
    cursor: pointer;
    font-size: 17px;
    padding: 7px 0;
}

.attavo-bookmark.is-saved {
    color: var(--attavo-blue);
}

.attavo-practice-dashboard .qus_wrappeer {
    padding: 1px 16px 5px 25px;
}

.attavo-practice-dashboard .qus_wrappeer .row {
    margin: 0;
}

.attavo-practice-dashboard .qus_wrappeer .col-md-12 {
    padding: 0;
}

.attavo-practice-dashboard .questions-list {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.attavo-practice-dashboard .questions-list > li {
    align-items: center;
    display: flex;
    margin: 0;
    min-height: 23px;
    position: relative;
}

.attavo-practice-dashboard .questions-list > li > a {
    align-items: center;
    color: #263757;
    display: flex;
    flex: 1;
    font-size: 12px;
    gap: 9px;
    justify-content: flex-start;
    line-height: 1.4;
    padding: 0;
    text-align: left;
    width: 100% !important;
}

.attavo-practice-dashboard .questions-list > li > a:hover {
    color: #263757;
    text-decoration: none;
}

.attavo-practice-dashboard .questions-list .dot {
    align-items: center;
    background: #001f46;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 24px;
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 24px;
    justify-content: center;
    padding: 0;
    position: static;
    width: 24px;
}

.attavo-practice-dashboard .questions-list .dot::before {
    display: none;
}

.attavo-practice-dashboard .questions-list .dot::after {
    content: none;
}

.attavo-practice-dashboard .attavo-question-heading > a {
    color: var(--attavo-ink);
}

.attavo-practice-dashboard .questions-list .qs_name {
    background: transparent !important;
    color: inherit;
    display: block;
    font-size: 12px !important;
    font-weight: 500;
    flex: 1 1 auto;
    line-height: 1.3 !important;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    width: auto !important;
}

.attavo-practice-dashboard .questions-list .qs_name > :first-child {
    margin-top: 0;
}

.attavo-practice-dashboard .questions-list .qs_name > :last-child {
    margin-bottom: 0;
}

.attavo-practice-dashboard .questions-list .qs_name p {
    margin: 0;
    text-align: left;
}

.attavo-practice-dashboard .questions-list > li.is-selected .dot {
    background: #001f46;
    color: #ffffff;
}

.attavo-practice-dashboard .questions-list > li.is-selected .dot::before {
    display: none;
}

.attavo-practice-dashboard .questions-list .ans_sign {
    flex: 0 0 auto;
    margin-left: 8px;
    position: static;
}

/* Keep the result icon immediately beside the selected answer, not at the card edge. */
.attavo-streamlined-practice .questions-list > li > a {
    flex: 0 1 auto;
    margin: 0 !important;
    max-width: calc(100% - 28px);
    width: auto !important;
}

.attavo-streamlined-practice .questions-list .qs_name {
    flex: 0 1 auto;
}

.attavo-streamlined-practice .questions-list .ans_sign img {
    display: block;
    height: 16px;
    margin: 0 !important;
    width: 16px !important;
}

.attavo-streamlined-practice .questions-list .ans_sign {
    margin: 0 0 0 8px !important;
}

.attavo-practice-dashboard .answer-imfo {
    background: #fff;
    padding: 0 16px 10px !important;
}

.attavo-practice-dashboard .answer-imfo-list {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.attavo-practice-dashboard .answer-imfo-list > li {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.attavo-practice-dashboard .answer-imfo-list > li:not(:first-child):not(.attavo-comment-action) {
    display: none !important;
}

.attavo-practice-dashboard .answer-imfo-list > li.attavo-comment-action {
    display: block !important;
    margin-left: 16px !important;
}

.attavo-practice-dashboard .attavo-comment-action a {
    align-items: center;
    color: #52627c;
    display: inline-flex;
    font-family: "Exo 2", sans-serif;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    min-height: 24px;
    padding: 3px 0;
}

.attavo-practice-dashboard .attavo-comment-action a:hover,
.attavo-practice-dashboard .attavo-comment-action.is-open a {
    color: #001f46;
    text-decoration: none;
}

.attavo-practice-dashboard .attavo-comment-action i {
    color: #001f46;
}

.attavo-practice-dashboard .answer-imfo-list > li:first-child a {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #001f46;
    display: flex;
    font-family: "Exo 2", sans-serif;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    min-height: 24px;
    padding: 3px 0;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.attavo-practice-dashboard .answer-imfo-list > li:first-child a:hover,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a:focus,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a:active {
    background: transparent;
    color: #001f46 !important;
    text-decoration: none;
    outline: none;
}

.attavo-practice-dashboard .answer-imfo-list > li:first-child.is-open a {
    background: transparent;
    color: #001f46 !important;
}

.attavo-practice-dashboard .answer-imfo-list > li:first-child span,
.attavo-practice-dashboard .answer-imfo-list > li:first-child i {
    color: #001f46 !important;
    font-size: inherit;
}

.attavo-practice-dashboard .answer-imfo-list > li:first-child a:hover span,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a:focus span,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a:active span,
.attavo-practice-dashboard .answer-imfo-list > li:first-child.is-open a span,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a:hover i,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a:focus i,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a:active i,
.attavo-practice-dashboard .answer-imfo-list > li:first-child.is-open a i {
    color: #001f46 !important;
}

.attavo-practice-dashboard .answer-imfo-list > li:first-child i {
    color: #001f46 !important;
}

.attavo-practice-dashboard .answer-imfo-list > li:first-child i {
    transition: transform .2s ease;
}

.attavo-practice-dashboard .answer-imfo-list > li:first-child.is-open i {
    transform: rotate(90deg);
}

.attavo-practice-dashboard .attavo-comment-panel {
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    margin: 8px 0 2px;
    padding: 14px;
    text-align: left;
}

.attavo-practice-dashboard .attavo-comment-panel .comment-respond,
.attavo-practice-dashboard .attavo-comment-panel .comment-form,
.attavo-practice-dashboard .attavo-comment-panel .comment-form p {
    margin: 0;
    max-width: none;
    padding: 0 !important;
    width: 100%;
}

.attavo-practice-dashboard .attavo-comment-panel .comment-form {
    display: grid;
    gap: 11px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.attavo-practice-dashboard .attavo-comment-panel .comment-form-author,
.attavo-practice-dashboard .attavo-comment-panel .comment-form-email {
    grid-column: auto;
    min-width: 0;
    width: 100%;
}

.attavo-practice-dashboard .attavo-comment-panel .comment-notes,
.attavo-practice-dashboard .attavo-comment-panel .logged-in-as {
    color: #64728a;
    font-size: 12px;
    line-height: 1.55;
    grid-column: 1 / -1;
    margin-bottom: 0 !important;
}

.attavo-practice-dashboard .attavo-comment-panel .attavo-comment-error {
    align-items: center;
    background: #fff1f2;
    border: 1px solid #f3a6ad;
    border-left: 4px solid #dc3545;
    border-radius: 6px;
    color: #9f1d2b;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 9px;
    grid-column: 1 / -1;
    line-height: 1.45;
    min-height: 38px;
    padding: 9px 12px 9px 16px !important;
    width: 100%;
}

.attavo-practice-dashboard .attavo-comment-panel .attavo-comment-error::before {
    align-items: center;
    background: #dc3545;
    border-radius: 50%;
    color: #ffffff;
    content: "!";
    display: inline-flex;
    flex: 0 0 20px;
    font-size: 12px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    margin-left: 6px;
    width: 20px;
}

.attavo-practice-dashboard .attavo-comment-panel .comment-form-comment,
.attavo-practice-dashboard .attavo-comment-panel .comment-form-author,
.attavo-practice-dashboard .attavo-comment-panel .comment-form-email,
.attavo-practice-dashboard .attavo-comment-panel .comment-form-url {
    margin-bottom: 0 !important;
}

.attavo-practice-dashboard .attavo-comment-panel .comment-form-comment {
    grid-column: 1 / -1;
}

.attavo-practice-dashboard .attavo-comment-panel label {
    color: #001f46;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 6px;
}

.attavo-practice-dashboard .attavo-comment-panel textarea,
.attavo-practice-dashboard .attavo-comment-panel input[type="text"],
.attavo-practice-dashboard .attavo-comment-panel input[type="email"],
.attavo-practice-dashboard .attavo-comment-panel input[type="url"] {
    background: #fff;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
    box-sizing: border-box;
    color: #15294c;
    font-family: inherit;
    font-size: 13px;
    min-height: 40px;
    padding: 9px 11px;
    width: 100% !important;
}

.attavo-practice-dashboard .attavo-comment-panel textarea {
    height: 92px !important;
    min-height: 92px;
    resize: vertical;
}

.attavo-practice-dashboard .attavo-comment-panel textarea:focus,
.attavo-practice-dashboard .attavo-comment-panel input:focus {
    border-color: #001f46;
    box-shadow: 0 0 0 3px rgba(0, 31, 70, .16);
    outline: none;
}

.attavo-practice-dashboard .attavo-comment-panel .comment-form-cookies-consent {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-column: 1 / span 2;
    grid-template-columns: 15px minmax(0, 1fr);
    margin: 2px 0 0 !important;
    position: static;
}

.attavo-practice-dashboard .attavo-comment-panel .comment-form-cookies-consent input {
    appearance: auto;
    flex: 0 0 auto;
    height: 15px;
    left: auto;
    margin: 0 !important;
    position: static !important;
    top: auto;
    width: 15px !important;
}

.attavo-practice-dashboard .attavo-comment-panel .comment-form-cookies-consent label {
    color: #52627c;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 !important;
}

.attavo-practice-dashboard .attavo-comment-panel .form-submit {
    align-self: end;
    grid-column: 1 / -1;
    text-align: right;
}

@media (max-width: 767px) {
    .attavo-practice-dashboard .attavo-comment-panel .comment-form {
        grid-template-columns: 1fr;
    }

    .attavo-practice-dashboard .attavo-comment-panel .comment-form-comment,
    .attavo-practice-dashboard .attavo-comment-panel .comment-notes,
    .attavo-practice-dashboard .attavo-comment-panel .logged-in-as,
    .attavo-practice-dashboard .attavo-comment-panel .comment-form-cookies-consent {
        grid-column: 1;
    }
}

.attavo-practice-dashboard .attavo-comment-panel .submit {
    background: #001f46;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
    font-weight: 800;
    min-height: 38px;
    padding: 9px 18px;
    text-transform: uppercase;
}

.attavo-practice-dashboard .attavo-comment-panel .submit:hover {
    background: #001f46;
    color: #ffffff;
}

.attavo-practice-dashboard .answer-details {
    background: #edf5ff;
    border: 1px solid #cbdcf4;
    border-left: 4px solid #001f46;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(27, 64, 122, .06);
    color: #20355d;
    margin: 8px 0 2px;
    overflow: hidden;
    padding: 0;
}

.attavo-answer-summary {
    align-items: center;
    background: #f7faff;
    display: flex;
    gap: 11px;
    padding: 13px 16px;
}

.attavo-answer-summary > * {
    margin: 0 !important;
}

.attavo-answer-summary > .attavo-answer-copy {
    flex: 0 0 auto;
    min-width: 0;
}

.attavo-answer-summary > .attavo-question-feedback {
    align-self: center;
    flex: 0 0 auto;
    gap: 7px;
    justify-content: flex-start;
    margin-left: 5px !important;
}

.attavo-question-feedback {
    align-items: center;
    border: 0;
    display: flex;
    flex: 1 1 auto;
    gap: 8px;
    justify-content: center;
    min-width: 0;
    padding: 0;
}

.attavo-question-feedback legend {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.attavo-question-feedback-options {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
    min-height: 28px;
}

.attavo-question-feedback-options label {
    cursor: pointer;
    margin: 0;
    position: relative;
}

.attavo-question-feedback-options input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.attavo-question-feedback-options label > span {
    align-items: center;
    background: #fff;
    border: 1px solid #cbd8ed;
    border-radius: 999px;
    color: #546581;
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    gap: 6px;
    justify-content: center;
    letter-spacing: .02em;
    min-height: 28px;
    min-width: 70px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: .18s ease;
}

.attavo-question-feedback-options .is-easy > span {
    background: #20ad70;
    border-color: #20ad70;
    color: #fff;
}

.attavo-question-feedback-options .is-medium > span {
    background: #ffb600;
    border-color: #ffb600;
    color: #071a43;
}

.attavo-question-feedback-options .is-hard > span {
    background: #e04b54;
    border-color: #e04b54;
    color: #fff;
}

.attavo-question-feedback-options label > span i {
    background: currentColor;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.attavo-question-feedback-options input:focus-visible + span {
    box-shadow: 0 0 0 3px rgba(49, 96, 255, .2);
}

.attavo-question-feedback-options input:disabled + span {
    cursor: not-allowed;
    opacity: .72;
}

.attavo-question-feedback-options .is-easy input:checked + span {
    background: #20ad70;
    border-color: #20ad70;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(32, 173, 112, .2);
}

.attavo-question-feedback-options .is-medium input:checked + span {
    background: #ffb600;
    border-color: #ffb600;
    color: #071a43;
    box-shadow: 0 0 0 2px rgba(255, 182, 0, .24);
}

.attavo-question-feedback-options .is-hard input:checked + span {
    background: #e04b54;
    border-color: #e04b54;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(224, 75, 84, .2);
}

.attavo-question-feedback-status {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.attavo-question-feedback-status.is-success {
    color: #001f46;
    font-weight: 700;
}

.attavo-question-feedback-status.is-error {
    color: #c23740;
    font-weight: 700;
}

.attavo-answer-check {
    align-items: center;
    background: #001f46;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.attavo-answer-summary small,
.attavo-answer-summary strong {
    display: block;
    text-align: left;
}

.attavo-answer-summary small {
    color: #687995;
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.attavo-answer-summary strong {
    color: var(--attavo-ink);
    font-size: 12px;
}

.attavo-answer-summary em {
    background: #dceaff;
    border-radius: 5px;
    color: #001f46;
    font-style: normal;
    margin-left: 4px;
    padding: 3px 8px;
}

.attavo-answer-follow {
    align-items: flex-start;
    border-left: 1px solid #d7e2f1;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 4px;
    margin-left: auto !important;
    min-width: 164px;
    padding: 4px 0 4px 14px !important;
}

.attavo-answer-follow-copy,
.attavo-answer-share-copy {
    align-items: center;
    display: flex;
    gap: 7px;
    justify-content: flex-start !important;
    line-height: 1.25;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    width: 100%;
}

.attavo-answer-summary .attavo-answer-follow-copy strong,
.attavo-answer-summary .attavo-answer-share-copy strong {
    align-items: center;
    display: flex;
    font-size: 10px;
    gap: 4px;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100%;
    white-space: nowrap;
}

.attavo-answer-summary .attavo-answer-follow-copy strong > span,
.attavo-answer-summary .attavo-answer-share-copy strong > i {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}

.attavo-answer-summary .attavo-answer-follow-copy small {
    color: #687995;
    font-size: 9px;
    margin: 0;
    text-transform: none;
    white-space: nowrap;
}

.attavo-answer-follow-row,
.attavo-answer-share-row {
    align-items: center;
    column-gap: 5px;
    display: grid;
    grid-template-columns: 38px auto;
    width: 100%;
}

.attavo-answer-follow-label,
.attavo-answer-share-label {
    color: #687995;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

.attavo-answer-share-actions {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: flex-start !important;
    justify-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    width: auto !important;
}

.attavo-answer-share-actions a,
.attavo-answer-share-actions button {
    align-items: center;
    background: #fff;
    border: 1px solid #b9cdea;
    border-radius: 50%;
    color: #001f46;
    cursor: pointer;
    display: inline-flex;
    font-size: 10px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 24px !important;
}

.attavo-answer-share-actions a:hover,
.attavo-answer-share-actions a:focus,
.attavo-answer-share-actions button:hover,
.attavo-answer-share-actions button:focus {
    background: #001f46;
    color: #fff;
    text-decoration: none;
}

.attavo-answer-share-status {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.attavo-answer-follow-links {
    display: block !important;
    float: none !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
}

.attavo-answer-follow-links .header-social {
    align-items: center;
    display: flex !important;
    float: none !important;
    gap: 4px;
    height: auto !important;
    list-style: none;
    line-height: 1 !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
}

.attavo-answer-follow-links .header-social h5 {
    display: none !important;
}

.attavo-answer-follow-links .header-social li {
    display: block !important;
    float: none !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
}

.attavo-answer-follow-links .header-social::before,
.attavo-answer-follow-links .header-social::after,
.attavo-answer-follow-links .header-social li::before,
.attavo-answer-follow-links .header-social li::after,
.attavo-answer-follow-links .header-social a::before,
.attavo-answer-follow-links .header-social a::after {
    content: none !important;
    display: none !important;
}

.attavo-answer-follow-links .header-social a {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #b9cdea !important;
    border-radius: 50% !important;
    color: #001f46 !important;
    display: inline-flex !important;
    float: none !important;
    font-size: 10px !important;
    height: 24px !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    text-indent: 0 !important;
    width: 24px !important;
}

.attavo-answer-follow-links .header-social a i {
    display: inline-block !important;
    float: none !important;
    font-size: 11px !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: auto !important;
}

/* Keep the compact social tools recognizable as their real brands. */
.attavo-answer-follow-links .header-social a[href*="facebook.com"] {
    background: #1877f2 !important;
    border-color: #1877f2 !important;
    color: #fff !important;
}

.attavo-answer-follow-links .header-social a[href*="x.com"],
.attavo-answer-follow-links .header-social a[href*="twitter.com"] {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.attavo-answer-follow-links .header-social a[href*="instagram.com"] {
    background: #e4405f !important;
    border-color: #e4405f !important;
    color: #fff !important;
}

.attavo-answer-follow-links .header-social a[href*="linkedin.com"] {
    background: #0a66c2 !important;
    border-color: #0a66c2 !important;
    color: #fff !important;
}

.attavo-answer-share-actions a[href*="wa.me"] {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
    font-size: 12px;
}

.attavo-answer-share-actions button {
    background: #001f46;
    border-color: #001f46;
    color: #fff;
}

.attavo-answer-follow-links .header-social a[href*="facebook.com"]:hover,
.attavo-answer-follow-links .header-social a[href*="facebook.com"]:focus {
    background: #1877f2 !important;
    color: #fff !important;
}

.attavo-answer-follow-links .header-social a[href*="x.com"]:hover,
.attavo-answer-follow-links .header-social a[href*="x.com"]:focus,
.attavo-answer-follow-links .header-social a[href*="twitter.com"]:hover,
.attavo-answer-follow-links .header-social a[href*="twitter.com"]:focus {
    background: #000 !important;
    color: #fff !important;
}

.attavo-answer-follow-links .header-social a[href*="instagram.com"]:hover,
.attavo-answer-follow-links .header-social a[href*="instagram.com"]:focus {
    background: #e4405f !important;
    color: #fff !important;
}

.attavo-answer-follow-links .header-social a[href*="linkedin.com"]:hover,
.attavo-answer-follow-links .header-social a[href*="linkedin.com"]:focus {
    background: #0a66c2 !important;
    color: #fff !important;
}

.attavo-answer-share-actions a[href*="wa.me"]:hover,
.attavo-answer-share-actions a[href*="wa.me"]:focus {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.attavo-answer-follow-links .header-social a:hover,
.attavo-answer-follow-links .header-social a:focus {
    background: #001f46;
    color: #fff;
    text-decoration: none;
}

.attavo-explanation-copy {
    border-top: 1px solid #dfe9f8;
    padding: 14px 16px 16px;
}

.attavo-explanation-copy h4 {
    align-items: center;
    color: var(--attavo-ink);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    justify-content: flex-start;
    margin: 0 0 9px;
    text-align: left;
}

.attavo-explanation-copy h4 i {
    color: #001f46;
    flex: 0 0 auto;
    margin: 0 !important;
}

.attavo-explanation-text,
.attavo-explanation-text p,
.attavo-explanation-text span {
    background: transparent !important;
    color: #304463 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.attavo-practice-dashboard .tm-pagination {
    display: flex;
    justify-content: center;
    margin: 14px 0 16px;
    text-align: center;
}

.attavo-bottom-pagination {
    align-items: center;
    display: inline-flex;
    gap: 0;
    justify-content: center;
}

.attavo-bottom-pagination a,
.attavo-bottom-pagination .is-disabled,
.attavo-bottom-pagination .attavo-page-number {
    align-items: center;
    background: #fff;
    border: 1px solid var(--attavo-border);
    border-radius: 0;
    color: var(--attavo-blue);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-left: -1px;
    min-width: 36px;
    padding: 0 9px;
    width: auto;
}

.attavo-bottom-pagination > :first-child {
    border-radius: 7px 0 0 7px;
    margin-left: 0;
}

.attavo-bottom-pagination > :last-child {
    border-radius: 0 7px 7px 0;
}

.attavo-bottom-pagination a:hover {
    background: #f4f7ff;
    border-color: #bdd0ff;
    color: #004de0;
    text-decoration: none;
}

.attavo-bottom-pagination .is-disabled {
    color: #a9b6cc;
    cursor: default;
}

.attavo-bottom-pagination .attavo-page-number.is-current {
    background: var(--attavo-blue);
    border-color: var(--attavo-blue);
    color: #fff;
    position: relative;
    z-index: 1;
}

.attavo-bottom-pagination strong {
    color: var(--attavo-deep);
    font-size: 12px;
    font-weight: 700;
    min-width: 46px;
    text-align: center;
}

.attavo-practice-right > .attavo-dashboard-card {
    margin-bottom: 18px;
}

.attavo-practice-right > .attavo-dashboard-card:last-child {
    margin-bottom: 0;
}

.attavo-practice-dashboard .tm-pagination .wp-pagenavi a,
.attavo-practice-dashboard .tm-pagination .wp-pagenavi span {
    background: #fff;
    border: 1px solid var(--attavo-border);
    border-radius: 50%;
    color: var(--attavo-deep);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin: 0 3px;
    padding: 7px !important;
    width: 32px;
}

.attavo-practice-dashboard .tm-pagination .wp-pagenavi .pages {
    border-radius: 16px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: auto;
}

.attavo-practice-dashboard .tm-pagination .current {
    background: var(--attavo-blue) !important;
    border-color: var(--attavo-blue) !important;
    color: #fff !important;
}

.attavo-dashboard-card {
    background: #fff;
    border: 1px solid var(--attavo-border);
    border-radius: 11px;
    box-shadow: 0 5px 18px rgba(15, 42, 89, .035);
    margin-bottom: 14px;
    overflow: hidden;
    padding: 15px;
    width: 100%;
}

.attavo-dashboard-card h2,
.attavo-dashboard-card h3,
.attavo-dashboard-card h4,
.attavo-dashboard-card p {
    color: var(--attavo-ink);
    text-align: left;
}

.attavo-dashboard-card h2,
.attavo-dashboard-card h3 {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 13px;
}

.attavo-dashboard-card h3 {
    align-items: center;
    display: flex;
    gap: 6px;
    justify-content: flex-start;
}

.attavo-dashboard-card h3 > i {
    flex: 0 0 auto;
    margin: 0 !important;
}

.attavo-dashboard-card h4 {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 800;
    margin: 13px 0 8px;
}

.attavo-dashboard-card p {
    color: #405173;
    font-family: "Exo 2", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    margin: 0 0 12px;
}

.attavo-dashboard-card > small,
.attavo-dashboard-card h3 + small {
    color: #7d89a1;
    display: block;
    font-family: "Exo 2", sans-serif;
    font-size: 10px;
    margin: -9px 0 12px;
}

.attavo-topic-card {
    padding: 0 15px 15px;
}

.attavo-topic-card > h2 {
    background: linear-gradient(135deg, #08245c, #001a48);
    color: #fff;
    margin: 0 -15px;
    padding: 15px;
}

.attavo-topic-current {
    align-items: center;
    background: #edf5ff;
    border-left: 3px solid #001f46;
    display: grid;
    font-size: 14px;
    gap: 9px;
    grid-template-columns: 24px minmax(0, 1fr);
    margin: 0 -8px 12px;
    padding: 13px 8px;
    text-align: left;
}

.attavo-topic-current i {
    color: #001f46;
    font-size: 21px;
    text-align: center;
}

.attavo-topic-current strong {
    justify-self: stretch;
    line-height: 1.35;
    min-width: 0;
    text-align: left;
    width: 100%;
}

.attavo-overview-list,
.attavo-stat-list,
.attavo-quick-links,
.attavo-community-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attavo-overview-list li {
    align-items: start;
    color: #26395d;
    display: grid;
    font-size: 12px;
    gap: 9px;
    grid-template-columns: 20px minmax(0, 1fr);
    line-height: 1.45;
    margin: 0 0 12px;
    text-align: left;
}

.attavo-overview-list i {
    color: #001f46;
    margin-top: 1px;
    text-align: center;
    width: 20px;
}

.attavo-overview-list span {
    display: block;
    justify-self: stretch;
    min-width: 0;
    text-align: left;
    width: 100%;
}

.attavo-primary-button,
.attavo-outline-button {
    align-items: center;
    border-radius: 6px;
    display: flex;
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    min-height: 36px;
    padding: 8px 10px;
    text-align: center;
}

.attavo-primary-button {
    background: #001f46;
    color: #ffffff;
    gap: 14px;
}

.attavo-outline-button {
    background: #fff;
    border: 1px solid #9eb2da;
    color: #15356e;
}

.attavo-primary-button:hover,
.attavo-outline-button:hover {
    color: var(--attavo-blue);
    text-decoration: none;
}

.attavo-stat-list li {
    align-items: center;
    color: #26395d;
    display: grid;
    font-size: 12px;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 29px;
    text-align: left;
    width: 100%;
}

.attavo-stat-list li > :first-child {
    display: block;
    justify-self: start;
    text-align: left;
    width: 100% !important;
}

.attavo-stat-list li > :last-child {
    justify-self: end;
    min-width: 24px;
    text-align: right;
}

.attavo-stat-list li.is-current a,
.attavo-stat-list li.is-current span {
    color: #001f46;
    font-weight: 800;
}

.attavo-stat-list li.is-current {
    background: #edf5ff;
    border-left: 3px solid #001f46;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 8px;
}

.attavo-stat-list a {
    color: #26395d;
    line-height: 1.35;
    min-width: 0;
    text-align: left;
    width: 100%;
}

.attavo-stat-list + .attavo-outline-button {
    margin-top: 10px;
}

.attavo-subtopics-card .attavo-stat-list li {
    margin-bottom: 5px;
    min-height: 34px;
    padding: 5px 0;
}

.attavo-subtopics-card .attavo-stat-list li:last-child {
    margin-bottom: 0;
}

.attavo-subtopics-card .attavo-stat-list li.is-current {
    padding: 6px 8px;
}

.attavo-subtopics-card .attavo-stat-list a {
    line-height: 1.45;
}

.attavo-related-topics > h3 i {
    color: #001f46;
    font-size: 12px;
}

.attavo-related-topics ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attavo-related-topics li + li {
    border-top: 1px solid #edf1f7;
}

.attavo-related-topics a {
    align-items: center;
    color: #26395d;
    display: grid;
    font-size: 12px;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    line-height: 1.4;
    min-height: 36px;
    padding: 5px 0;
    text-align: left;
    width: 100%;
}

.attavo-related-topics a span {
    display: block;
    justify-self: stretch;
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: left;
    width: 100%;
}

.attavo-related-topics a i {
    color: #001f46;
    font-size: 9px;
    justify-self: end;
}

.attavo-related-topics a:hover {
    color: #001f46;
    text-decoration: none;
}

/* Client rectification: these links mirror the categories listed under the
   Practice Questions parent and remain left aligned at every text length. */
.attavo-related-topics {
    max-height: 340px;
    overflow: auto;
}

.attavo-related-topics a {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.attavo-exam-calendar {
    padding: 11px 10px 17px;
    position: relative;
}

.attavo-exam-calendar > h3 {
    font-size: 13px;
    margin-bottom: 6px;
    padding-right: 23px;
}

.attavo-exam-calendar > h3 i {
    color: var(--attavo-blue);
}

.attavo-calendar-controls {
    align-items: center;
    background: #f5f8ff;
    border: 1px solid #e4ebf8;
    border-radius: 7px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 22px;
    margin-bottom: 4px;
    min-height: 25px;
    padding: 1px;
}

.attavo-calendar-controls strong {
    color: var(--attavo-ink);
    font-size: 10px;
    text-align: center;
}

.attavo-calendar-controls button,
.attavo-calendar-day {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    cursor: pointer;
    font-family: inherit;
    margin: 0;
}

.attavo-calendar-controls button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 5px;
    color: #496186;
    display: flex;
    font-size: 9px;
    height: 20px;
    justify-content: center;
    padding: 0;
    width: 20px;
}

.attavo-calendar-controls button:hover:not(:disabled),
.attavo-calendar-controls button:focus-visible {
    background: #e7efff;
    color: var(--attavo-blue);
}

.attavo-calendar-controls button:disabled {
    cursor: default;
    opacity: .28;
}

.attavo-calendar-weekdays,
.attavo-calendar-days {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.attavo-calendar-weekdays {
    color: #8792a8;
    font-size: 7px;
    font-weight: 800;
    margin-bottom: 1px;
    text-align: center;
}

.attavo-calendar-weekdays span {
    padding: 1px 0;
}

.attavo-calendar-day {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #435372;
    display: inline-flex;
    font-size: 9px;
    height: 18px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 100%;
}

.attavo-calendar-day:disabled {
    cursor: default;
    opacity: 1;
}

.attavo-calendar-day.has-events {
    background: #edf3ff;
    border-color: #d4e1ff;
    color: #154dc5;
    cursor: pointer;
    font-weight: 800;
}

.attavo-calendar-day.has-events > span {
    background: #001f46;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 5px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 5px;
}

.attavo-calendar-day.has-events:hover,
.attavo-calendar-day.has-events:focus-visible,
.attavo-calendar-day.is-selected {
    background: var(--attavo-blue);
    border-color: var(--attavo-blue);
    color: #fff;
    outline: none;
}

.attavo-calendar-day.is-selected > span {
    background: #fff;
    border-color: var(--attavo-blue);
}

.attavo-calendar-day.is-empty {
    display: block;
    height: 18px;
}

.attavo-calendar-selection {
    background: linear-gradient(135deg, #edf5ff, #f7fbff);
    border: 1px solid #e3eaf7;
    border-radius: 8px;
    margin-top: 5px;
    min-height: 41px;
    padding: 5px 7px;
    text-align: left;
}

.attavo-calendar-selection .attavo-calendar-selected-date,
.attavo-calendar-selection strong,
.attavo-calendar-selection small {
    display: block;
    text-align: left;
}

.attavo-calendar-selection .attavo-calendar-selected-date {
    color: var(--attavo-blue);
    font-size: 8px;
    font-weight: 800;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.attavo-calendar-selection .attavo-calendar-countdown {
    align-items: center;
    background: #001f46;
    border-radius: 999px;
    color: #001f46;
    display: inline-flex;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 4px;
    min-height: 20px;
    padding: 4px 8px;
    text-transform: uppercase;
}

.attavo-calendar-selection strong,
.attavo-calendar-selection strong a {
    color: var(--attavo-ink);
    font-size: 9px;
    line-height: 1.35;
}

.attavo-calendar-selection strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.attavo-calendar-selection strong a:hover {
    color: var(--attavo-blue);
    text-decoration: none;
}

.attavo-calendar-selection small {
    color: #75829b;
    font-size: 7px;
    margin-top: 3px;
}

.attavo-calendar-empty {
    color: #75829b !important;
    font-size: 9px !important;
    margin: 7px 0 0 !important;
    text-align: center !important;
}

.attavo-calendar-manage {
    align-items: center;
    background: #edf3ff;
    border-radius: 50%;
    color: #63718d;
    display: flex;
    font-size: 8px;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 20px;
}

.attavo-calendar-manage:hover {
    background: #dce8ff;
    color: var(--attavo-blue);
    text-decoration: none;
}

.attavo-calendar-manage span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* Compact daily exam countdown. The visible date is refreshed by JavaScript,
   while the next approved paper and remaining days come from live exam data. */
.attavo-exam-calendar {
    overflow: hidden;
    padding: 11px 10px 14px;
    text-align: center;
}

.attavo-countdown-sheet {
    background: #ffffff;
    border: 1px solid #dfe7f3;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 31, 70, .10);
    margin: 13px auto 10px;
    max-width: 126px;
    overflow: visible;
    position: relative;
}

.attavo-countdown-rings {
    display: flex;
    gap: 47px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: -8px;
}

.attavo-countdown-rings i {
    background: #001f46;
    border: 3px solid #ffffff;
    border-radius: 999px;
    display: block;
    height: 16px;
    width: 10px;
}

.attavo-countdown-month {
    background: #001f46;
    border-radius: 9px 9px 0 0;
    color: #ffffff;
    color: #ffffff !important;
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    padding: 12px 6px 7px;
}

.attavo-countdown-day {
    color: #001f46;
    display: block;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    padding: 9px 5px 2px;
}

.attavo-countdown-weekday {
    color: #51617c;
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    padding: 0 5px 9px;
}

.attavo-exam-calendar .attavo-calendar-selection {
    background: #f6f8fc;
    border-color: #e2e8f2;
    margin-top: 0;
    min-height: 70px;
    padding: 9px 8px;
    text-align: center;
}

.attavo-exam-calendar .attavo-calendar-selection .attavo-calendar-countdown {
    background: #001f46;
    color: #ffffff;
    color: #ffffff !important;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 6px;
}

.attavo-exam-calendar .attavo-calendar-selection .attavo-calendar-selected-date,
.attavo-exam-calendar .attavo-calendar-selection strong,
.attavo-exam-calendar .attavo-calendar-selection strong a,
.attavo-exam-calendar .attavo-calendar-selection small {
    display: block;
    text-align: center;
    width: 100%;
}

.attavo-exam-calendar .attavo-calendar-selection .attavo-calendar-selected-date {
    color: #51617c;
    font-size: 9px;
    margin-bottom: 7px;
}

.attavo-exam-calendar .attavo-calendar-selection strong,
.attavo-exam-calendar .attavo-calendar-selection strong a {
    color: #101b31;
    font-size: 10px;
    line-height: 1.35;
}

.attavo-calendar-exam-date {
    color: #66758f !important;
    font-size: 8px !important;
    margin-top: 4px !important;
}

.attavo-quick-links li + li {
    border-top: 1px solid #edf1f7;
}

.attavo-quick-links a {
    align-items: center;
    color: #1e345d;
    display: grid;
    font-size: 12px;
    gap: 8px;
    grid-template-columns: 16px 1fr auto;
    min-height: 34px;
}

.attavo-quick-links a:hover {
    color: var(--attavo-blue);
    text-decoration: none;
}

.attavo-difficulty {
    align-items: center;
    display: flex;
    gap: 14px;
}

.attavo-difficulty-chart {
    background: conic-gradient(
        #23b26d 0 var(--attavo-easy, 0%),
        #ffb600 var(--attavo-easy, 0%) calc(var(--attavo-easy, 0%) + var(--attavo-medium, 0%)),
        #f34850 calc(var(--attavo-easy, 0%) + var(--attavo-medium, 0%)) 100%
    );
    border-radius: 50%;
    display: block;
    height: 66px;
    position: relative;
    width: 66px;
}

.attavo-difficulty.is-empty .attavo-difficulty-chart {
    background: #e8edf5;
}

.attavo-difficulty-chart::after {
    background: #fff;
    border-radius: 50%;
    content: "";
    inset: 14px;
    position: absolute;
}

.attavo-difficulty ul {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.attavo-difficulty li {
    align-items: center;
    display: grid;
    font-size: 11px;
    gap: 6px;
    grid-template-columns: 7px 1fr auto;
    margin-bottom: 6px;
}

.attavo-difficulty li i {
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.attavo-difficulty .easy { background: #23b26d; }
.attavo-difficulty .medium { background: #ffb600; }
.attavo-difficulty .hard { background: #f34850; }

.attavo-progress-card {
    text-align: center;
}

.attavo-progress-ring {
    align-items: center;
    background: conic-gradient(#20ad70 calc(var(--progress) * 1%), #e4e9f0 0);
    border-radius: 50%;
    display: flex;
    height: 108px;
    justify-content: center;
    margin: 10px auto 13px;
    position: relative;
    width: 108px;
}

.attavo-progress-ring::after {
    background: #fff;
    border-radius: 50%;
    content: "";
    inset: 11px;
    position: absolute;
}

.attavo-progress-ring strong {
    color: var(--attavo-ink);
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.attavo-progress-card h4,
.attavo-progress-card p {
    text-align: center;
}

.attavo-progress-card > h3 {
    justify-content: flex-start;
    text-align: left;
}

.attavo-insight-card > span {
    color: #6f7c96;
    display: block;
    font-size: 8px;
    text-align: right;
}

.attavo-insight-card h3 i,
.attavo-dashboard-card h3 > i {
    color: #001f46;
    margin-right: 7px;
}

.attavo-insight-card h3 > i {
    align-items: center;
    background: #edf5ff;
    border: 1px solid #001f46;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 26px;
    height: 26px;
    justify-content: center;
    width: 26px;
}

.attavo-insight-card h4 i {
    color: #001f46;
    margin-right: 7px;
}

.attavo-insight-card__copy p {
    margin-bottom: 8px;
}

.attavo-insight-card__copy p:last-child {
    margin-bottom: 12px;
}

/* Keep Insight and Spotlight copy readable in the narrow sidebar cards. */
.attavo-today-insight .attavo-insight-card__copy,
.attavo-concept-card .attavo-concept-question,
.attavo-concept-card .attavo-concept-answer {
    box-sizing: border-box;
    width: 100%;
}

.attavo-today-insight .attavo-insight-card__copy p,
.attavo-concept-card .attavo-concept-question p,
.attavo-concept-card .attavo-concept-answer p {
    text-align: left;
}

.attavo-today-insight {
    border-top: 3px solid #3158ff;
}

.attavo-community-card li {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 0 0 10px;
}

.attavo-community-card li > * {
    margin: 0 !important;
}

.attavo-community-card li > i {
    align-items: center;
    background: #edf3ff;
    border-radius: 50%;
    color: var(--attavo-blue);
    display: inline-flex;
    height: 29px;
    justify-content: center;
    width: 29px;
}

.attavo-community-card li span,
.attavo-community-card li strong {
    display: block;
    font-size: 9px;
    text-align: left;
}

.attavo-community-card li > span {
    flex: 1;
    min-width: 0;
}

.attavo-community-card li strong {
    color: var(--attavo-ink);
    margin-top: 3px;
}

.attavo-featured-line {
    align-items: center;
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    margin: 10px 0;
}

.attavo-featured-line > * {
    margin: 0 !important;
}

.attavo-featured-line span {
    background: #fff0f1;
    border-radius: 14px;
    color: #f0444d;
    font-size: 9px;
    padding: 4px 8px;
}

.attavo-featured-card > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.attavo-challenge-progress {
    background: #e9edf3;
    border-radius: 4px;
    height: 5px;
    margin: 12px 0 6px;
    overflow: hidden;
}

.attavo-challenge-progress span {
    background: #4d5c74;
    display: block;
    height: 100%;
    margin: 0 !important;
    width: 60%;
	transition: width .25s ease;
}

.attavo-challenge-card h3 > i {
    color: #001f46;
}

.attavo-challenge-card.is-complete .attavo-challenge-progress span {
    background: #20ad70;
}

.attavo-challenge-card > small {
    margin: 0 0 10px;
    text-align: right;
}

.attavo-practice-benefits {
    background: #fff;
    border: 1px solid var(--attavo-border);
    border-radius: 12px;
    justify-self: stretch;
    margin: 5px 0 0 !important;
    max-width: none !important;
    min-width: 0;
    overflow: hidden;
    width: 100% !important;
}

.attavo-practice-benefits > h2 {
    color: var(--attavo-ink);
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    padding: 14px 18px 0;
}

.attavo-practice-benefits > div {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 12px 18px 18px;
}

.attavo-practice-benefits article {
    align-items: center;
    display: flex;
    gap: 10px;
    padding: 4px 13px;
}

.attavo-practice-benefits article + article {
    border-left: 1px solid #e7ecf4;
}

.attavo-practice-benefits article > i,
.attavo-practice-benefits footer > i {
    align-items: center;
    background: #eef4ff;
    border-radius: 50%;
    color: var(--attavo-blue);
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
}

.attavo-practice-benefits strong,
.attavo-practice-benefits small {
    display: block;
}

.attavo-practice-benefits strong {
    color: var(--attavo-ink);
    font-size: 10px;
    margin-bottom: 4px;
}

.attavo-practice-benefits small {
    color: var(--attavo-muted);
    font-size: 8px;
    line-height: 1.45;
}

.attavo-practice-benefits footer {
    align-items: center;
    background: linear-gradient(90deg, #edf5ff, #f7fbff);
    border-top: 1px solid #cbdcf4;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px 1fr auto;
    padding: 15px 22px;
}

.attavo-practice-benefits footer > i {
    background: #dfeeff;
    color: #001f46;
}

.attavo-practice-benefits footer a {
    background: #001f46;
    border-radius: 6px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 11px 22px;
}

.attavo-practice-dashboard .description_panel {
    margin: 0;
    min-width: 0;
    width: 100%;
}

.attavo-practice-dashboard .description_panel .card {
    border: 1px solid #dce4f2;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 42, 89, .045);
    margin: 0 !important;
    overflow: hidden;
}

.attavo-practice-dashboard .description_panel .card-header {
    background: #f3f3f3;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.attavo-practice-dashboard .description_panel .card-title {
    margin: 0 !important;
    width: 100%;
}

.attavo-practice-dashboard .attavo-description-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #071a43;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    gap: 0;
    justify-content: center;
    padding: 17px 22px;
    text-align: center;
    width: 100%;
}

.attavo-practice-dashboard .attavo-description-toggle > * {
    margin: 0 !important;
}

.attavo-practice-dashboard .attavo-description-title {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    min-width: 0;
}

.attavo-practice-dashboard .attavo-description-title strong {
    color: var(--attavo-ink);
    font-size: 20px;
    font-weight: 500;
}

.attavo-practice-dashboard .attavo-description-toggle .angle-down {
    color: #001f46;
    display: inline-block;
    line-height: 1;
    transition: transform 0.2s ease;
}

.attavo-practice-dashboard .description_panel.is-open .attavo-description-toggle .angle-down {
    transform: rotate(180deg);
}

.attavo-practice-dashboard .attavo-description-content[hidden] {
    display: none !important;
}

.attavo-practice-dashboard .attavo-description-content .card-body {
    background: #fff;
    border-top: 1px solid #dce4f2;
    color: #253858;
    line-height: 1.75;
    padding: 26px 28px;
    text-align: left;
}

@media (max-width: 1199px) {
    .attavo-practice-dashboard > .container > .row {
        grid-template-areas:
            "breadcrumb breadcrumb"
            "left main"
            "right main"
            "description description"
            "benefits benefits";
        grid-template-columns: 235px minmax(0, 1fr);
    }

    .attavo-practice-right {
        grid-area: right;
    }

    .attavo-practice-benefits > div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .attavo-practice-benefits article:nth-child(4) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .attavo-practice-dashboard {
        padding-top: 16px;
    }

    .attavo-practice-dashboard > .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .attavo-practice-dashboard > .container > .row {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .attavo-practice-main,
    .attavo-practice-dashboard .custom-breadcam,
    .attavo-practice-dashboard .description_panel,
    .attavo-practice-left,
    .attavo-practice-right,
    .attavo-practice-benefits {
        width: 100%;
    }

    .attavo-practice-left,
    .attavo-practice-right {
        display: block;
    }

    .attavo-practice-main { order: 1; }
    .attavo-practice-dashboard .custom-breadcam { order: 0; }
    .attavo-practice-left { order: 2; }
    .attavo-practice-right { order: 3; }
    .attavo-practice-dashboard .description_panel { order: 4; }
    .attavo-practice-benefits { order: 5; }

    .attavo-practice-dashboard .custom-breadcam {
        margin: 0;
        overflow-x: auto;
        padding: 0 0 10px;
        white-space: nowrap;
    }

    .attavo-practice-dashboard .attavo-description-toggle {
        padding: 15px;
    }

    .attavo-practice-dashboard .attavo-description-title small {
        font-size: 9px;
    }

    .attavo-practice-dashboard .attavo-description-content .card-body {
        padding: 18px;
    }

    .attavo-practice-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .attavo-practice-meta > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #e8edf6;
    }

    .attavo-practice-meta > div:nth-child(4) {
        border-top: 1px solid #e8edf6;
    }

    .attavo-question-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .attavo-question-position {
        align-self: flex-end;
    }

    .attavo-question-heading {
        gap: 9px;
        grid-template-columns: 32px minmax(0, 1fr) 25px;
        padding: 13px 12px 5px;
    }

    .attavo-question-number {
        height: auto;
        width: auto;
    }

    .attavo-question-heading > a {
        font-size: 13px;
        padding-top: 3px;
    }

    .attavo-practice-dashboard .qus_wrappeer {
        padding: 0 12px 8px 36px;
    }

    .attavo-practice-dashboard .questions-list > li + li {
        margin-top: 8px;
    }

    .attavo-practice-dashboard .questions-list > li > a {
        min-height: 30px;
        padding: 3px 0;
    }

    .attavo-bottom-pagination a,
    .attavo-bottom-pagination .is-disabled,
    .attavo-bottom-pagination .attavo-page-number {
        font-size: 10px;
        height: 32px;
        min-width: 26px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .attavo-practice-dashboard .answer-imfo {
        padding-left: 12px;
        padding-right: 12px;
    }

    .attavo-answer-summary {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .attavo-answer-summary > .attavo-question-feedback {
        flex: 1 0 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: 0 !important;
        padding-left: 41px;
    }

    .attavo-question-feedback-options {
        display: grid;
        flex: 1 1 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .attavo-question-feedback-options label > span {
        min-width: 0;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }

    .attavo-question-feedback-status {
        flex: 1 0 100%;
    }

    .attavo-practice-benefits > div {
        grid-template-columns: 1fr;
    }

    .attavo-practice-benefits article,
    .attavo-practice-benefits article + article,
    .attavo-practice-benefits article:nth-child(4) {
        border-left: 0;
        border-top: 1px solid #e7ecf4;
        padding: 12px 4px;
    }

    .attavo-practice-benefits article:first-child {
        border-top: 0;
    }

    .attavo-practice-benefits footer {
        grid-template-columns: 38px 1fr;
    }

    .attavo-practice-benefits footer a {
        grid-column: 1 / -1;
        text-align: center;
    }
}

/* Match the typography used by the current avatto.com MCQ page. */
.attavo-practice-dashboard {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (min-width: 768px) {
    .attavo-practice-dashboard .custom-breadcam,
    .attavo-practice-dashboard .custom-breadcam a,
    .attavo-practice-dashboard .custom-breadcam span {
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 22.5px;
    }

    .attavo-practice-dashboard .inner-bnr-heading h1 {
        font-family: "Exo 2", sans-serif;
        font-size: 21px;
        font-weight: 600;
        line-height: 25.2px;
    }

    .attavo-practice-dashboard .attavo-question-heading > a {
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 29px;
    }

    .attavo-practice-dashboard .questions-list > li > a {
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

    .attavo-practice-dashboard .questions-list .qs_name {
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 16px !important;
        font-weight: 600;
        line-height: 29px !important;
    }

    .attavo-practice-dashboard .answer-imfo-list > li:first-child a,
    .attavo-practice-dashboard .attavo-comment-action a {
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .attavo-practice-dashboard .description_panel .card-title,
    .attavo-practice-dashboard .description_panel .card-title a {
        font-family: "Exo 2", sans-serif;
        font-size: 23px;
        font-weight: 500;
        line-height: 27.6px;
    }

    .attavo-practice-left,
    .attavo-practice-right,
    .attavo-dashboard-card p,
    .attavo-overview-list li,
    .attavo-stat-list li {
        font-family: "Segoe UI", Arial, sans-serif;
    }

    .attavo-dashboard-card h2,
    .attavo-dashboard-card h3,
    .attavo-dashboard-card h4,
    .attavo-primary-button,
    .attavo-outline-button {
        font-family: "Exo 2", sans-serif;
    }

    .attavo-overview-list li,
    .attavo-stat-list li,
    .attavo-dashboard-card p {
        font-size: 14px;
        line-height: 21px;
    }

    .attavo-related-topics a {
        font-family: "Oswald", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 19.5px;
    }

    .attavo-practice-dashboard .attavo-comment-panel,
    .attavo-practice-dashboard .attavo-comment-panel label,
    .attavo-practice-dashboard .attavo-comment-panel textarea,
    .attavo-practice-dashboard .attavo-comment-panel input {
        font-family: "Segoe UI", Arial, sans-serif;
    }
}

/* Compact social sharing appears between selected question cards so the MCQ
   list is not followed by the old like/dislike text block. */
.attavo-question-share {
    align-items: center;
    background: #edf5ff;
    border: 1px solid #cbdcf4;
    border-radius: 10px;
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 8px 0 12px;
    min-height: 54px;
    padding: 9px 14px;
}

.attavo-question-share > strong {
    color: #001f46;
    font-family: "Exo 2", sans-serif;
    font-size: 13px;
}

.attavo-question-share > div {
    display: inline-flex;
    gap: 8px;
}

.attavo-question-share a,
.attavo-question-share button {
    align-items: center;
    background: #fff;
    border: 1px solid #b9cdea;
    border-radius: 999px;
    color: #001f46;
    cursor: pointer;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    height: 34px;
    justify-content: center;
    padding: 0 12px;
    width: auto !important;
}

.attavo-question-share a:hover,
.attavo-question-share button:hover {
    background: #001f46;
    color: #fff;
    text-decoration: none;
}

.attavo-question-share > small {
    color: #001f46;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .attavo-question-share {
        flex-wrap: wrap;
    }

    .attavo-answer-follow {
        align-items: flex-start;
        border-left: 0;
        border-top: 1px solid #d7e2f1;
        flex: 1 0 100%;
        justify-content: flex-start;
        margin-left: 41px !important;
        min-width: 0;
        padding: 10px 0 0 !important;
    }

    .attavo-answer-follow-copy {
        text-align: left;
    }

    .attavo-answer-summary .attavo-answer-follow-copy strong {
        justify-content: flex-start;
    }

    .attavo-practice-dashboard .attavo-description-title strong {
        font-size: 17px;
    }
}

/* Difficulty dots: white by default */
.attavo-question-feedback-options label > span i {
    background: #fff;
}

/* Selected difficulty: center dot becomes black */
.attavo-question-feedback-options input:checked + span i {
    background: #000 !important;
}
.attavo-concept-question {
    margin: 12px 0 14px;
}

.attavo-concept-question strong,
.attavo-concept-answer strong {
    display: block;
    margin-bottom: 5px;
    color: #001f46;
    font-weight: 700;
}

.attavo-concept-question p,
.attavo-concept-answer p {
    margin: 0;
}
/* =========================================
 * Concept Spotlight Popup
 * ========================================= */

.attavo-concept-clickable {
	position: relative;
	cursor: pointer;
}

/* Popup hidden */
.attavo-concept-popup {
	display: none !important;

	position: fixed !important;
	z-index: 999999 !important;

	top: 50% !important;
	left: 58% !important;

	width: 520px !important;
	max-width: calc(100vw - 30px) !important;
	max-height: 80vh !important;

	transform: translate(-50%, -50%) !important;

	overflow-y: auto !important;

	background: #ffffff !important;

	border: 1px solid #d7e1ef !important;
	border-radius: 14px !important;

	padding: 24px !important;

	box-shadow: 0 15px 45px rgba(0, 31, 70, 0.25) !important;

	box-sizing: border-box !important;

	cursor: default !important;
}

/* THIS OPENS THE POPUP */
.attavo-concept-popup.is-visible {
	display: block !important;
}

/* Overlay */
.attavo-concept-popup-overlay {
	display: none;

	position: fixed;

	inset: 0;

	z-index: 999998;

	background: rgba(0, 20, 50, 0.35);
}

.attavo-concept-popup-overlay.is-visible {
	display: block;
}

/* Close button */
.attavo-concept-popup-close {
	position: absolute !important;

	top: 8px !important;
	right: 10px !important;

	width: 32px !important;
	height: 32px !important;

	border: 0 !important;

	background: transparent !important;

	color: #001f46 !important;

	font-size: 25px !important;

	line-height: 1 !important;

	cursor: pointer !important;
}

/* Popup heading */
.attavo-concept-popup-inner h3 {
	margin: 0 35px 20px 0 !important;

	color: #001f46 !important;

	font-size: 19px !important;

	font-weight: 800 !important;
}

/* Question + Answer */
.attavo-concept-popup-question,
.attavo-concept-popup-answer {
	margin-bottom: 20px !important;
}

.attavo-concept-popup-question strong,
.attavo-concept-popup-answer strong {
	display: block;

	margin-bottom: 7px;

	color: #001f46;

	font-size: 16px;

	font-weight: 800;
}

.attavo-concept-popup-question p,
.attavo-concept-popup-answer p {
	margin: 0;

	color: #30466b;

	font-size: 15px;

	line-height: 1.65;
}

/* Mobile */
@media (max-width: 767px) {

	.attavo-concept-popup {
		width: calc(100vw - 28px) !important;

		max-width: none !important;

		max-height: 82vh !important;

		padding: 22px !important;
	}

}
span.attavo-question-feedback-label {
    align-items: center;
    align-self: center;
    color: rgb(82, 103, 131);
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 auto;
    min-height: 28px;
    white-space: nowrap;
}

/* Keep question answers at the reference size on phones as well. */
@media (max-width: 767px) {
    .attavo-streamlined-practice .questions-list .qs_name,
    .attavo-streamlined-practice .questions-list .qs_name * {
        font-size: 15px !important;
        line-height: 29px !important;
    }
}

/*
 * Approved MCQ typography: use black text throughout the practice dashboard.
 * Brand colours remain on backgrounds, icons, progress graphics and statuses.
 */
.attavo-practice-dashboard {
    --attavo-ink: #111111;
    --attavo-muted: #111111;
    color: #111111;
}

.attavo-practice-dashboard .custom-breadcam,
.attavo-practice-dashboard .custom-breadcam a,
.attavo-practice-dashboard .custom-breadcam span,
.attavo-practice-dashboard .custom-breadcam span.current-item,
.attavo-practice-dashboard .inner-bnr-heading h1,
.attavo-practice-dashboard .attavo-question-heading > a,
.attavo-practice-dashboard .attavo-question-heading > a:hover,
.attavo-practice-dashboard .attavo-question-number,
.attavo-practice-dashboard .questions-list > li > a,
.attavo-practice-dashboard .questions-list > li > a:hover,
.attavo-practice-dashboard .questions-list .qs_name,
.attavo-practice-dashboard .questions-list .qs_name *,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a span,
.attavo-practice-dashboard .answer-imfo-list > li:first-child a i,
.attavo-practice-dashboard .attavo-comment-action a,
.attavo-practice-dashboard .attavo-comment-action a span,
.attavo-practice-dashboard .attavo-comment-action a i,
.attavo-practice-dashboard .attavo-answer-copy,
.attavo-practice-dashboard .attavo-answer-copy small,
.attavo-practice-dashboard .attavo-answer-copy strong,
.attavo-practice-dashboard .attavo-answer-copy em,
.attavo-practice-dashboard .attavo-question-feedback legend,
.attavo-practice-dashboard .attavo-question-feedback-label,
.attavo-practice-dashboard .attavo-question-feedback-status,
.attavo-practice-dashboard .attavo-explanation-text,
.attavo-practice-dashboard .attavo-comment-panel label,
.attavo-practice-dashboard .attavo-comment-panel .comment-notes,
.attavo-practice-dashboard .attavo-comment-panel .comment-notes span,
.attavo-practice-dashboard .attavo-comment-panel .logged-in-as,
.attavo-practice-dashboard .attavo-comment-panel .comment-form-cookies-consent label {
    color: #111111 !important;
}

.attavo-practice-dashboard .attavo-dashboard-card h2,
.attavo-practice-dashboard .attavo-dashboard-card h3,
.attavo-practice-dashboard .attavo-dashboard-card h4,
.attavo-practice-dashboard .attavo-dashboard-card p,
.attavo-practice-dashboard .attavo-dashboard-card a,
.attavo-practice-dashboard .attavo-dashboard-card li,
.attavo-practice-dashboard .attavo-dashboard-card small,
.attavo-practice-dashboard .attavo-dashboard-card strong,
.attavo-practice-dashboard .attavo-dashboard-card span,
.attavo-practice-dashboard .description_panel h2,
.attavo-practice-dashboard .description_panel h3,
.attavo-practice-dashboard .description_panel h4,
.attavo-practice-dashboard .description_panel p,
.attavo-practice-dashboard .description_panel li,
.attavo-practice-dashboard .description_panel a,
.attavo-practice-dashboard .description_panel span,
.attavo-practice-dashboard .description_panel strong,
.attavo-practice-dashboard .attavo-bottom-pagination a,
.attavo-practice-dashboard .attavo-bottom-pagination span:not(.is-disabled) {
    color: #111111 !important;
}

/* Preserve legibility on the dark/coloured MCQ controls. */
.attavo-practice-dashboard .questions-list .dot,
.attavo-practice-dashboard .attavo-question-feedback-options .is-easy > span,
.attavo-practice-dashboard .attavo-question-feedback-options .is-hard > span,
.attavo-practice-dashboard .attavo-bottom-pagination .attavo-page-number.is-current,
.attavo-practice-dashboard .attavo-practice-benefits footer a {
    color: #ffffff !important;
}

.attavo-practice-dashboard .required,
.attavo-practice-dashboard .attavo-question-feedback-status.is-error,
.attavo-practice-dashboard .attavo-difficulty-wrong {
    color: #c23740 !important;
}