/* =========================================================================
 * BlogString Pro — Copyright widget
 * Visual styles come from Elementor controls ({{WRAPPER}} .bs-cr). These base
 * rules cover layout, links/separator, the icon, and the editor-panel preview.
 * ====================================================================== */
.bs-cr {
    text-align: center;
}

.bs-cr__content {
    display: inline;
}

.bs-cr--same-line .bs-cr__content {
    white-space: normal;
}

/* Icon */
.bs-cr__icon {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    line-height: 1;
}

.bs-cr__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.bs-cr__icon i {
    font-size: inherit;
}

/* Links */
.bs-cr__links {
    display: inline;
}

.bs-cr__link {
    text-decoration: none;
    transition: color .2s ease;
}

.bs-cr__link-sep {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    opacity: .8;
}

/* =========================================================================
 * Editor panel — Live Preview box
 * ====================================================================== */
.bs-cr-preview-wrap {
    margin-top: 4px;
}

.bs-cr-preview-label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #a4afb7;
}

.bs-cr-preview {
    padding: 12px 14px;
    background: #f6f7f7;
    border: 1px solid #e0e3e7;
    border-radius: 6px;
    color: #33373d;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    word-break: break-word;
}

.bs-cr-preview a {
    color: #2a02cc;
}
