/* Procedure detail: Figma frame 1578:21898, intentionally without sidebar. */
.procedure-detail {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 27px 20px 40px;
    box-sizing: border-box;
}

.procedure-detail__content {
    min-width: 0;
}

.procedure-detail .breadcrumb {
    margin: 0 0 32px;
    min-height: 20px;
}

.procedure-detail .breadcrumb__list {
    max-width: 100%;
    overflow: hidden;
    gap: 5px;
}

.procedure-detail .breadcrumb__item {
    min-width: 0;
    gap: 5px;
}

.procedure-detail .breadcrumb__root-link,
.procedure-detail .breadcrumb__link,
.procedure-detail .breadcrumb__current,
.procedure-detail .breadcrumb__link--interactive,
.procedure-detail .breadcrumb--multi .breadcrumb__root-link,
.procedure-detail .breadcrumb--multi .breadcrumb__link--interactive,
.procedure-detail .breadcrumb--multi .breadcrumb__current,
.procedure-detail .breadcrumb--multi .breadcrumb__current-label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #0f263b;
}

.procedure-detail .breadcrumb--multi .breadcrumb__current,
.procedure-detail .breadcrumb--multi .breadcrumb__current-label {
    font-weight: 400;
}

.procedure-detail .breadcrumb__root-link,
.procedure-detail .breadcrumb__link,
.procedure-detail .breadcrumb__current {
    max-width: 100%;
}

.procedure-detail .breadcrumb__root-label,
.procedure-detail .breadcrumb__link,
.procedure-detail .breadcrumb__current-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.procedure-detail__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.procedure-detail__nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #004488;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.procedure-detail__nav-link img {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.procedure-detail__nav-link:hover {
    color: #003f7d;
    text-decoration: underline;
}

.procedure-detail__nav-link--next {
    justify-content: flex-end;
    text-align: right;
}

.procedure-detail__separator {
    width: 100%;
    height: 1px;
    margin: 0 0 12px;
    background: #c1cddb;
}

.procedure-detail__hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 24px;
}

.procedure-detail__audience {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    margin-top: 10px;
    color: #0f263b;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02px;
    line-height: 1.4;
}

