/* ── Notes Feed Modals & Previews ── */
.ifn-og-preview-composer {
    margin-top: 10px;
    border: 1px solid #1e1e1e;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    position: relative;
}

.ifn-og-preview-composer.visible {
    display: block;
}

.ifn-og-preview-composer img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.ifn-og-preview-body {
    padding: 10px 12px;
}

.ifn-og-preview-site {
    font-size: 10px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 3px;
}

.ifn-og-preview-title {
    font-size: 13px;
    color: #e0e0e0;
    font-weight: 600;
    margin-bottom: 3px;
}

.ifn-og-preview-desc {
    font-size: 12px;
    color: #777;
    line-height: 1.4;
}

.ifn-og-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,.6);
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ifn-img-preview-composer {
    margin-top: 10px;
    position: relative;
    display: none;
}

.ifn-img-preview-composer.visible {
    display: block;
}

.ifn-img-preview-composer img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.ifn-img-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,.6);
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
