body.single-wpt_test {
    --iy-test-blue: #4f8cf7;
    --iy-test-blue-dark: #356fc8;
    --iy-test-blue-soft: #eef5ff;
    --iy-test-orange: #f13900;
    --iy-test-text: #354052;
    --iy-test-muted: #7a8493;
    --iy-test-line: #dbe3ee;
    --iy-test-line-soft: #edf2f8;
    --iy-test-card: #fff;
}

body.single-wpt_test .entry-content,
body.single-wpt_test .entry-content p,
body.single-wpt_test .entry-content li {
    color: #626b78;
}

body.single-wpt_test .entry-content h1,
body.single-wpt_test .entry-content h2,
body.single-wpt_test .entry-content h3,
body.single-wpt_test .entry-content h4,
body.single-wpt_test .entry-content h5,
body.single-wpt_test .entry-content h6,
body.single-wpt_test .wpt_test h1,
body.single-wpt_test .wpt_test h2,
body.single-wpt_test .wpt_test h3,
body.single-wpt_test .wpt_test h4 {
    letter-spacing: 0;
}

body.single-wpt_test .entry-content a {
    color: var(--iy-test-orange);
}

body.single-wpt_test .wpt_test.fill_form,
body.single-wpt_test .wpt_test.get_results {
    color: var(--iy-test-text);
}

body.single-wpt_test .wpt_test.fill_form .content h4 {
    margin: 0 0 18px;
    color: var(--iy-test-blue);
    font-size: 30px;
    line-height: 1.25;
}

body.single-wpt_test .wpt_test.fill_form .question {
    margin-top: 18px;
}

body.single-wpt_test .wpt_test.fill_form .question .title,
body.single-wpt_test .wpt_test.fill_form .question > strong,
body.single-wpt_test .wpt_test.fill_form .question > p:first-child {
    color: var(--iy-test-text);
}

body.single-wpt_test .wpt_test.fill_form .answer,
body.single-wpt_test .wpt_test.fill_form label {
    color: #4b5565;
}

body.single-wpt_test .wpt_test.fill_form input[type="radio"] {
    accent-color: var(--iy-test-blue);
}

body.single-wpt_test .wpt_test.fill_form .answers label,
body.single-wpt_test .wpt_test.fill_form .answer label {
    border-color: var(--iy-test-line);
}

body.single-wpt_test .wpt_test.fill_form .answers label:has(input:checked),
body.single-wpt_test .wpt_test.fill_form .answer label:has(input:checked) {
    border-color: var(--iy-test-blue);
    background: var(--iy-test-blue-soft);
}

body.single-wpt_test .wpt-sequential-submit input.button,
body.single-wpt_test .wpt_test.fill_form input[type="submit"],
body.single-wpt_test .wpt-results-actions .wpt-results-retake.is-fill {
    width: 100%;
    min-height: 48px;
    color: #fff !important;
    background: var(--iy-test-blue) !important;
    border: 2px solid var(--iy-test-blue) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

body.single-wpt_test .wpt-sequential-submit input.button:hover,
body.single-wpt_test .wpt_test.fill_form input[type="submit"]:hover,
body.single-wpt_test .wpt-results-actions .wpt-results-retake.is-fill:hover,
body.single-wpt_test .wpt-sequential-submit input.button:focus,
body.single-wpt_test .wpt_test.fill_form input[type="submit"]:focus,
body.single-wpt_test .wpt-results-actions .wpt-results-retake.is-fill:focus {
    background: var(--iy-test-blue-dark) !important;
    border-color: var(--iy-test-blue-dark) !important;
    text-decoration: none;
}

body.single-wpt_test .wpt-results-modern {
    color: var(--iy-test-text);
}

body.single-wpt_test .wpt-results-modern #wpt-results {
    scroll-margin-top: 104px;
}

body.single-wpt_test .wpt-results-modern-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 34px 0 18px;
}