.procedure-detail__audience img {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.procedure-detail__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.procedure-detail__hero-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.procedure-detail__hero-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.procedure-detail__hero-copy h1 {
    margin: 0 0 10px;
    color: #0f263b;
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.procedure-detail__hero-copy p {
    margin: 0;
    color: #0f263b;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.procedure-detail__hero-copy .procedure-detail__audience-description {
    margin-top: 12px;
}

.procedure-detail__hero-copy .procedure-detail__audience-description p {
    margin: 0 0 10px;
}

.procedure-detail__hero-copy .procedure-detail__audience-description p:last-child {
    margin-bottom: 0;
}

.procedure-detail__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 10px;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid #004488;
    border-radius: 32px;
    background: #fff;
    color: #004488;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.procedure-detail__download img {
    display: block;
    width: 24px;
    height: 24px;
}

.procedure-detail__download:hover {
    background: #f2f7fc;
    color: #003f7d;
}

.procedure-detail__section,
.procedure-detail > .procedure-detail__content > .card {
    margin-bottom: 16px;
    padding: 32px;
    border: 1px solid #e1e8f0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08), 0 1px 0.5px rgba(0, 0, 0, 0.05);
}

.procedure-detail__documents-layout {
    grid-template-columns: 1fr;
}

.procedure-detail__section h2,
.procedure-detail > .procedure-detail__content > .card h2 {
    margin: 0 0 16px;
    color: #080808;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.procedure-detail__section h3,
.procedure-detail > .procedure-detail__content > .card h3 {
    margin: 24px 0 8px;
    color: #080808;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.procedure-detail__downloads {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 24px;
}

.procedure-detail__downloads h3,
.procedure-detail > .procedure-detail__content > .card .procedure-detail__downloads h3 {
    margin: 0;
}

.procedure-detail__section h4 {
    margin: 16px 0 8px;
    color: #080808;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.procedure-detail__file-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.procedure-detail__file-list .document-files__file {
    gap: 24px;
    width: 100%;
    padding: 6px 0 12px;
    border-bottom: 1px solid #c1cddb;
    background: transparent;
}

.procedure-detail__file-list .document-files__file:hover,
.procedure-detail__file-list .document-files__file:focus-visible {
    background: transparent;
}

.procedure-detail__file-list .document-files__file:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.procedure-detail__online-form-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    padding: 6px 0 12px;
    border-bottom: 1px solid #c1cddb;
}

.procedure-detail__online-form-link:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.procedure-detail__online-form-link-details {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.procedure-detail__online-form-link-name {
    color: #37506e;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
    text-underline-position: from-font;
}

.procedure-detail__online-form-link-meta,
.procedure-detail__online-form-link-action {
    color: #516a87;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.procedure-detail__online-form-link-action {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 8px;
    padding: 0 18px;
    border-radius: 999px;
    background: #004488;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.procedure-detail__online-form-link-action img {
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    filter: brightness(0) invert(1);
}

.procedure-detail__online-form-link-action:hover,
.procedure-detail__online-form-link-action:focus-visible {
    background: #003f7d;
    color: #fff;
    text-decoration: underline;
}

.procedure-detail__file-list .document-files__file-details {
    flex: 0 1 auto;
    gap: 18px;
    min-width: 0;
}

.procedure-detail__file-list .document-files__file-name {
    color: #37506e;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
    text-underline-position: from-font;
}

.procedure-detail__file-list .document-files__file-meta {
    flex: 0 0 auto;
    gap: 4px;
}

.procedure-detail__file-list .document-files__file-format {
    min-width: 44px;
    min-height: 28px;
    padding: 5px 7px;
    background: #e1e8f0;
    color: #0f263b;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.procedure-detail__file-list .document-files__file-download {
    width: 28px;
    height: 28px;
    margin-left: auto;
    gap: 0;
}

.procedure-detail__file-list .document-files__file-download-label {
    display: none;
}

.procedure-detail__file-list .document-files__file-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
}

.procedure-detail__support-block + .procedure-detail__support-block {
    margin-top: 24px;
}

.procedure-detail__contact-card {
    margin-top: 32px;
    padding: 32px;
    border: 1px solid #004488;
    border-radius: 12px;
    background: #e4f1ff;
    color: #080808;
}

.procedure-detail__contact-card h2 {
    margin: 0 0 24px;
    color: #080808;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.procedure-detail__contact-card > p {
    margin: 0 0 24px;
    color: #080808;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.procedure-detail__contact-row:hover,
.procedure-detail__contact-row:focus-visible {
    color: #0052a3;
}

.procedure-detail__contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.procedure-detail__contact-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #080808;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.procedure-detail__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.procedure-detail__contact-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #0052a3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.procedure-detail__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    color: #0052a3;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.procedure-detail__contact-link:hover {
    color: #003f7d;
    text-decoration: underline;
}

.procedure-detail__contact-link img {
    display: block;
    width: 16px;
    height: 16px;
}

.procedure-detail__secondary-tags {
    margin-top: 32px;
    padding: 24px 32px;
    border-top: 1px solid #c1cddb;
}

.procedure-detail__secondary-tags h2 {
    margin: 0 0 16px;
    color: #080808;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.procedure-detail__section p,
.procedure-detail__section li,
.procedure-detail > .procedure-detail__content > .card p,
.procedure-detail > .procedure-detail__content > .card li {
    color: #080808;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.procedure-detail__section ul,
.procedure-detail__section ol,
.procedure-detail > .procedure-detail__content > .card ul,
.procedure-detail > .procedure-detail__content > .card ol {
    margin: 0;
    padding-left: 24px;
}

.procedure-detail__section .meta,
.procedure-detail > .procedure-detail__content > .card .meta {
    color: #37506e;
    font-size: 13px;
}

.procedure-detail__section li + li,
.procedure-detail > .procedure-detail__content > .card li + li {
    margin-top: 8px;
}

.procedure-detail__section li > .button-link {
    margin-top: 8px;
}

.procedure-detail__section li strong {
    display: block;
    font-weight: 600;
}

.procedure-detail__section li .meta {
    display: block;
    margin-top: 2px;
}

.procedure-detail__section .button-link {
    border-radius: 32px;
}

@media (max-width: 820px) {
    .procedure-detail {
        padding: 20px 16px 32px;
    }

    .procedure-detail .breadcrumb {
        margin-bottom: 24px;
    }

    .procedure-detail__navigation,
    .procedure-detail__hero-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .procedure-detail__nav-link--next {
        align-self: flex-end;
    }

    .procedure-detail__download {
        align-self: flex-start;
    }

    .procedure-detail__section,
    .procedure-detail > .procedure-detail__content > .card {
        padding: 24px 20px;
    }

    .procedure-detail__contact-card {
        padding: 24px 20px;
    }

    .procedure-detail__secondary-tags {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .procedure-detail .breadcrumb__list {
        align-items: flex-start;
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .procedure-detail__hero-copy h1 {
        font-size: 24px;
    }

    .procedure-detail__download {
        width: 100%;
    }
}
