/* MFV Unsplash Auto-Fill — Front-end Styles */

/* Attribution overlay */
.mfv-unsplash-wrap {
    position: relative;
}
.mfv-unsplash-attribution {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    line-height: 1.3;
    padding: 2px 8px;
    border-radius: 3px;
    z-index: 10;
    pointer-events: auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.mfv-unsplash-attribution a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}
.mfv-unsplash-attribution a:hover {
    color: #fff;
}

/* Caption style (below image) */
.mfv-unsplash-caption {
    font-size: 11px;
    color: #6b7280;
    padding: 4px 0;
    text-align: right;
}
.mfv-unsplash-caption a {
    color: #4b5563;
    text-decoration: underline;
}
.mfv-unsplash-caption a:hover {
    color: #111827;
}

/* Branded placeholder */
.mfv-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F5F3FF;
    color: #7C3AED;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    min-height: 120px;
}
.mfv-placeholder__icon {
    font-size: 28px;
    margin-bottom: 8px;
    opacity: 0.5;
}
.mfv-placeholder__text {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
    max-width: 200px;
    line-height: 1.4;
}

/* Initials avatar */
.mfv-initials-avatar {
    border-radius: 50%;
    display: inline-block;
}

/* Attribution on single listing cover — position inside the cover section */
.profile-cover .mfv-unsplash-attribution {
    bottom: 12px;
    right: 12px;
    z-index: 20;
}