body.single-wpt_test .wpt-results-modern-head h2 {
    margin: 0;
    color: var(--iy-test-blue);
    font-size: 34px;
    line-height: 1.18;
}

body.single-wpt_test .wpt-results-modern-head .wpt-results-retake {
    color: var(--iy-test-orange);
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

body.single-wpt_test .wpt-results-modern-head .wpt-results-retake:hover,
body.single-wpt_test .wpt-results-modern-head .wpt-results-retake:focus {
    color: #d83600;
    text-decoration: none;
}

body.single-wpt_test .wpt-result-card,
body.single-wpt_test .wpt-results-answers,
body.single-wpt_test .wpt-results-profile,
body.single-wpt_test .wpt-results-scale-card {
    margin: 16px 0 0;
    padding: 22px;
    color: var(--iy-test-text);
    background: var(--iy-test-card);
    border: 1px solid var(--iy-test-line);
    border-radius: 8px;
    box-shadow: none;
}

body.single-wpt_test .wpt-result-card .title,
body.single-wpt_test .wpt-results-profile h3,
body.single-wpt_test .wpt-results-scale-card .title {
    margin: 0;
    color: var(--iy-test-text);
    font-size: 20px;
    line-height: 1.3;
}

body.single-wpt_test .wpt-result-card .description,
body.single-wpt_test .wpt-results-scale-card .description {
    margin-top: 12px;
    color: var(--iy-test-muted);
    font-size: 16px;
}

body.single-wpt_test .wpt-result-card .description p,
body.single-wpt_test .wpt-results-scale-card .description p {
    color: var(--iy-test-muted);
}

body.single-wpt_test .wpt-results-answers {
    padding: 0;
    overflow: hidden;
}

body.single-wpt_test .wpt-results-answers summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    grid-template-areas:
        "title icon"
        "count icon";
    column-gap: 14px;
    row-gap: 4px;
    align-items: center;
    min-height: 72px;
    padding: 16px 22px;
    color: var(--iy-test-text);
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    list-style: none;
    text-align: left;
}

body.single-wpt_test .wpt-results-answers summary span:first-child {
    grid-area: title;
    display: block;
    justify-self: start;
    min-width: 0;
    text-align: left;
}

body.single-wpt_test .wpt-results-answers summary span:nth-of-type(2) {
    grid-area: count;
    display: block;
    justify-self: start;
    min-width: 0;
    margin-left: 0;
    color: var(--iy-test-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
}

body.single-wpt_test .wpt-results-answers summary br {
    display: none;
}

body.single-wpt_test .wpt-results-answers summary::-webkit-details-marker {
    display: none;
}

body.single-wpt_test .wpt-results-answers summary::after {
    content: "⌄";
    display: grid;
    grid-area: icon;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--iy-test-blue);
    border: 1px solid #d6e5ff;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.15s ease;
}

body.single-wpt_test .wpt-results-answers[open] summary::after {
    transform: rotate(180deg);
}

body.single-wpt_test .wpt-results-answer-list {
    display: grid;
    gap: 0;
    padding: 0 22px 18px;
}

body.single-wpt_test .wpt-results-answer-row {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 0;
    border-top: 1px solid var(--iy-test-line-soft);
}

body.single-wpt_test .wpt-results-answer-number {
    color: var(--iy-test-muted);
    font-weight: 800;
}

body.single-wpt_test .wpt-results-answer-question {
    color: var(--iy-test-text);
    font-weight: 800;
}

body.single-wpt_test .wpt-results-answer-values {
    grid-column: 2;
    color: var(--iy-test-blue-dark);
    font-size: 15px;
    font-weight: 700;
}

body.single-wpt_test .wpt-results-profile {
    padding: 26px 22px 14px;
}

body.single-wpt_test .wpt-results-profile h3 {
    margin-bottom: 18px;
    font-size: 26px;
}

body.single-wpt_test .wpt-results-profile-row {
    display: grid;
    grid-template-columns: minmax(180px, 34%) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid var(--iy-test-line-soft);
}

