/**
 * Site Editor styles — inlined on page + enqueued when possible.
 * Scoped under .localbuzz-site-editor-page to beat theme button/img rules.
 */

/* —— Theme resets (WordPress / Elementor / Astra buttons & images) —— */
.localbuzz-site-editor-page button,
.localbuzz-site-editor-page input[type="button"],
.localbuzz-site-editor-page input[type="submit"],
.localbuzz-site-editor-page .button,
.localbuzz-site-editor-page a.button {
    font-family: inherit;
}

.localbuzz-site-editor-page .lb-cover-overlay-btn,
.localbuzz-site-editor-page .lb-cover-empty,
.localbuzz-site-editor-page .lb-editor-btn,
.localbuzz-site-editor-page .lb-editor-btn--save {
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    min-width: 0 !important;
}

.localbuzz-site-editor-page .lb-cover-overlay-btn {
    background: rgba(17, 24, 39, 0.52) !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 14px !important;
}

.localbuzz-site-editor-page .lb-cover-overlay-btn:hover {
    background: rgba(17, 24, 39, 0.68) !important;
    color: #fff !important;
}

.localbuzz-site-editor-page .lb-cover-empty {
    background: #fafafa !important;
    color: #6b7280 !important;
    border: 1px dashed #d1d5db !important;
}

.localbuzz-site-editor-page .lb-cover-empty:hover {
    background: #f9fafb !important;
    color: #374151 !important;
}

.localbuzz-site-editor-page .lb-editor-btn--save {
    background: #e5e7eb !important;
    color: #111827 !important;
    border: none !important;
}

.localbuzz-site-editor-page .lb-editor-btn--save:hover {
    background: #d1d5db !important;
    color: #111827 !important;
}

.localbuzz-site-editor-page .lb-editor-btn--ghost {
    background: transparent !important;
    color: #374151 !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
}

.localbuzz-site-editor-page .lb-editor-btn--ghost:hover {
    background: #fff !important;
    color: #374151 !important;
}

.localbuzz-site-editor-page .lb-cover-frame img,
.localbuzz-site-editor-page #lb-site-hero-preview {
    display: block !important;
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.localbuzz-site-editor-page .lb-nav-visual-card input[type="radio"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* —— Layout —— */
.localbuzz-site-editor-page .business-dashboard-main {
    background: #f3f4f6 !important;
}

.localbuzz-site-editor-page .lb-site-editor-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 28px 24px 120px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box;
}

/* Floating View live site — Site Editor only (mirrors support FAB on the right) */
.lb-site-view-live-fab {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 99997;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, sans-serif;
    pointer-events: none;
}

.lb-site-view-live-fab__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    pointer-events: auto;
    color: inherit;
}

.lb-site-view-live-fab__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(145deg, #3b82f6 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(29, 78, 216, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lb-site-view-live-fab__link:hover .lb-site-view-live-fab__icon,
.lb-site-view-live-fab__link:focus .lb-site-view-live-fab__icon {
    transform: scale(1.05);
    box-shadow: 0 10px 28px rgba(29, 78, 216, 0.5);
}

.lb-site-view-live-fab__label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #1d4ed8;
    text-align: center;
    line-height: 1.2;
    max-width: 110px;
}

@media (max-width: 520px) {
    .lb-site-view-live-fab {
        left: 16px;
        bottom: 16px;
    }

    .lb-site-view-live-fab__icon {
        width: 56px;
        height: 56px;
    }

    .lb-site-view-live-fab__label {
        font-size: 10px;
        max-width: 88px;
    }
}

.localbuzz-site-editor-page .lb-editor-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.localbuzz-site-editor-page .lb-editor-page-title {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #111827;
}

.localbuzz-site-editor-page .lb-editor-link {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
}

.localbuzz-site-editor-page .lb-editor-link:hover {
    color: #111827;
}

.localbuzz-site-editor-page .lb-editor-section {
    margin-bottom: 40px;
}

