.standard-page-header {
    display: none !important;
}

.standard-logo {
    display: none !important;
}

.lt-edit-popup-opened {
    overflow: hidden;
}

.lt-edit-page {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.lt-edit-page__content {
    flex: 1 1 auto;
    padding-bottom: 76px;
}

.lt-edit-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 10px;
    isolation: isolate;
    width: 1380px;
    min-height: 1053px;
    box-sizing: border-box;
    margin: 24px auto 0;
}

.lt-edit-page__title {
    font-family: 'ALS Granate VF', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #000000;
    margin: 0;
}

.lt-edit-editor {
    width: 924px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #00B881;
    border-radius: 16px;
    padding: 14px 16px;
    min-height: 52px;
    font-family: 'ALS Granate VF', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #000000;
    resize: none;
    overflow: hidden;
}

.lt-edit-editor::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.redactor-box {
    width: 924px;
    border: 2px solid #00B881;
    border-radius: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
}

.redactor-editor {
    box-sizing: border-box;
    min-height: 52px;
    padding: 14px 16px;
    background: transparent;
    border: none;
    font-family: 'ALS Granate VF', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
}

.redactor-editor [data-lt-temp-highlight],
.redactor-editor .lt-temp-highlight {
    background: rgba(15, 243, 175, 0.35);
    border-radius: 4px;
    padding: 0 2px;
}

.redactor-toolbar {
    display: none;
}

.lt-edit-debug-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'ALS Granate VF', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #000;
}

.lt-edit-page__footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0 3px 16px rgba(14, 35, 38, 0.11);
    z-index: 10;
}

.lt-edit-page__footer-inner {
    width: 100%;
    height: 76px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 26.28px;
    justify-content: flex-start;
}

.lt-edit-page__footer-actions {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    height: 44px;
    margin-left: 72px;
}

.lt-edit-page__primary-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 19px 24px 18px;
    gap: 10px;
    height: 44px;
    background: #0FF3AF;
    border-radius: 10000px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #000000;
    font-family: 'ALS Granate VF', sans-serif;
    box-sizing: border-box;
}

.lt-edit-page__secondary-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 19px 20px 18px;
    gap: 10px;
    height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #000000;
    font-family: 'ALS Granate VF', sans-serif;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 24px;
}

.lt-edit-page__primary-btn[disabled] {
    background: rgba(15, 243, 175, 0.35);
    color: rgba(0, 0, 0, 0.35);
    cursor: not-allowed;
    opacity: 1;
}

.lt-edit-page__primary-btn[disabled]:hover,
.lt-edit-page__primary-btn[disabled]:active,
.lt-edit-page__primary-btn[disabled]:focus {
    background: rgba(15, 243, 175, 0.35);
}

.lt-edit-popup-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lt-edit-popup-backdrop[hidden] {
    display: none !important;
}

.lt-edit-popup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 10px;
    width: 600px;
    height: 376px;
    background: #F2F2F2;
    border-radius: 12px;
    box-sizing: border-box;
}

.lt-edit-popup__icon {
    width: 147px;
    height: 147px;
    flex: none;
}

.lt-edit-popup__icon--delete {
    width: 101px;
    height: 156px;
}

.lt-edit-popup__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 24px;
    width: 552px;
    flex: none;
}

.lt-edit-popup__title {
    font-family: 'ALS Granate VF', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #000000;
}

.lt-edit-popup__text {
    font-family: 'ALS Granate VF', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #000000;
}

.lt-edit-popup__actions {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
}

.lt-edit-popup__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    gap: 16px;
    height: 32px;
    background: #0FF3AF;
    border-radius: 32px;
    border: none;
    font-family: 'ALS Granate VF', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
    box-sizing: border-box;
}

.lt-edit-popup__btn--secondary {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 0 20px;
}

.lt-edit-popup__btn--danger {
    background: #FF1F62;
    color: #FFFFFF;
    border-radius: 32px;
    padding: 0 16px;
}

.lt-public-text {
    width: 900px;
    box-sizing: border-box;
    padding: 0;

    font-family: 'ALS Granate VF', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #000000;
}

.lt-public-text p {
    margin: 0 0 16px 0;
}

.lt-public-text a {
    color: inherit;
}

.lt-public-text .lt-legal-table,
.redactor-editor .lt-legal-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.lt-public-text .lt-legal-table td,
.lt-public-text .lt-legal-table th,
.redactor-editor .lt-legal-table td,
.redactor-editor .lt-legal-table th {
    text-align: center;
    vertical-align: middle;
}

.lt-public-text .lt-legal-table td p,
.lt-public-text .lt-legal-table th p,
.redactor-editor .lt-legal-table td p,
.redactor-editor .lt-legal-table th p {
    text-align: center;
    margin: 0;
}

/* UiKit _base.scss resets ul/li globally; restore lists in legal text preview and editor */
.lt-public-text ul:not(.lt-list--large),
.lt-public-text ol,
.redactor-editor ul:not(.lt-list--large),
.redactor-editor ol {
    list-style-position: outside;
    padding-left: 1.5em;
    margin: 0 0 16px 0;
}

.lt-public-text ul:not(.lt-list--large),
.redactor-editor ul:not(.lt-list--large) {
    list-style-type: disc;
}

.lt-public-text ol,
.redactor-editor ol {
    list-style-type: decimal;
}

.lt-public-text ul:not(.lt-list--large) > li,
.lt-public-text ol > li,
.redactor-editor ul:not(.lt-list--large) > li,
.redactor-editor ol > li {
    display: list-item;
    list-style: inherit;
    margin-bottom: 0.21cm;
}

.lt-public-text ul:not(.lt-list--large) > li > p,
.lt-public-text ol > li > p,
.redactor-editor ul:not(.lt-list--large) > li > p,
.redactor-editor ol > li > p,
.lt-public-text .lt-list > li > p,
.redactor-editor .lt-list > li > p {
    margin: 0 0 0.21cm 0;
}

.lt-public-text .lt-list--large,
.redactor-editor .lt-list--large {
    list-style: none;
    padding-left: 0;
}

.lt-public-text .lt-list--large > li,
.redactor-editor .lt-list--large > li {
    position: relative;
    padding-left: 1.35em;
    list-style: none;
}

.lt-public-text .lt-list--large > li > p,
.redactor-editor .lt-list--large > li > p {
    line-height: 1.3;
}

.lt-public-text .lt-list--large > li::before,
.redactor-editor .lt-list--large > li::before {
    content: '\25CF';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.12em;
    line-height: 1.3;
}