body.single-wpt_test .wpt-results-profile-row:first-child {
    border-top: 0;
}

body.single-wpt_test .wpt-results-profile-label {
    color: var(--iy-test-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

body.single-wpt_test .wpt-results-profile-axis {
    min-width: 0;
}

body.single-wpt_test .wpt-results-profile-limits {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 26px;
    color: var(--iy-test-muted);
    font-size: 15px;
    font-weight: 800;
}

body.single-wpt_test .wpt-results-profile-limits strong {
    position: absolute;
    top: 0;
    z-index: 2;
    color: var(--iy-test-text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    transform: translateX(-50%);
}

body.single-wpt_test .wpt-results-profile-limits strong.is-min {
    transform: translateX(0);
}

body.single-wpt_test .wpt-results-profile-limits strong.is-max {
    transform: translateX(-100%);
}

body.single-wpt_test .wpt-results-profile-bar {
    position: relative;
    height: 10px;
    margin-top: 5px;
    background: var(--iy-test-line-soft);
    border-radius: 999px;
}

body.single-wpt_test .wpt-results-profile-bar span {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 4px solid var(--iy-test-blue);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 3px #fff;
    transform: translate(-50%, -50%);
}

body.single-wpt_test .wpt-results-scale-list {
    display: grid;
    gap: 16px;
    margin-top: 16px;
}

body.single-wpt_test .wpt-results-scale-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

body.single-wpt_test .wpt-results-scale-head .scores {
    color: var(--iy-test-text);
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

body.single-wpt_test .wpt-results-scale-card .meter {
    height: 34px;
    margin-top: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #a8ccff;
    border-radius: 8px;
}

body.single-wpt_test .wpt-results-scale-card .meter span {
    display: block;
    height: 100%;
    background: var(--iy-test-blue);
    border-radius: inherit;
}

body.single-wpt_test .wpt-results-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
}

body.single-wpt_test .wpt-results-actions br {
    display: none;
}

body.single-wpt_test .wpt-results-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

body.single-wpt_test .wpt-results-actions .wpt-results-pdf {
    color: var(--iy-test-blue-dark);
    background: #fff;
    border: 2px solid #d6e5ff;
}

body.single-wpt_test .wpt-results-actions .wpt-results-pdf:hover,
body.single-wpt_test .wpt-results-actions .wpt-results-pdf:focus {
    color: var(--iy-test-blue-dark);
    background: #f8fbff;
    border-color: var(--iy-test-blue);
    text-decoration: none;
}

body.single-wpt_test .iy-copy-link-share {
    width: auto;
    max-width: 600px;
    margin: 28px auto 0;
    padding-top: 18px;
    border-top: 1px solid var(--iy-test-line-soft);
}

@media (max-width: 760px) {
    body.single-wpt_test .wpt-results-modern-head,
    body.single-wpt_test .wpt-results-scale-head {
        align-items: flex-start;
        flex-direction: column;
    }

    body.single-wpt_test .wpt-results-profile-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.single-wpt_test .wpt-results-answers summary {
        grid-template-columns: minmax(0, 1fr) auto;
        font-size: 16px;
    }

    body.single-wpt_test .wpt-results-answers summary::after {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 600px) {
    body.single-wpt_test .iy-copy-link-share {
        max-width: none;
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 420px) {
    body.single-wpt_test .wpt-results-actions {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media print {
    body.wpt-printing-results .header,
    body.wpt-printing-results .vce-header,
    body.wpt-printing-results .site-header,
    body.wpt-printing-results .sidebar,
    body.wpt-printing-results .vce-sidebar,
    body.wpt-printing-results aside,
    body.wpt-printing-results .footer,
    body.wpt-printing-results .site-footer,
    body.wpt-printing-results .iy-subscribe-widget,
    body.wpt-printing-results .wpt-results-actions,
    body.wpt-printing-results .iy-copy-link-share,
    body.wpt-printing-results .content {
        display: none !important;
    }

    body.wpt-printing-results #wpt-results {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
    }
}