.localbuzz-site-editor-page .lb-editor-section-title {
    margin: 0 0 6px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.localbuzz-site-editor-page .lb-editor-section-desc {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

.localbuzz-site-editor-page .lb-editor-field {
    margin-bottom: 22px;
}

.localbuzz-site-editor-page .lb-editor-field > label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.localbuzz-site-editor-page .lb-editor-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.localbuzz-site-editor-page .lb-editor-label-row > label {
    margin-bottom: 0;
    flex: 1;
}

.localbuzz-site-editor-page .lb-editor-regenerate {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: none;
    background: transparent !important;
    color: #6b7280 !important;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none !important;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.localbuzz-site-editor-page .lb-editor-regenerate svg {
    opacity: 0.85;
}

.localbuzz-site-editor-page .lb-editor-regenerate:hover {
    color: #111827 !important;
}

.localbuzz-site-editor-page .lb-editor-regenerate:disabled,
.localbuzz-site-editor-page .lb-editor-regenerate.is-loading {
    opacity: 0.55;
    cursor: wait;
}

.localbuzz-site-editor-page .lb-cover-stage.is-generating .lb-cover-frame::after,
.localbuzz-site-editor-page .lb-cover-stage.is-generating .lb-cover-empty::after {
    content: 'Generating banner…';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.82);
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    z-index: 5;
}

.localbuzz-site-editor-page .lb-cover-stage {
    position: relative;
}

.localbuzz-site-editor-page .lb-editor-label-muted {
    font-weight: 400;
    color: #9ca3af;
}

.localbuzz-site-editor-page .lb-editor-field input[type="text"] {
    width: 100% !important;
    height: 44px !important;
    padding: 0 14px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    background: #fff !important;
    font-size: 15px !important;
    color: #111827 !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}

.localbuzz-site-editor-page .lb-editor-field input[type="text"]:focus {
    outline: none !important;
    border-color: #d1d5db !important;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06) !important;
}

/* Navigation visual cards */
.localbuzz-site-editor-page .lb-nav-visual-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.localbuzz-site-editor-page .lb-nav-visual-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.localbuzz-site-editor-page .lb-nav-visual-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.localbuzz-site-editor-page .lb-nav-visual-card.is-selected {
    border-color: #111827;
    box-shadow: 0 0 0 1px #111827;
}

.localbuzz-site-editor-page .lb-nav-visual-label {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.localbuzz-site-editor-page .lb-nav-visual-card.is-selected .lb-nav-visual-label {
    color: #111827;
}

.localbuzz-site-editor-page .lb-nav-visual-mock {
    display: block;
    width: 100%;
    max-width: 240px;
    height: 86px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.localbuzz-site-editor-page .lb-nav-mock--white-bar {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.localbuzz-site-editor-page .lb-nav-mock-bar {
    flex: 0 0 22%;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.localbuzz-site-editor-page .lb-nav-mock--white-bar .lb-nav-mock-hero {
    flex: 1;
    background: linear-gradient(135deg, #c4b5a8 0%, #8b7355 55%, #6b5344 100%);
}

.localbuzz-site-editor-page .lb-nav-mock--overlay .lb-nav-mock-hero--full {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c4b5a8 0%, #8b7355 55%, #6b5344 100%);
}

.localbuzz-site-editor-page .lb-nav-mock-navlines {
    position: absolute;
    top: 14%;
    left: 8%;
    right: 8%;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 0 rgba(255, 255, 255, 0.75), 0 20px 0 rgba(255, 255, 255, 0.55);
}

/* Cover — exact 571×206 banner box */
.localbuzz-site-editor-page .lb-cover-stage {
    width: 571px;
    max-width: 100%;
}

.localbuzz-site-editor-page .lb-cover-frame {
    position: relative;
    width: 571px;
    max-width: 100%;
    height: 206px;
    border-radius: 12px;
    overflow: hidden;
    background: #e5e7eb;
}

.localbuzz-site-editor-page .lb-story-cover-frame {
    width: 320px;
    height: 400px;
}

.localbuzz-site-editor-page .lb-editor-textarea {
    min-height: 160px;
    resize: vertical;
    line-height: 1.55;
}

.localbuzz-site-editor-page .lb-cover-overlay-actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.localbuzz-site-editor-page .lb-cover-overlay-btn {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    pointer-events: auto;
}

.localbuzz-site-editor-page .lb-cover-overlay-btn--remove {
    top: 12px;
    right: 12px;
}

.localbuzz-site-editor-page .lb-cover-overlay-btn--change {
    bottom: 12px;
    right: 12px;
}

.localbuzz-site-editor-page .lb-cover-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 571px;
    max-width: 100%;
    height: 206px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.localbuzz-site-editor-page .lb-cover-upload-progress {
    margin-top: 10px;
    height: 4px;
    width: 571px;
    max-width: 100%;
    background: #e5e7eb;
    border-radius: 2px;
    overflow: hidden;
}

.localbuzz-site-editor-page .lb-cover-upload-bar {
    height: 100%;
    width: 0;
    background: #111827;
    transition: width 0.2s ease;
}

.localbuzz-site-editor-page .lb-editor-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.localbuzz-site-editor-page .lb-editor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.localbuzz-site-editor-page .lb-editor-toast {
    flex: 1 1 100%;
    font-size: 13px;
}

.localbuzz-site-editor-page .lb-editor-toast:empty {
    display: none;
}

.localbuzz-site-editor-page .lb-editor-toast.is-success {
    color: #059669;
}

.localbuzz-site-editor-page .lb-editor-toast.is-error {
    color: #dc2626;
}

.localbuzz-site-editor-page #lb-site-nav-section .lb-editor-toast:not(:empty) {
    display: block;
    margin-top: 12px;
}

@media (max-width: 600px) {
    .localbuzz-site-editor-page .lb-site-editor-inner {
        padding: 20px 16px 48px;
    }

    .localbuzz-site-editor-page .lb-nav-visual-picker {
        grid-template-columns: 1fr;
    }

    .localbuzz-site-editor-page .lb-cover-frame,
    .localbuzz-site-editor-page .lb-cover-empty {
        width: 100%;
        height: auto;
        aspect-ratio: 571 / 206;
        min-height: 120px;
    }
}

@media (max-width: 400px) {
    .localbuzz-site-editor-page .lb-editor-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .localbuzz-site-editor-page .lb-editor-btn {
        width: 100%;
    }
}

/* Saved AI banner cards (max 3) */
.localbuzz-site-editor-page .lb-banner-gallery-wrap {
    margin-top: 16px;
    max-width: 571px;
}

.localbuzz-site-editor-page .lb-banner-gallery-heading {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.localbuzz-site-editor-page .lb-banner-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.localbuzz-site-editor-page .lb-banner-card-wrap {
    position: relative;
}

.localbuzz-site-editor-page .lb-banner-card {
    display: block;
    width: 100%;
    padding: 0;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-shadow: none !important;
}

.localbuzz-site-editor-page .lb-banner-card img {
    display: block !important;
    width: 100% !important;
    height: 72px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

.localbuzz-site-editor-page .lb-banner-card-label {
    display: block;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 500;
    color: #6b7280;
    text-align: center;
    background: #fafafa;
}

.localbuzz-site-editor-page .lb-banner-card:hover {
    border-color: #9ca3af;
}

.localbuzz-site-editor-page .lb-banner-card.is-selected {
    border-color: #111827;
    box-shadow: 0 0 0 1px #111827 !important;
}

.localbuzz-site-editor-page .lb-banner-card.is-selected .lb-banner-card-label {
    color: #111827;
    background: #f3f4f6;
}

.localbuzz-site-editor-page .lb-banner-card-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.55) !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.localbuzz-site-editor-page .lb-banner-card-remove:hover {
    background: rgba(17, 24, 39, 0.75) !important;
}

.localbuzz-site-editor-page .lb-editor-regenerate:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.localbuzz-site-editor-page .lb-editor-hint {
    margin: 6px 0 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.45;
}

.localbuzz-site-editor-page .lb-editor-hint--warn {
    color: #b45309;
    padding: 12px 14px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
}

.localbuzz-site-editor-page .lb-editor-footer--inline {
    margin-top: 14px;
    padding-top: 0;
    border-top: none;
}

.localbuzz-site-editor-page .lb-google-reviews-preview {
    margin-top: 12px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.localbuzz-site-editor-page .lb-google-reviews-summary {
    margin: 0 0 10px;
    font-size: 15px;
}

.localbuzz-site-editor-page .lb-google-reviews-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.localbuzz-site-editor-page .lb-google-reviews-list li {
    padding: 10px 0;
    border-top: 1px solid #e2e8f0;
}

.localbuzz-site-editor-page .lb-google-reviews-list li:first-child {
    border-top: none;
    padding-top: 0;
}

.localbuzz-site-editor-page .lb-google-reviews-list p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #475569;
    line-height: 1.45;
}

.localbuzz-site-editor-page .lb-google-reviews-stars {
    color: #f59e0b;
    font-size: 12px;
}

.localbuzz-site-editor-page .lb-google-place-preview {
    margin-top: 12px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.localbuzz-site-editor-page .lb-google-place-preview p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
    color: #334155;
}

.localbuzz-site-editor-page .lb-google-place-hours {
    margin: 4px 0 0;
    padding-left: 18px;
    font-size: 13px;
    color: #475569;
}

.localbuzz-site-editor-page .lb-faq-rows {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.localbuzz-site-editor-page .lb-faq-row {
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.localbuzz-site-editor-page .lb-faq-row-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.localbuzz-site-editor-page .lb-faq-row-num {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.localbuzz-site-editor-page .lb-faq-row-remove {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #94a3b8;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.localbuzz-site-editor-page .lb-faq-row-remove:hover {
    background: #fee2e2;
    color: #dc2626;
}

.localbuzz-site-editor-page .lb-faq-row .lb-editor-field {
    margin-bottom: 12px;
}

.localbuzz-site-editor-page .lb-faq-row .lb-editor-field:last-child {
    margin-bottom: 0;
}

/* Theme palette picker */
.localbuzz-site-editor-page .lb-theme-palette-picker {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 8px;
}

.localbuzz-site-editor-page .lb-theme-palette-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.localbuzz-site-editor-page .lb-theme-palette-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.localbuzz-site-editor-page .lb-theme-palette-card:hover {
    border-color: #cbd5e1;
}

.localbuzz-site-editor-page .lb-theme-palette-card.is-selected {
    border-color: #111827;
    box-shadow: 0 0 0 1px #111827;
}

.localbuzz-site-editor-page .lb-theme-palette-swatches {
    display: flex;
    gap: 6px;
    width: 100%;
    justify-content: center;
}

.localbuzz-site-editor-page .lb-theme-swatch {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.localbuzz-site-editor-page .lb-theme-palette-label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    text-align: center;
}

.localbuzz-site-editor-page .lb-theme-palette-card--custom .lb-theme-palette-swatches {
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 6px 8px;
}

.localbuzz-site-editor-page .lb-theme-custom-panel {
    margin-top: 20px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
}

.localbuzz-site-editor-page .lb-theme-custom-panel[hidden] {
    display: none !important;
}

.localbuzz-site-editor-page .lb-theme-custom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 12px;
}

.localbuzz-site-editor-page .lb-theme-custom-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.localbuzz-site-editor-page .lb-theme-custom-input-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.localbuzz-site-editor-page .lb-theme-color-input {
    width: 48px;
    height: 40px;
    padding: 2px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    flex-shrink: 0;
}

.localbuzz-site-editor-page .lb-theme-hex-input {
    flex: 1;
    min-width: 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
}

@media (max-width: 520px) {
    .localbuzz-site-editor-page .lb-banner-gallery {
        grid-template-columns: 1fr;
    }

    .localbuzz-site-editor-page .lb-banner-card img {
        height: 120px !important;
    }

    .localbuzz-site-editor-page .lb-theme-palette-picker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
