.share-preview-image-wrap {
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    background: #e5e7eb;
}

.share-preview-image-wrap img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    display: block;
}

.share-preview-image-missing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 120px;
    color: #9ca3af;
    font-size: 0.9rem;
}

.share-photo-note {
    color: #6b7280;
    font-size: 0.85rem;
    margin-bottom: 10px;
}
