.debtor-register-page {
    --debtor-ink: #092f43;
    --debtor-petrol: #025170;
    --debtor-green: #667800;
    --debtor-green-pale: #f2f7d9;
    --debtor-paper: #f4f7f8;
    --debtor-line: #d9e2e6;
    --debtor-shadow: 0 22px 55px rgba(0, 59, 82, 0.14);
}

.debtor-register-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(102, 120, 0, 0.16), transparent 22rem),
        linear-gradient(135deg, #f9fbf4 0%, #eef4f6 100%);
}

.debtor-register-hero::after {
    position: absolute;
    right: -7rem;
    bottom: -10rem;
    width: 30rem;
    height: 30rem;
    border: 2.8rem solid rgba(2, 81, 112, 0.035);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.debtor-register-hero .container {
    position: relative;
    z-index: 1;
}

.debtor-register-hero h1 {
    max-width: 17ch;
}

.debtor-register-hero__visual {
    min-width: 0;
    border: 1px solid rgba(9, 47, 67, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--debtor-shadow);
    padding: clamp(1.25rem, 3vw, 2rem);
}

.debtor-register-hero__visual > p:last-child {
    margin: 1rem 0 0;
    color: #58707d;
    font-size: 0.88rem;
    text-align: center;
}

.debtor-register-hero__cta {
    display: flex;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
}

.debtor-system-diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.65rem;
    align-items: stretch;
    margin-top: 1rem;
}

.debtor-system-diagram__node {
    display: flex;
    min-width: 0;
    min-height: 11.5rem;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--debtor-line);
    border-top: 5px solid var(--debtor-green);
    border-radius: 16px;
    background:
        linear-gradient(rgba(9, 47, 67, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 47, 67, 0.035) 1px, transparent 1px),
        #fff;
    background-size: 18px 18px;
    padding: 1rem;
}

.debtor-system-diagram__node--schufa {
    border-top-color: var(--debtor-petrol);
    background:
        radial-gradient(circle at 85% 15%, rgba(102, 120, 0, 0.12), transparent 5rem),
        #fff;
}

.debtor-system-diagram__node span,
.debtor-system-diagram__node small {
    color: #58707d;
}

