.legal-page {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
}

.legal-page__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 4px 12px;
    flex-shrink: 0;
}

.legal-page__back {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
    padding: 0;
    color: var(--color-text);
}

.legal-page__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.3px;
    flex: 1;
    margin: 0;
    line-height: 1.25;
}

.legal-page__frame {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    border: none;
    border-radius: var(--radius-lg);
    background: var(--color-bg);
}
