/* ─── LIVE PREVIEW MOCKUPS ─── */
.preview-sticky-container {
    position: sticky;
    top: 2rem;
}

.preview-card-frame {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    color: #1c1e21;
    overflow: hidden;
    border: 1px solid #ddd;
}

/* Instagram Styles */
.ig-post-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    color: #262626;
    background: #fff;
    text-align: left;
}

.ig-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 10px 12px;
    border-bottom: 1px solid #efefef;
}

.ig-avatar-ring {
    padding: 2px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ig-story-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    color: #fff;
    background: #000;
    position: relative;
    height: 520px;
    overflow: hidden;
    border-radius: 0.75rem;
}

/* TikTok Styles */
.tiktok-mock-wrapper {
    font-family: 'ProximaNova', 'NotoSansJP', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    color: #fff;
    background: #000;
    position: relative;
    height: 520px;
    width: 100%;
    overflow: hidden;
    border-radius: 0.75rem;
    user-select: none;
}

.tiktok-actions-bar {
    position: absolute;
    right: 10px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 10;
}

.tiktok-action-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.tiktok-vinyl-disc {
    margin-top: 5px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #111;
    border: 8px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin 4s linear infinite;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Facebook Styles */
.fb-post-wrapper {
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    color: #1c1e21;
    text-align: left;
}

.fb-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
}

.fb-action-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.85rem;
    color: #65676b;
    font-weight: 600;
}