.debtor-system-diagram__node span {
    font-size: 0.67rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.debtor-system-diagram__node strong {
    margin: 0.45rem 0;
    color: var(--debtor-ink);
    font: 700 1.02rem/1.25 Quicksand, sans-serif;
    overflow-wrap: anywhere;
}

.debtor-system-diagram__node small {
    font-size: 0.72rem;
    line-height: 1.35;
}

.debtor-system-diagram__bridge {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.45rem;
}

.debtor-system-diagram__bridge span {
    color: #58707d;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.debtor-system-diagram__bridge b {
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: var(--debtor-ink);
    color: #fff;
    font-size: 1.1rem;
    place-items: center;
}

.debtor-summary-grid,
.debtor-concept-grid,
.debtor-reason-grid,
.debtor-deletion-grid,
.debtor-myth-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.debtor-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.debtor-summary-grid article,
.debtor-concept-grid article,
.debtor-reason-grid article,
.debtor-deletion-grid article,
.debtor-myth-grid article {
    min-width: 0;
    border: 1px solid var(--debtor-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 59, 82, 0.065);
    padding: 1.35rem;
}

.debtor-summary-grid article {
    border-top: 4px solid var(--debtor-green);
}

.debtor-summary-grid article:nth-child(3n + 2) {
    border-top-color: var(--debtor-petrol);
}

.debtor-summary-grid article:nth-child(3n + 3) {
    border-top-color: #93a61e;
}

.debtor-summary-grid span,
.debtor-deletion-grid span,
.debtor-myth-grid span {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--debtor-green);
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.debtor-summary-grid h3,
.debtor-concept-grid h3,
.debtor-reason-grid h3,
.debtor-deletion-grid h3,
.debtor-myth-grid h3 {
    margin: 0 0 0.55rem;
    font-size: 1.05rem;
}

.debtor-summary-grid p,
.debtor-concept-grid p,
.debtor-reason-grid p,
.debtor-deletion-grid p,
.debtor-myth-grid p {
    margin: 0;
    font-size: 0.91rem;
}

.debtor-comparison-section {
    background:
        radial-gradient(circle at 8% 88%, rgba(102, 120, 0, 0.08), transparent 18rem),
        var(--debtor-paper) !important;
}

.debtor-comparison-wrap {
    margin-top: 1.75rem;
}

.debtor-comparison-wrap .comparison-table {
    table-layout: fixed;
}

.debtor-comparison-wrap .comparison-table thead th:first-child {
    width: 24%;
}

.debtor-concepts-section {
    position: relative;
    overflow: hidden;
}

.debtor-concepts-section::after {
    position: absolute;
    right: -6rem;
    bottom: -7rem;
    width: 20rem;
    height: 20rem;
    border: 2rem solid rgba(102, 120, 0, 0.045);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.debtor-concepts-section > * {
    position: relative;
    z-index: 1;
}

.debtor-concept-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.debtor-concept-grid article {
    position: relative;
    padding-top: 4.8rem;
}

.debtor-concept-grid article > span {
    position: absolute;
    top: 1.25rem;
    left: 1.35rem;
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 12px;
    background: var(--debtor-ink);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    place-items: center;
}

.debtor-concept-grid article:nth-child(even) > span {
    background: var(--debtor-green);
}

.debtor-core-message {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin-top: 1.25rem;
    border: 1px solid #dce5bb;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--debtor-green-pale), #fff);
    padding: 1.25rem 1.4rem;
}

.debtor-core-message span {
    border-radius: 999px;
    background: var(--debtor-green);
    padding: 0.55rem 0.8rem;
    color: #fff;
    font-size: 0.69rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.debtor-core-message strong {
    color: var(--debtor-ink);
    font: 700 1rem/1.5 Quicksand, sans-serif;
}

.debtor-entry-section {
    background:
        linear-gradient(135deg, rgba(2, 81, 112, 0.045), transparent 42%),
        #f4f7f8 !important;
}

.debtor-reason-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.debtor-reason-grid article {
    position: relative;
    padding-top: 4.7rem;
}

.debtor-reason-grid article > span {
    position: absolute;
    top: 1.2rem;
    left: 1.35rem;
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    border: 2px solid #dce5bb;
    border-radius: 50%;
    background: var(--debtor-green-pale);
    color: var(--debtor-green);
    font-weight: 900;
    place-items: center;
}

.debtor-deadline-alert {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    margin-top: 1.5rem;
    border: 1px solid #e0c59f;
    border-left: 6px solid #a35d20;
    border-radius: 16px;
    background: #fffaf2;
    box-shadow: 0 12px 28px rgba(93, 55, 20, 0.08);
    padding: 1.35rem;
}

.debtor-deadline-alert__number {
    display: grid;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #7b4215;
    color: #fff;
    font: 700 2.2rem Quicksand, sans-serif;
    place-items: center;
}

.debtor-deadline-alert h3,
.debtor-deadline-alert p {
    margin-top: 0;
}

.debtor-deadline-alert h3 {
    margin-bottom: 0.5rem;
}

.debtor-deadline-alert p:last-child {
    margin-bottom: 0;
}

.debtor-legal-note {
    margin: 1rem 0 0 !important;
    color: #58707d !important;
    font-size: 0.84rem;
}

.debtor-access-layout,
.debtor-control-layout,
.debtor-limit-grid,
.debtor-date-example,
.debtor-section-heading {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: start;
}

.debtor-access-layout {
    margin-top: 1.5rem;
}

.debtor-register-content {
    min-width: 0;
    border-radius: 18px;
    background: linear-gradient(145deg, var(--debtor-ink), var(--debtor-petrol));
    box-shadow: var(--debtor-shadow);
    padding: 1.5rem;
}

.debtor-register-content h3,
.debtor-register-content p,
.debtor-register-content li {
    color: #fff;
}

.debtor-register-content h3 {
    margin: 0 0 1rem;
}

.debtor-register-content ul {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.debtor-register-content li {
    position: relative;
    padding-left: 1.5rem;
}

.debtor-register-content li::before {
    position: absolute;
    left: 0;
    color: #dceaa0;
    content: ">";
    font-weight: 900;
}

.debtor-register-content p {
    margin: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    font-size: 0.83rem;
}

.debtor-routing-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 95% 7%, rgba(102, 120, 0, 0.12), transparent 18rem),
        var(--debtor-green-pale) !important;
}

.debtor-routing-list {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.75rem;
}

.debtor-routing-list article {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr) minmax(15rem, 0.62fr);
    gap: 1.1rem;
    align-items: center;
    min-width: 0;
    border: 1px solid #d6dfb5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 59, 82, 0.07);
    padding: 1rem;
}

.debtor-routing-list__index {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 14px;
    background: var(--debtor-ink);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 900;
    place-items: center;
}

.debtor-routing-list__content,
.debtor-routing-list aside {
    min-width: 0;
}

.debtor-routing-list__state {
    margin: 0 0 0.2rem !important;
    color: var(--debtor-green) !important;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.debtor-routing-list h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
}

.debtor-routing-list__content > p:last-child {
    margin: 0;
    font-size: 0.88rem;
}

.debtor-routing-list aside {
    border-left: 1px solid var(--debtor-line);
    padding: 0.4rem 0.4rem 0.4rem 1.1rem;
}

.debtor-routing-list aside span,
.debtor-routing-list aside strong,
.debtor-routing-list aside small {
    display: block;
}

.debtor-routing-list aside span {
    color: #58707d;
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.debtor-routing-list aside strong {
    margin: 0.3rem 0;
    color: var(--debtor-ink);
    font: 700 0.95rem/1.35 Quicksand, sans-serif;
}

.debtor-routing-list aside small {
    color: #58707d;
    line-height: 1.4;
}

.debtor-routing-process {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: center;
    margin-top: 1.25rem;
    border-radius: 18px;
    background: linear-gradient(145deg, var(--debtor-ink), var(--debtor-petrol));
    padding: 1.2rem;
}

.debtor-routing-process div {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.1rem 0.65rem;
    align-items: center;
    min-width: 0;
}

.debtor-routing-process div > span {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    grid-row: 1 / 3;
    border-radius: 50%;
    background: #dceaa0;
    color: var(--debtor-ink);
    font-weight: 900;
    place-items: center;
}

.debtor-routing-process strong,
.debtor-routing-process small,
.debtor-routing-process > b {
    color: #fff;
}

.debtor-routing-process strong {
    font: 700 0.92rem Quicksand, sans-serif;
}

.debtor-routing-process small {
    color: rgba(255, 255, 255, 0.77);
    line-height: 1.35;
}

.debtor-routing-process > b {
    font-size: 1.15rem;
}

.debtor-deletion-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.debtor-deletion-grid article {
    border-top: 5px solid var(--debtor-green);
}

.debtor-deletion-grid article:nth-child(2) {
    border-top-color: var(--debtor-petrol);
}

.debtor-deletion-grid article:nth-child(3) {
    border-top-color: #8c6b28;
}

.debtor-date-example {
    margin-top: 1.5rem;
    border: 1px solid var(--debtor-line);
    border-radius: 20px;
    background: linear-gradient(135deg, #eef4f6, #fff);
    box-shadow: 0 15px 36px rgba(0, 59, 82, 0.07);
    padding: clamp(1.25rem, 3vw, 2rem);
}

.debtor-date-example__track {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1fr) 2px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: stretch;
}

.debtor-date-example__track span {
    display: flex;
    min-width: 0;
    min-height: 7.8rem;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 14px;
    background: #fff;
    padding: 1rem;
    color: #58707d;
    font-size: 0.74rem;
}

.debtor-date-example__track b {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--debtor-ink);
    font: 700 0.92rem Quicksand, sans-serif;
}

.debtor-date-example__track i {
    width: 2px;
    background: var(--debtor-green);
}

.debtor-date-example > div:last-child h3 {
    margin: 0 0 0.6rem;
}

.debtor-control-section {
    background:
        radial-gradient(circle at 4% 95%, rgba(102, 120, 0, 0.08), transparent 18rem),
        var(--debtor-paper) !important;
}

.debtor-control-layout {
    margin-top: 1.5rem;
}

.debtor-control-steps {
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.debtor-control-steps li {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    min-width: 0;
    border: 1px solid var(--debtor-line);
    border-radius: 14px;
    background: #fff;
    padding: 1rem;
}

.debtor-control-steps li > span {
    display: grid;
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: var(--debtor-green-pale);
    color: var(--debtor-green);
    font-size: 0.72rem;
    font-weight: 900;
    place-items: center;
}

.debtor-control-steps h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
}

.debtor-control-steps p {
    margin: 0;
    font-size: 0.88rem;
}

.debtor-control-checklist {
    position: sticky;
    top: 158px;
    min-width: 0;
    border-radius: 18px;
    background: linear-gradient(145deg, var(--debtor-ink), var(--debtor-petrol));
    box-shadow: var(--debtor-shadow);
    padding: 1.5rem;
}

.debtor-control-checklist h3,
.debtor-control-checklist li {
    color: #fff;
}

.debtor-control-checklist h3 {
    margin: 0.5rem 0 1rem;
}

.debtor-control-checklist ul {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.debtor-control-checklist li {
    position: relative;
    padding-left: 1.65rem;
}

.debtor-control-checklist li::before {
    position: absolute;
    left: 0;
    color: #dceaa0;
    content: "✓";
    font-weight: 900;
}

.debtor-limits-section {
    position: relative;
    overflow: hidden;
}

.debtor-limit-grid {
    margin-top: 1.5rem;
}

.debtor-limit-grid article {
    min-width: 0;
    border: 1px solid var(--debtor-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 59, 82, 0.06);
    padding: 1.4rem;
}

.debtor-limit-grid article:first-child {
    border-top: 5px solid var(--debtor-green);
}

.debtor-limit-grid article:last-child {
    border-top: 5px solid var(--debtor-petrol);
}

.debtor-limit-grid h3 {
    margin: 0 0 0.7rem;
}

.debtor-limit-grid p,
.debtor-limit-grid ul {
    margin-bottom: 0;
}

.debtor-myth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.debtor-myth-grid article {
    background: linear-gradient(145deg, #fff, #f8fafb);
}

.debtor-related-section {
    background: var(--debtor-green-pale) !important;
}

.debtor-related-section .related-grid a {
    min-width: 0;
    border-top: 4px solid var(--debtor-green);
}

.debtor-related-section .related-grid strong {
    overflow-wrap: anywhere;
}

.debtor-faq-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #fff, #f4f7f8) !important;
}

.debtor-section-heading {
    align-items: center;
}

.debtor-section-heading h2,
.debtor-section-heading p:last-child {
    margin-bottom: 0;
}

.debtor-faq-visual {
    position: relative;
    justify-self: end;
    width: 8.5rem;
    height: 8.5rem;
    border: 1px solid #dce5bb;
    border-radius: 50%;
    background: var(--debtor-green-pale);
}

.debtor-faq-visual span {
    position: absolute;
    inset: 0;
    display: grid;
    color: var(--debtor-green);
    font: 700 4rem Quicksand, sans-serif;
    place-items: center;
}

.debtor-faq-visual i {
    position: absolute;
    border: 2px solid var(--debtor-petrol);
    border-radius: 50%;
}

.debtor-faq-visual i:first-of-type {
    top: 0.7rem;
    right: 0.7rem;
    width: 1.2rem;
    height: 1.2rem;
}

.debtor-faq-visual i:last-of-type {
    bottom: 1rem;
    left: 0.65rem;
    width: 0.8rem;
    height: 0.8rem;
}

.debtor-faq-section .faq-list {
    margin-top: 1.5rem;
    border: 1px solid var(--debtor-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 59, 82, 0.08);
    padding: 0 1.2rem;
}

.debtor-faq-section .faq-list details:last-child {
    border-bottom: 0;
}

.debtor-source-section {
    background:
        radial-gradient(circle at 94% 8%, rgba(102, 120, 0, 0.12), transparent 19rem),
        linear-gradient(135deg, #edf4f6, #f7fafb) !important;
}

.debtor-source-heading {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.35fr);
}

.debtor-source-heading aside {
    justify-self: stretch;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--debtor-ink), var(--debtor-petrol));
    padding: 1.2rem;
    text-align: center;
}

