/**
 * WPZOOM Social Icons - Admin Upsell Styles
 * Styles for Pro feature upsell pages and components
 */

/* =====================================================
   Pro Badge
   ===================================================== */
.wpzoom-pro-badge {
    background: #2271b1;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
}

.wpzoom-pro-badge-large {
    background: #2271b1;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

/* =====================================================
   Share Analytics Upsell Page
   ===================================================== */
.wpzoom-analytics-upsell-wrap {
    max-width: 1200px;
}

.wpzoom-analytics-upsell-wrap h1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpzoom-analytics-description {
    color: #646970;
    font-size: 14px;
    margin-bottom: 20px;
}

.wpzoom-analytics-preview-container {
    position: relative;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    overflow: hidden;
}

.wpzoom-analytics-preview-blurred {
    padding: 30px;
    filter: blur(3px);
    opacity: 0.7;
    pointer-events: none;
    user-select: none;
}

/* Stats Cards */
.wpzoom-stats-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.wpzoom-stat-card {
    flex: 1;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.wpzoom-stat-card .wpzoom-stat-icon {
    font-size: 32px;
    color: #2271b1;
}

.wpzoom-stat-card .wpzoom-stat-number {
    font-size: 28px;
    font-weight: 600;
    color: #1d2327;
    display: block;
}

.wpzoom-stat-card .wpzoom-stat-label {
    font-size: 13px;
    color: #646970;
}

/* Chart Placeholder */
.wpzoom-chart-placeholder {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

.wpzoom-chart-title {
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 20px;
}

.wpzoom-chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    height: 150px;
    padding: 0 20px;
}

.wpzoom-chart-bar {
    flex: 1;
    background: #2271b1;
    border-radius: 4px 4px 0 0;
    min-height: 20px;
}

.wpzoom-chart-labels {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 0;
    font-size: 12px;
    color: #646970;
}

/* Platform Breakdown */
.wpzoom-platform-breakdown {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

.wpzoom-platform-title {
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 15px;
}

.wpzoom-platform-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcde;
}

.wpzoom-platform-item:last-child {
    border-bottom: none;
}

.wpzoom-platform-name {
    width: 100px;
    font-size: 13px;
    color: #1d2327;
}

.wpzoom-platform-bar-wrapper {
    flex: 1;
    background: #e0e0e0;
    border-radius: 4px;
    height: 8px;
    overflow: hidden;
}

.wpzoom-platform-bar {
    height: 100%;
    border-radius: 4px;
}

.wpzoom-platform-count {
    width: 50px;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
}

/* Top Posts Table */
.wpzoom-top-posts {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 20px;
}

.wpzoom-top-posts-title {
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 15px;
}

.wpzoom-top-posts-table {
    width: 100%;
    border-collapse: collapse;
}

.wpzoom-top-posts-table th,
.wpzoom-top-posts-table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #dcdcde;
    font-size: 13px;
}

.wpzoom-top-posts-table th {
    font-weight: 600;
    color: #1d2327;
}

.wpzoom-top-posts-table td {
    color: #646970;
}

/* Pro Overlay */
.wpzoom-pro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
}

.wpzoom-pro-overlay-content {
    background: #fff;
    padding: 40px 50px;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 500px;
}

.wpzoom-pro-overlay-content h2 {
    font-size: 24px;
    margin: 0 0 10px;
    color: #1d2327;
}

.wpzoom-pro-overlay-content > p {
    color: #646970;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.wpzoom-pro-features-list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    text-align: left;
}

.wpzoom-pro-features-list li {
    padding: 8px 0;
    font-size: 14px;
    color: #1d2327;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpzoom-pro-features-list .dashicons {
    color: #00a32a;
}

.wpzoom-pro-overlay-content .button-hero {
    font-size: 15px;
    padding: 12px 30px;
    height: auto;
}

/* =====================================================
   Dashboard Widget Upsell
   ===================================================== */
.wpzoom-stats-widget {
    position: relative;
}

.wpzoom-stats-widget .wpzoom-dismiss-widget {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #f0f0f1;
    border: 1px solid #c3c4c7;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpzoom-stats-widget .wpzoom-dismiss-widget:hover {
    background: #dcdcde;
}

.wpzoom-stats-widget .wpzoom-dismiss-widget .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #646970;
}

