.attavo-spotlight {
    background:
        radial-gradient(circle at 7% 18%, rgba(49, 88, 255, 0.10), transparent 27%),
        radial-gradient(circle at 94% 86%, rgba(23, 191, 153, 0.09), transparent 25%),
        linear-gradient(180deg, #f8faff 0%, #f2f6fc 100%);
    overflow: hidden;
    padding: 70px 0;
    position: relative;
}

.attavo-spotlight::before,
.attavo-spotlight::after {
    border: 1px solid rgba(49, 88, 255, 0.08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    position: absolute;
}

.attavo-spotlight::before {
    height: 260px;
    left: -145px;
    top: -125px;
    width: 260px;
}

.attavo-spotlight::after {
    bottom: -190px;
    height: 340px;
    right: -170px;
    width: 340px;
}

.attavo-spotlight > .container {
    position: relative;
    z-index: 1;
}

.attavo-spotlight *,
.attavo-spotlight *::before,
.attavo-spotlight *::after {
    box-sizing: border-box;
}

.attavo-spotlight__card {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(177, 193, 225, 0.60);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(23, 47, 91, 0.10);
    color: #071433;
    overflow: hidden;
    padding: 31px 32px 28px;
    position: relative;
}

.attavo-spotlight__card::before {
    background: linear-gradient(90deg, #3158ff 0%, #6d8aff 52%, #39c5a6 100%);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.attavo-spotlight__heading {
    align-items: center;
    display: flex;
    gap: 11px;
    margin-bottom: 22px;
}

.attavo-spotlight__heading h2 {
    color: #071433;
    font-size: 23px;
    font-weight: 750;
    letter-spacing: -0.35px;
    line-height: 1.2;
    margin: 0 !important;
}

.attavo-spotlight__spark {
    align-items: center;
    background: linear-gradient(135deg, #3158ff 0%, #6c84ff 100%);
    border-radius: 11px;
    box-shadow: 0 7px 18px rgba(49, 88, 255, 0.22);
    color: #fff;
    display: inline-flex;
    flex: 0 0 38px;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    width: 38px;
}

.attavo-spotlight__badge {
    background: #eef3ff;
    border: 1px solid #dce6ff;
    border-radius: 999px;
    color: #3158ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15px;
    margin: 0 0 0 3px !important;
    padding: 6px 10px;
}

.attavo-spotlight__main-tabs {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 20px;
}

.attavo-spotlight__main-tab {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
    border: 1px solid #dfe6f1;
    border-radius: 13px;
    box-shadow: 0 3px 10px rgba(33, 52, 88, 0.035);
    color: #071433;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 650;
    gap: 9px !important;
    justify-content: center !important;
    min-height: 56px;
    padding: 11px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.attavo-spotlight__main-tab > span {
    flex: 0 0 auto !important;
    margin: 0 !important;
    max-width: none !important;
    width: auto !important;
}

.attavo-spotlight__main-tab .dashicons {
    align-items: center;
    background: #edf2ff;
    border-radius: 8px;
    color: #3158ff;
    display: inline-flex;
    flex: 0 0 32px !important;
    font-size: 19px;
    height: 32px;
    justify-content: center;
    margin: 0 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
    width: 32px !important;
}

.attavo-spotlight__main-tab:hover,
.attavo-spotlight__main-tab:focus-visible {
    border-color: #a8b9fa;
    box-shadow: 0 8px 22px rgba(49, 88, 255, 0.12);
    outline: none;
    transform: translateY(-2px);
}

.attavo-spotlight__main-tab.is-active {
    background: linear-gradient(135deg, #dceaff 0%, #edf5ff 100%);
    border-color: #aac6ed;
    box-shadow: 0 8px 20px rgba(42, 89, 145, 0.12);
    color: #082b55;
}

.attavo-spotlight__main-tab.is-active .dashicons {
    background: #c7dcf8;
    color: #0a4a86;
}

.attavo-spotlight__panel[hidden] {
    display: none;
}

.attavo-spotlight__subtabs {
    align-items: center;
    background: #f6f8fc;
    border: 1px solid #e4eaf4;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 18px;
    padding: 7px;
}

.attavo-spotlight__subtab {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #243251;
    cursor: pointer;
    font-size: 12px;
    font-weight: 550;
    line-height: 1;
    padding: 10px 16px;
    transition: all 0.2s ease;
}

.attavo-spotlight__subtab:hover,
.attavo-spotlight__subtab:focus-visible {
    background: #fff;
    border-color: #cbd6f6;
    color: #2347e9;
    outline: none;
}

.attavo-spotlight__subtab.is-active {
    background: #dceaff;
    border-color: #aac6ed;
    box-shadow: 0 5px 14px rgba(42, 89, 145, 0.12);
    color: #082b55;
}

.attavo-spotlight__body {
    align-items: stretch;
    background: linear-gradient(135deg, #f8faff 0%, #f4f8fd 100%);
    border: 1px solid #e3eaf5;
    border-radius: 19px;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
    min-height: 270px;
    overflow: hidden;
    padding: 19px;
}

.attavo-spotlight__content-list {
    align-content: center;
    align-items: stretch;
    display: grid;
    gap: 10px;
    justify-self: stretch;
    max-height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 8px 0 0;
    scrollbar-color: #a8b9dc #e8eef8;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    text-align: left !important;
    width: 100%;
}

.attavo-spotlight__content-list::-webkit-scrollbar {
    width: 7px;
}

.attavo-spotlight__content-list::-webkit-scrollbar-track {
    background: #e8eef8;
    border-radius: 999px;
}

.attavo-spotlight__content-list::-webkit-scrollbar-thumb {
    background: #a8b9dc;
    border-radius: 999px;
}

.attavo-spotlight__content-list::-webkit-scrollbar-thumb:hover {
    background: #7f96c4;
}

.attavo-spotlight__item {
    align-items: center;
    background: #fff;
    border: 1px solid #e4eaf4;
    border-radius: 13px;
    box-shadow: 0 3px 12px rgba(24, 48, 91, 0.04);
    display: flex;
    gap: 13px;
    justify-content: flex-start;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none;
    min-height: 59px;
    padding: 10px 13px;
    text-align: left !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.attavo-spotlight__item:hover {
    border-color: #c9d5f3;
    box-shadow: 0 8px 22px rgba(24, 48, 91, 0.09);
    transform: translateX(3px);
}

.attavo-spotlight__item > div {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left !important;
}

.attavo-spotlight__item[hidden] {
    display: none;
}

.attavo-spotlight__item-icon {
    align-items: center;
    background: var(--item-color);
    border: 4px solid color-mix(in srgb, var(--item-color) 14%, white);
    border-radius: 12px;
    box-shadow: 0 5px 13px color-mix(in srgb, var(--item-color) 20%, transparent);
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    margin-top: 0;
    width: 42px;
}

.attavo-spotlight__item-icon .dashicons {
    font-size: 19px;
    height: 19px;
    width: 19px;
}

.attavo-spotlight__item h3 {
    color: #071433;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 3px;
    text-align: left !important;
}

.attavo-spotlight__item h3 a {
    color: inherit;
    text-decoration: none;
}

.attavo-spotlight__item h3 a:hover {
    color: #3158ff;
}

.attavo-spotlight__item p {
    color: #53617c;
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
    text-align: left !important;
}

.attavo-spotlight__empty {
    align-self: center;
    background: #fff;
    border: 1px dashed #c6d3e8;
    border-radius: 13px;
    color: #69758f;
    font-size: 13px;
    padding: 26px;
    text-align: center;
}

.attavo-saved-progress {
    background: #fff;
    border: 1px solid #e4dccd;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 31, 70, 0.07);
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    min-height: 100%;
    padding: 15px 16px;
    width: 100%;
}

.attavo-saved-progress__header {
    align-items: center;
    display: flex;
    gap: 11px;
}

.attavo-saved-progress__header > .dashicons,
.attavo-saved-progress__hero-icon {
    align-items: center;
    background: #001f46;
    border: 4px solid #fff3cc;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 31, 70, 0.18);
    color: #f7bb00;
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 20px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.attavo-saved-progress__eyebrow {
    color: #7c6430;
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.attavo-saved-progress h3 {
    color: #071a43;
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
}

.attavo-saved-progress__details {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.attavo-saved-progress__details > div {
    background: #faf9f6;
    border: 1px solid #eee7da;
    border-radius: 9px;
    min-width: 0;
    padding: 7px 9px;
}

.attavo-saved-progress__details .attavo-saved-progress__question {
    grid-column: 1 / -1;
}

.attavo-saved-progress__details dt {
    color: #7a8394;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.attavo-saved-progress__details dd {
    color: #071a43;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attavo-saved-progress__meter > div:first-child {
    align-items: center;
    color: #53617c;
    display: flex;
    font-size: 10px;
    justify-content: space-between;
    margin-bottom: 5px;
}

.attavo-saved-progress__meter strong {
    color: #071a43;
    font-size: 12px;
}

.attavo-saved-progress__bar {
    background: #e9edf4;
    border-radius: 999px;
    height: 7px;
    overflow: hidden;
}

.attavo-saved-progress__bar span {
    background: linear-gradient(90deg, #f7bb00, #ffd34a);
    border-radius: inherit;
    display: block;
    height: 100%;
}

.attavo-saved-progress__meter small {
    color: #7a8394;
    display: block;
    font-size: 9px;
    margin-top: 4px;
}

.attavo-saved-progress__button {
    align-items: center;
    align-self: flex-start;
    background: linear-gradient(135deg, #f7bb00, #ffd34a);
    border: 1px solid #e3aa00;
    border-radius: 9px;
    color: #001f46;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 13px;
    justify-content: center;
    min-height: 38px;
    padding: 9px 13px;
    text-decoration: none;
}

.attavo-saved-progress__button:hover,
.attavo-saved-progress__button:focus-visible {
    background: #001f46;
    border-color: #001f46;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.attavo-saved-progress--new {
    align-items: center;
    flex-direction: row;
    gap: 16px;
    padding: 24px;
}

.attavo-saved-progress--new > div {
    min-width: 0;
}

.attavo-saved-progress--new p {
    color: #53617c;
    font-size: 12px;
    line-height: 1.45;
    margin: 7px 0 13px;
}

/* Common Mistakes: reference-led resume experience, intentionally navy-only. */
.attavo-spotlight__main-tab[data-main-tab="common-mistakes"].is-active {
    background: #001f46;
    border-color: #001f46;
    box-shadow: 0 8px 20px rgba(0, 31, 70, 0.20);
    color: #fff;
}

.attavo-spotlight__main-tab[data-main-tab="common-mistakes"].is-active .dashicons {
    background: #17385f;
    color: #f7bb00;
}

.attavo-spotlight__body--common-mistakes {
    background: #fffdf8;
    border-color: #e7dece;
    display: grid;
    min-height: 0;
    padding: 18px;
}

.attavo-spotlight__body--common-mistakes .attavo-spotlight__content-list {
    display: block;
    max-height: none;
    overflow: visible;
    padding: 0;
}

.attavo-spotlight__body--common-mistakes .attavo-spotlight__empty {
    display: none !important;
}

.attavo-common-mistake {
    background: #fff;
    border: 1px solid #e6dfd2;
    border-radius: 16px;
    box-shadow: 0 7px 22px rgba(0, 31, 70, 0.05);
    color: #001f46;
    min-height: 100%;
    padding: 20px 22px;
    width: 100%;
}

.attavo-common-mistake__intro {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 210px;
    justify-items: stretch;
    min-height: 125px;
    padding: 0 12px 16px 2px;
}

.attavo-common-mistake__message {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-self: stretch !important;
    min-width: 0;
    width: 100% !important;
}

.attavo-common-mistake__message > div {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left !important;
    width: auto !important;
}

.attavo-common-mistake__icon {
    align-items: center;
    background: #fff3c9;
    border-radius: 50%;
    color: #001f46;
    display: inline-flex;
    flex: 0 0 54px;
    font-size: 25px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.attavo-common-mistake__icon svg {
    display: block;
    height: 28px;
    width: 28px;
}

.attavo-common-mistake__icon svg path:first-child {
    fill: #001f46;
    stroke: #001f46;
    stroke-linejoin: round;
    stroke-width: 1.2;
}

.attavo-common-mistake__icon svg path:last-child {
    fill: none;
    stroke: #f7bb00;
    stroke-linecap: round;
    stroke-width: 1.4;
}

.attavo-common-mistake__message h3 {
    color: #001f46;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 4px 0 8px;
}

.attavo-common-mistake__message h3 span {
    display: block;
}

.attavo-common-mistake__message p {
    color: #304665;
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
    max-width: 600px;
}

.attavo-common-mistake__art {
    display: block;
    height: 135px;
    justify-self: end;
    max-width: 210px;
    width: 100%;
}

.attavo-common-progress {
    background: #f8f9fa;
    border: 1px solid #dfe4e9;
    border-radius: 12px;
    overflow: hidden;
    padding: 13px 16px 0;
}

.attavo-common-progress__label {
    background: #fff3c9;
    border-radius: 5px;
    color: #001f46;
    display: inline-block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1;
    padding: 6px 9px;
    text-transform: uppercase;
}

.attavo-common-progress__body,
.attavo-common-progress__new-body {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    padding: 12px 8px 13px;
    width: 100%;
}

.attavo-common-progress__document {
    align-items: center;
    background: #fff;
    border: 1px solid #d9e0e7;
    border-radius: 50%;
    color: #001f46;
    display: inline-flex;
    font-size: 21px;
    height: 50px;
    justify-content: center;
    justify-self: start !important;
    margin: 0 !important;
    width: 50px;
}

.attavo-common-progress__details {
    justify-self: stretch !important;
    min-width: 0;
    text-align: left !important;
    width: 100% !important;
}

.attavo-common-progress h4 {
    color: #001f46;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 3px;
    text-align: left !important;
}

.attavo-common-progress p {
    color: #304665;
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
    text-align: left !important;
}

.attavo-common-progress__meter-row {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(120px, 320px) auto;
    justify-content: start;
    justify-items: stretch;
    margin-top: 9px;
    width: 100% !important;
}

.attavo-common-progress__meter {
    background: #e1e5e9;
    border-radius: 99px;
    height: 8px;
    justify-self: stretch;
    min-width: 0;
    overflow: hidden;
    width: 100% !important;
}

.attavo-common-progress__meter span {
    background: #001f46;
    border-radius: inherit;
    display: block;
    height: 100%;
    min-width: 4px;
}

.attavo-common-progress__meter-row strong {
    color: #001f46;
    font-size: 11px;
}

.attavo-common-progress__details small {
    align-items: center;
    color: #52647d;
    display: flex;
    font-size: 9px;
    gap: 4px;
    margin-top: 7px;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
}

.attavo-common-progress__details small .dashicons {
    flex: 0 0 12px !important;
    font-size: 12px;
    height: 12px;
    margin: 0 !important;
    width: 12px;
}

.attavo-common-progress__button {
    align-items: center;
    background: #001f46;
    border: 1px solid #001f46;
    border-radius: 9px;
    box-shadow: 0 7px 16px rgba(0, 31, 70, 0.18);
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    justify-self: end !important;
    line-height: 1.35;
    min-height: 48px;
    min-width: 150px;
    padding: 9px 14px;
    text-align: center;
    text-decoration: none;
    margin: 0 !important;
}

.attavo-common-progress__button:hover,
.attavo-common-progress__button:focus-visible {
    background: #fff;
    color: #001f46;
    outline: 2px solid #001f46;
    outline-offset: 2px;
    text-decoration: none;
}

.attavo-common-progress__footer {
    align-items: center;
    border-top: 1px solid #dfe4e9;
    color: #001f46;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    text-decoration: none;
}

.attavo-common-progress__footer .dashicons {
    flex: 0 0 15px !important;
    font-size: 15px;
    height: 15px;
    margin: 0 !important;
    width: 15px;
}

.attavo-common-progress__footer > span {
    flex: 0 0 auto !important;
    margin: 0 !important;
    max-width: none !important;
    width: auto !important;
}

.attavo-common-progress__footer > span:last-child {
    margin-left: 2px !important;
}

.attavo-common-progress__footer:hover,
.attavo-common-progress__footer:focus-visible {
    color: #001f46;
    text-decoration: underline;
}

.attavo-common-progress--new {
    padding-bottom: 10px;
}

.attavo-common-progress__new-body > div {
    justify-self: stretch !important;
    min-width: 0;
    text-align: left !important;
    width: 100% !important;
}

.attavo-common-progress__new-body p {
    max-width: 600px;
}

.attavo-spotlight__visual {
    align-items: center;
    background:
        radial-gradient(circle at 50% 38%, rgba(49, 88, 255, 0.10), transparent 37%),
        linear-gradient(160deg, #ffffff 0%, #edf4ff 100%);
    border: 1px solid #e0e8f6;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 16px 18px 15px;
    position: relative;
}

.attavo-spotlight__visual::before,
.attavo-spotlight__visual::after {
    background: #3158ff;
    border-radius: 50%;
    content: "";
    height: 5px;
    opacity: 0.20;
    position: absolute;
    width: 5px;
}

.attavo-spotlight__visual--timeline {
    align-items: stretch;
    background: linear-gradient(160deg, #e9f3ff 0%, #f7fbff 100%);
    justify-content: flex-start;
    padding: 17px 16px 15px;
}

.attavo-spotlight__visual--timeline::before,
.attavo-spotlight__visual--timeline::after {
    display: none;
}

.attavo-spotlight__visual--ad {
    align-items: stretch;
    background: #fff;
    box-sizing: border-box;
    justify-content: center;
    min-height: 280px;
    padding: 16px;
    width: 100%;
}

.attavo-spotlight__visual--ad::before,
.attavo-spotlight__visual--ad::after {
    display: none;
}

.attavo-spotlight__ad {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-height: 250px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.attavo-spotlight__ad-placeholder {
    align-items: center;
    background:
        radial-gradient(circle at 50% 25%, rgba(255, 189, 0, 0.16), transparent 34%),
        linear-gradient(145deg, #fffdf7 0%, #f6f8fc 100%);
    border: 1px dashed #cfdaea;
    border-radius: 13px;
    color: #526783;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    padding: 22px;
    position: absolute;
    text-align: center;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.attavo-spotlight__ad-placeholder-icon {
    align-items: center;
    background: #fff0bd;
    border-radius: 50%;
    color: #071a43;
    display: inline-flex;
    font-size: 22px;
    height: 48px;
    justify-content: center;
    margin-bottom: 13px;
    width: 48px;
}

.attavo-spotlight__ad-placeholder-label {
    color: #9a6700;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.attavo-spotlight__ad-placeholder strong {
    color: #071a43;
    font-size: 15px;
    line-height: 1.3;
}

.attavo-spotlight__ad-placeholder small {
    color: #7a879b;
    font-size: 11px;
    margin-top: 4px;
}

.attavo-spotlight__ad.is-ad-filled .attavo-spotlight__ad-placeholder {
    opacity: 0;
    visibility: hidden;
}

.attavo-spotlight__ad-slot {
    min-height: 250px;
    width: 100%;
}

.attavo-spotlight__ad-mount {
    min-width: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

.attavo-spotlight__timeline {
    min-width: 0;
}

.attavo-spotlight__timeline[hidden] {
    display: none;
}

.attavo-spotlight__timeline-heading {
    align-items: center;
    border-bottom: 1px solid #c9daee;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    padding: 0 2px 11px;
}

.attavo-spotlight__timeline-heading > .dashicons {
    align-items: center;
    background: #c8dff8;
    border-radius: 9px;
    color: #0b4c88;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.attavo-spotlight__timeline-heading small {
    color: #58718e;
    display: block;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .35px;
    line-height: 1.2;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.attavo-spotlight__timeline-heading h3 {
    color: #082b55;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.25;
    margin: 0;
}

.attavo-spotlight__timeline-list {
    list-style: none;
    margin: 0;
    max-height: 210px;
    overflow-y: auto;
    padding: 0 5px 0 0;
    scrollbar-color: #9eb8d7 transparent;
    scrollbar-width: thin;
}

.attavo-spotlight__timeline-item {
    display: grid;
    gap: 10px;
    grid-template-columns: 12px minmax(0, 1fr);
    margin: 0;
    min-width: 0;
    padding: 0 0 12px;
    position: relative;
}

.attavo-spotlight__timeline-item::before {
    background: #b8cde5;
    content: "";
    left: 5px;
    position: absolute;
    top: 11px;
    bottom: 0;
    width: 2px;
}

.attavo-spotlight__timeline-item:last-child::before {
    display: none;
}

.attavo-spotlight__timeline-dot {
    background: #5792cb;
    border: 3px solid #e9f3ff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #5792cb;
    height: 10px;
    margin-top: 4px;
    position: relative;
    width: 10px;
    z-index: 1;
}

.attavo-spotlight__timeline-item--completed .attavo-spotlight__timeline-dot {
    background: #21a867;
    box-shadow: 0 0 0 1px #21a867;
}

.attavo-spotlight__timeline-item--cancelled .attavo-spotlight__timeline-dot,
.attavo-spotlight__timeline-item--postponed .attavo-spotlight__timeline-dot {
    background: #e24c5c;
    box-shadow: 0 0 0 1px #e24c5c;
}

.attavo-spotlight__timeline-item time {
    color: #55708e;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}

.attavo-spotlight__timeline-item strong {
    color: #0b315d;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.attavo-spotlight__timeline-item p {
    color: #5b6f86;
    font-size: 10px;
    line-height: 1.35;
    margin: 3px 0 0;
    overflow-wrap: anywhere;
}

.attavo-spotlight__timeline-link {
    align-items: center;
    color: #0b4c88;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    margin: 3px 0 0 22px;
    text-decoration: none;
}

.attavo-spotlight__timeline-link:hover,
.attavo-spotlight__timeline-link:focus {
    color: #001f46;
    text-decoration: underline;
}

.attavo-spotlight__timeline-empty {
    align-self: center;
    color: #58718e;
    font-size: 12px;
    margin: auto;
    text-align: center;
}

.attavo-spotlight__timeline-empty[hidden] {
    display: none;
}

.attavo-spotlight__visual::before {
    left: 14%;
    top: 17%;
}

.attavo-spotlight__visual::after {
    bottom: 18%;
    right: 12%;
}

.attavo-spotlight__svg {
    display: block;
    height: auto;
    max-width: 285px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.attavo-spotlight__cta {
    align-items: center;
    background: linear-gradient(135deg, #3b61ff 0%, #2347e9 100%);
    border: 1px solid #3158ff;
    border-radius: 10px;
    box-shadow: 0 8px 19px rgba(49, 88, 255, 0.23);
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 650;
    gap: 19px;
    justify-content: center;
    margin-top: 0;
    min-width: 205px;
    padding: 12px 17px;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease;
    z-index: 1;
}

.attavo-spotlight__cta:hover,
.attavo-spotlight__cta:focus-visible {
    background: linear-gradient(135deg, #274ce8 0%, #1639cf 100%);
    border-color: #2347e9;
    box-shadow: 0 11px 24px rgba(49, 88, 255, 0.30);
    color: #fff;
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .attavo-spotlight__card {
        padding: 28px 27px 25px;
    }

    .attavo-spotlight__main-tab {
        font-size: 13px;
    }

    .attavo-spotlight__body {
        grid-template-columns: minmax(0, 1.42fr) minmax(245px, 0.68fr);
    }
}

@media (max-width: 991px) {
    .attavo-spotlight {
        padding: 56px 0;
    }

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

    .attavo-spotlight__body {
        grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
    }

    .attavo-spotlight__svg {
        max-width: 245px;
    }
}

@media (max-width: 767px) {
    .attavo-spotlight {
        padding: 42px 0;
    }

    .attavo-spotlight__card {
        border-radius: 19px;
        padding: 24px 19px 20px;
    }

    .attavo-spotlight__heading {
        margin-bottom: 18px;
    }

    .attavo-spotlight__heading h2 {
        font-size: 21px;
    }

    .attavo-spotlight__body {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 15px;
    }

    .attavo-spotlight__content-list {
        max-height: 360px;
        padding-right: 6px;
    }

    .attavo-spotlight__visual {
        min-height: 280px;
    }

    .attavo-spotlight__svg {
        max-width: 275px;
    }

    .attavo-spotlight__body--common-mistakes {
        padding: 12px;
    }

    .attavo-common-mistake {
        padding: 17px;
    }

    .attavo-common-mistake__intro {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) 145px;
        padding-right: 0;
    }

    .attavo-common-mistake__art {
        height: 115px;
    }
}

@media (max-width: 540px) {
    .attavo-spotlight__heading {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .attavo-spotlight__badge {
        align-self: center;
    }

    .attavo-spotlight__main-tabs {
        gap: 9px;
    }

    .attavo-spotlight__main-tab {
        flex-direction: column;
        font-size: 12px;
        gap: 6px !important;
        min-height: 78px;
        padding: 9px 7px;
        text-align: center;
    }

    .attavo-spotlight__subtabs {
		align-items: center;
		flex-wrap: wrap;
        margin-left: -1px;
        margin-right: -1px;
		overflow: visible;
		padding: 7px;
    }

    .attavo-spotlight__subtab {
		display: inline-flex !important;
		flex: 0 0 auto;
		justify-content: center;
		padding: 8px 11px;
    }

	.attavo-spotlight__subtab-more {
		display: none !important;
	}

    .attavo-spotlight__item {
        align-items: flex-start;
        padding: 11px;
    }

    .attavo-common-mistake__intro {
        grid-template-columns: 1fr;
        padding-bottom: 13px;
    }

    .attavo-common-mistake__art {
        height: 105px;
        justify-self: center;
        max-width: 170px;
        order: -1;
    }

    .attavo-common-mistake__message {
        gap: 11px;
    }

    .attavo-common-mistake__icon {
        flex-basis: 45px;
        font-size: 21px;
        height: 45px;
        width: 45px;
    }

    .attavo-common-mistake__message h3 {
        font-size: 15px;
    }

    .attavo-common-progress__body,
    .attavo-common-progress__new-body {
        grid-template-columns: 42px minmax(0, 1fr);
        padding-left: 0;
        padding-right: 0;
    }

    .attavo-common-progress__document {
        height: 42px;
        width: 42px;
    }

    .attavo-common-progress__button {
        grid-column: 1 / -1;
        min-width: 100%;
    }

    .attavo-common-progress__meter-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (max-width: 380px) {
    .attavo-spotlight__card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .attavo-spotlight__heading h2 {
        font-size: 19px;
    }

    .attavo-spotlight__main-tabs {
        grid-template-columns: 1fr;
    }

    .attavo-spotlight__main-tab {
        flex-direction: row;
        justify-content: flex-start !important;
        min-height: 52px;
        padding-left: 16px;
    }

    .attavo-spotlight__cta {
        min-width: 100%;
    }
}