.debtor-source-heading aside strong,
.debtor-source-heading aside span {
    display: block;
    color: #fff;
}

.debtor-source-heading aside strong {
    font: 700 2.4rem Quicksand, sans-serif;
}

.debtor-source-heading aside span {
    color: rgba(255, 255, 255, 0.8);
}

.debtor-source-section .source-list li {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    min-width: 0;
}

.debtor-source-type {
    color: var(--debtor-green);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.debtor-source-section .source-list a {
    font-weight: 750;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.debtor-register-cta .section-kicker {
    color: #dceaa0 !important;
}

@media (max-width: 991.98px) {
    .debtor-summary-grid,
    .debtor-concept-grid,
    .debtor-reason-grid,
    .debtor-deletion-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .debtor-routing-list article {
        grid-template-columns: 3.4rem minmax(0, 1fr);
        align-items: start;
    }

    .debtor-routing-list aside {
        grid-column: 2;
        border-top: 1px solid var(--debtor-line);
        border-left: 0;
        padding: 0.9rem 0 0;
    }

    .debtor-routing-process {
        grid-template-columns: 1fr;
    }

    .debtor-routing-process > b {
        justify-self: center;
        transform: rotate(90deg);
    }

    .debtor-control-checklist {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .debtor-register-hero h1 {
        max-width: none;
    }

    .debtor-register-hero__visual {
        border-radius: 14px;
        padding: 1rem;
    }

    .debtor-system-diagram {
        grid-template-columns: 1fr;
    }

    .debtor-system-diagram__node {
        min-height: 8.5rem;
    }

    .debtor-system-diagram__bridge span {
        writing-mode: initial;
    }

    .debtor-system-diagram__bridge b {
        transform: rotate(90deg);
    }

    .debtor-summary-grid,
    .debtor-concept-grid,
    .debtor-reason-grid,
    .debtor-deletion-grid,
    .debtor-myth-grid,
    .debtor-access-layout,
    .debtor-control-layout,
    .debtor-limit-grid,
    .debtor-date-example,
    .debtor-section-heading,
    .debtor-source-heading {
        grid-template-columns: 1fr;
    }

    .debtor-core-message {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .debtor-deadline-alert {
        grid-template-columns: 1fr;
    }

    .debtor-deadline-alert__number {
        width: 4rem;
        height: 4rem;
        font-size: 1.8rem;
    }

    .debtor-routing-list article {
        grid-template-columns: 2.8rem minmax(0, 1fr);
        gap: 0.85rem;
    }

    .debtor-routing-list__index {
        width: 2.8rem;
        height: 2.8rem;
        border-radius: 11px;
    }

    .debtor-routing-list aside {
        grid-column: 1 / -1;
    }

    .debtor-date-example__track {
        grid-template-columns: 1fr;
    }

    .debtor-date-example__track i {
        width: 100%;
        height: 2px;
    }

    .debtor-date-example__track span {
        min-height: 6.2rem;
    }

    .debtor-faq-visual {
        justify-self: start;
        width: 7rem;
        height: 7rem;
    }

    .debtor-faq-visual span {
        font-size: 3.25rem;
    }

    .debtor-faq-section .faq-list {
        border-radius: 14px;
        padding: 0 0.85rem;
    }

    .debtor-source-heading aside {
        justify-self: start;
        min-width: 11rem;
    }
}

@media (max-width: 389.98px) {
    .debtor-routing-list article {
        grid-template-columns: 1fr;
    }

    .debtor-routing-list aside {
        grid-column: 1;
    }

    .debtor-control-steps li {
        grid-template-columns: 1fr;
    }
}