.wpzoom-stats-widget-content {
    text-align: center;
}

.wpzoom-stats-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
    padding: 15px;
    background: #f6f7f7;
    border-radius: 4px;
}

.wpzoom-stats-widget .wpzoom-stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpzoom-stats-widget .wpzoom-stat-item .dashicons {
    font-size: 24px;
    color: #c3c4c7;
}

.wpzoom-stats-widget .wpzoom-stat-info {
    text-align: left;
}

.wpzoom-stats-widget .wpzoom-stat-number {
    font-size: 18px;
    font-weight: 600;
    color: #c3c4c7;
    display: block;
}

.wpzoom-stats-widget .wpzoom-stat-label {
    font-size: 12px;
    color: #646970;
}

.wpzoom-widget-message {
    margin-bottom: 15px;
}

.wpzoom-widget-message p {
    margin: 0;
    color: #1d2327;
    font-size: 13px;
}

.wpzoom-widget-features {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.wpzoom-widget-features span {
    font-size: 12px;
    color: #646970;
    display: flex;
    align-items: center;
    gap: 3px;
}

.wpzoom-widget-features .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    color: #00a32a;
}

/* =====================================================
   Settings Page Upload Tab Upsell
   ===================================================== */
.wpzoom-upload-pro-preview {
    position: relative;
    min-height: 400px;
}

.wpzoom-upload-preview-blurred {
    filter: blur(3px);
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
}

.wpzoom-upload-area-preview {
    background: #f6f7f7;
    border: 2px dashed #c3c4c7;
    border-radius: 4px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.wpzoom-upload-area-preview .dashicons {
    font-size: 48px;
    color: #c3c4c7;
    margin-bottom: 10px;
}

.wpzoom-upload-area-preview p {
    margin: 0;
    color: #646970;
    font-size: 14px;
}

.wpzoom-icons-grid-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 15px;
}

.wpzoom-icon-preview-item {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}

.wpzoom-icon-preview-item .dashicons {
    font-size: 32px;
    color: #c3c4c7;
}

.wpzoom-icon-preview-item span {
    display: block;
    font-size: 11px;
    color: #646970;
    margin-top: 5px;
}

/* Settings Page Overlay */
.wpzoom-upload-pro-preview .wpzoom-pro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
}

.wpzoom-upload-pro-preview .wpzoom-pro-overlay-content {
    max-width: 400px;
}

/* =====================================================
   Block Editor Pro Features Panel
   ===================================================== */
.wpzoom-pro-features-upsell {
    padding: 8px 0;
}

.wpzoom-pro-features-upsell .components-toggle-control {
    opacity: 0.6;
}

.wpzoom-ai-platforms-preview {
    margin: 16px 0;
    padding: 12px;
    background: #f0f0f1;
    border-radius: 4px;
}

.wpzoom-ai-platforms-preview p {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #1e1e1e;
}

.wpzoom-ai-platforms-icons {
    display: flex;
    gap: 10px;
    opacity: 0.5;
}

.wpzoom-ai-platform-icon {
    width: 32px;
    height: 32px;
    background: #dcdcde;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpzoom-ai-platform-icon svg {
    width: 18px;
    height: 18px;
    fill: #757575;
}

.wpzoom-pro-features-upsell .components-button.is-primary {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
}

/* Editor Pro Badge */
.editor-styles-wrapper .wpzoom-pro-badge,
.components-panel__body-title .wpzoom-pro-badge {
    background: #2271b1;
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 6px;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
}

/* =====================================================
   Responsive
   ===================================================== */
@media screen and (max-width: 782px) {
    .wpzoom-stats-cards {
        flex-direction: column;
    }

    .wpzoom-pro-overlay-content {
        margin: 20px;
        padding: 25px;
    }

    .wpzoom-stats-row {
        flex-direction: column;
        gap: 15px;
    }

    .wpzoom-widget-features {
        flex-direction: column;
        align-items: center;
    }
}

/* =====================================================
   Upgrade to PRO Upsell Page
   ===================================================== */
.wpzoom-upsell-page {
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 50px;
    margin-right: 20px;
}

/* Header */
.wpzoom-upsell-header {
    border-bottom: 1px solid #e1e5e9;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.wpzoom-upsell-logo {
    margin-bottom: 20px;
}

.wpzoom-upsell-logo img {
    width: 150px;
}

