/* © 2025 Spwig. All rights reserved. */

.pb-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.pb-text--placeholder {
    background-color: var(--theme-color-background-secondary, #F9FAFB);
    border: 2px dashed var(--theme-color-border, #E5E7EB);
    border-radius: var(--theme-radius-lg, 0.75rem);
    padding: var(--theme-space-4, 1rem);
    text-align: center;
    color: var(--theme-color-text-muted, #9CA3AF);
    font-style: italic;
}

@media print {
    .pb-text {
        color: black !important;
        background: transparent !important;
    }
    .pb-text--placeholder {
        display: none;
    }
}
