.biometry-notice {
    position: relative;
    z-index: 1200;
    display: block;
    width: min(720px, calc(100% - 32px));
    margin: 0 auto;
    font-family: inherit;
    color: #101828;
}

.biometry-notice--site {
    margin-top: 16px;
    margin-bottom: 0;
}

.biometry-notice__details {
    position: relative;
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.biometry-notice__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #b9dcff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    color: #0f315c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.biometry-notice__summary::-webkit-details-marker {
    display: none;
}

.biometry-notice__chevron {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid #0984ff;
    border-bottom: 2px solid #0984ff;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.biometry-notice__details[open] .biometry-notice__chevron {
    transform: rotate(225deg);
}

.biometry-notice__content {
    position: absolute;
    z-index: 1202;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: block;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #b9dcff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
    color: #344054;
    font-size: 15px;
    line-height: 1.5;
}

.biometry-notice__content p {
    margin: 0 0 12px;
}

.biometry-notice__content p:last-of-type {
    margin-bottom: 16px;
}

.biometry-notice__subtitle {
    font-weight: 700;
    color: #101828;
}

.biometry-notice__content ol,
.biometry-notice__content ul {
    margin: 0 0 12px 18px;
    padding: 0;
}

.biometry-notice__content li {
    margin: 0 0 8px;
    text-align: left;
}

.biometry-notice__link {
    color: #0984ff;
    font-weight: 700;
    text-decoration: none;
}

.biometry-notice__link:hover {
    text-decoration: underline;
}

.root,
.hero {
    overflow: visible;
}

.header,
.site-header {
    z-index: 1305;
}

.user-biometry-heading {
    position: relative;
    z-index: 30;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 24px;
}

.user-biometry-heading .user-name,
.user-biometry-heading h1 {
    flex: 0 1 auto;
    margin: 0;
}

.user-biometry-heading .biometry-notice--lk {
    flex: 0 1 620px;
    width: min(620px, 100%);
    max-width: 620px;
    margin: 0 0 0 auto;
}

.user-biometry-heading .biometry-notice--lk .biometry-notice__details {
    max-width: none;
}

@media (max-width: 768px) {
    .biometry-notice {
        width: calc(100% - 24px);
    }

    .biometry-notice__summary {
        min-height: 52px;
        padding: 14px 16px;
        font-size: 14px;
    }

    .biometry-notice__content {
        padding: 16px;
        font-size: 14px;
    }

    .user-biometry-heading {
        flex-direction: column;
        gap: 16px;
    }

    .user-biometry-heading .biometry-notice--lk {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }
}