.wpzoom-upsell-header h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #242628;
    margin-top: 0;
    margin-bottom: 6px;
}

.wpzoom-upsell-header p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #242628;
    opacity: 0.65;
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 650px;
}

/* CTA Button */
.wpzoom-upsell-btn {
    background: #3496ff;
    border-radius: 4px;
    padding: 12px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 13px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: none;
}

.wpzoom-upsell-btn:hover,
.wpzoom-upsell-btn:focus {
    background: #1a7de6;
    color: #fff;
}

/* Content */
.wpzoom-upsell-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 28px;
    color: #242628;
}

/* Features Grid */
.wpzoom-upsell-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.wpzoom-upsell-section {
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #e1e5e9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.wpzoom-upsell-section-image {
    margin: -30px -30px 20px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    background: #f6f7f7;
    aspect-ratio: 4 / 3;
}

.wpzoom-upsell-section-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Like Button Preview */
.wpzoom-upsell-like-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.wpzoom-upsell-like-btn-preview {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #333;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 50px;
    line-height: 1;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: visible;
    transition: background 0.3s;
    font-family: inherit;
}

.wpzoom-upsell-like-btn-preview:hover {
    background: #444;
}

.wpzoom-upsell-like-btn-preview.is-liked {
    background: #8a959b;
}

.wpzoom-upsell-like-btn-preview svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.wpzoom-upsell-like-btn-preview .wpzoom-like-icon-filled {
    display: none;
    fill: currentColor;
}

.wpzoom-upsell-like-btn-preview.is-liked .wpzoom-like-icon-outlined {
    display: none;
}

.wpzoom-upsell-like-btn-preview.is-liked .wpzoom-like-icon-filled {
    display: inline-block;
}

.wpzoom-upsell-like-count {
    background: rgba(255, 255, 255, 0.25);
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 4px;
}

.wpzoom-upsell-like-hint {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

/* Like Button Animations */
@keyframes wpzoom-upsell-like-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}

@keyframes wpzoom-upsell-confetti-burst {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(var(--dx), var(--dy)) scale(0);
        opacity: 0;
    }
}

.wpzoom-upsell-like-btn-preview.animate svg {
    animation: wpzoom-upsell-like-pulse 0.4s ease;
}

.wpzoom-upsell-confetti {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    pointer-events: none;
    top: 50%;
    left: 50%;
    z-index: 10;
    animation: wpzoom-upsell-confetti-burst 0.8s ease-out forwards;
}

.wpzoom-upsell-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 12px;
    border-radius: 25px;
    background: #242628;
    max-width: fit-content;
}

.wpzoom-upsell-section h4 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #242628;
}

.wpzoom-upsell-section h4 .dashicons {
    font-size: 22px;
    width: 22px;
    height: 22px;
    color: #3496ff;
}

.wpzoom-upsell-section .about {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #242628;
    margin-top: 0;
}

.wpzoom-upsell-section .section_footer {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #646970;
}

/* Comparison Table */
.wpzoom-features-table {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.wpzoom-features-table li {
    display: flex;
    width: 75%;
    margin-bottom: 0;
}

.wpzoom-features-table li div {
    flex: 1;
}

.wpzoom-features-table li div svg {
    overflow: visible;
}

.wpzoom-features-table .c {
    text-align: center;
}

.wpzoom-features-table .t-head {
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e5e9;
    margin-bottom: 15px;
}

.wpzoom-features-table .t-head .c {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #242628;
}

.wpzoom-features-table .t-row {
    padding: 12px 0;
    align-items: center;
}

.wpzoom-features-table .h-wrap {
    font-size: 15px;
    font-weight: 500;
    color: #242628;
}

.wpzoom-new-badge {
    display: inline-block;
    background: #00a32a;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
}

.wpzoom-features-table .t-footer {
    padding-top: 30px;
    border-top: 1px solid #e1e5e9;
    margin-top: 20px;
    margin-bottom: 0;
}

/* Upsell Page Responsive */
@media screen and (max-width: 1240px) {
    .wpzoom-features-table li {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .wpzoom-upsell-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 600px) {
    .wpzoom-upsell-grid {
        grid-template-columns: 1fr;
    }

    .wpzoom-features-table li div {
        flex: auto;
    }

    .wpzoom-features-table li:not(.t-footer) div:first-child {
        width: 130px;
    }
}

/* =====================================================
   Floating Buttons Upsell Page
   ===================================================== */
.wpzoom-floating-upsell-wrap {
    max-width: 1200px;
}

.wpzoom-floating-upsell-wrap h1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpzoom-floating-description {
    color: #646970;
    font-size: 14px;
    margin-bottom: 20px;
}

.wpzoom-floating-preview-container {
    position: relative;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    overflow: hidden;
}

.wpzoom-floating-preview-blurred {
    padding: 30px;
    filter: blur(1px);
    opacity: 0.7;
    pointer-events: none;
    user-select: none;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
}

/* Settings Panel Preview */
.wpzoom-floating-settings-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcde;
}

.wpzoom-floating-settings-header .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #2271b1;
}

.wpzoom-floating-settings-group {
    margin-bottom: 20px;
    background: #f6f7f7;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #dcdcde;
}

.wpzoom-floating-settings-group > label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 10px;
}

.wpzoom-floating-position-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wpzoom-floating-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpzoom-floating-option-label {
    font-size: 12px;
    color: #646970;
    min-width: 70px;
}

.wpzoom-floating-radio-group,
.wpzoom-floating-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wpzoom-floating-radio-group label,
.wpzoom-floating-checkbox-group label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #1d2327;
    cursor: default;
}

.wpzoom-floating-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 13px;
    color: #1d2327;
}

.wpzoom-floating-input-group input {
    width: 60px;
    padding: 4px 8px;
    border: 1px solid #dcdcde;
    border-radius: 3px;
    background: #fff;
}

/* Visual Preview - Browser Frame */
.wpzoom-floating-visual-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpzoom-floating-browser-frame {
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wpzoom-floating-browser-header {
    background: #e0e0e0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wpzoom-floating-browser-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c3c4c7;
}

.wpzoom-floating-browser-dot:nth-child(1) {
    background: #ff5f56;
}

.wpzoom-floating-browser-dot:nth-child(2) {
    background: #ffbd2e;
}

.wpzoom-floating-browser-dot:nth-child(3) {
    background: #27ca40;
}

.wpzoom-floating-browser-url {
    flex: 1;
    margin-left: 10px;
    padding: 5px 12px;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    color: #646970;
}

.wpzoom-floating-browser-content {
    position: relative;
    min-height: 320px;
    background: #fff;
    padding: 20px 60px 20px 20px;
}

.wpzoom-floating-page-header {
    height: 40px;
    background: linear-gradient(90deg, #e0e0e0 0%, #f0f0f0 100%);
    border-radius: 4px;
    margin-bottom: 20px;
}

.wpzoom-floating-page-content {
    padding: 10px 0;
}

.wpzoom-floating-content-line {
    height: 12px;
    background: #e8e8e8;
    border-radius: 3px;
    margin-bottom: 12px;
}

.wpzoom-floating-content-line.wpzoom-floating-content-title {
    height: 20px;
    width: 60%;
    background: #d0d0d0;
    margin-bottom: 20px;
}

.wpzoom-floating-content-line.wpzoom-floating-content-short {
    width: 70%;
}

.wpzoom-floating-content-line:nth-child(even):not(.wpzoom-floating-content-title):not(.wpzoom-floating-content-short) {
    width: 85%;
}

/* Floating Bar Preview */
.wpzoom-floating-bar-preview {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 10;
}

.wpzoom-floating-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.wpzoom-floating-icon svg {
    width: 18px;
    height: 18px;
}

.wpzoom-floating-icon-fb { background: #1877f2; }
.wpzoom-floating-icon-x { background: #000; }
.wpzoom-floating-icon-linkedin { background: #0a66c2; }
.wpzoom-floating-icon-pinterest { background: #e60023; }
.wpzoom-floating-icon-whatsapp { background: #25d366; }

/* NEW Badge */
.wpzoom-upsell-badge-new {
    background: #00a32a;
}

/* Responsive */
@media screen and (max-width: 960px) {
    .wpzoom-floating-preview-blurred {
        grid-template-columns: 1fr;
    }

    .wpzoom-floating-browser-content {
        min-height: 280px;
    }
}

@media screen and (max-width: 600px) {
    .wpzoom-floating-preview-blurred {
        padding: 20px;
    }
}
