.social-simple-container {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.social-header-simple {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.social-score-badge {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-weight: 700;
    padding: 12px 20px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border-radius: 8px;
}

.social-score-badge .score-num {
    font-size: 32px;
}

.social-score-badge .score-sep {
    font-size: 20px;
    opacity: 0.7;
}

.social-score-badge .score-max {
    font-size: 20px;
    opacity: 0.7;
}

.social-score-badge .score-grade {
    font-size: 20px;
    margin-left: 8px;
    padding: 2px 8px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
}

.social-title-simple h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.social-title-simple p {
    margin: 4px 0 0 0;
    font-size: 14px;
    color: #6b7280;
}

.social-section-simple {
    margin-top: 24px;
}

.section-heading-simple {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e5e7eb;
}

.platform-list-simple {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.platform-row-simple {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s;
}

.platform-row-simple.connected {
    background: #f0fdf4;
    border-color: #86efac;
}

.platform-row-simple:hover {
    transform: translateX(4px);
}

.platform-icon-simple {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    font-size: 18px;
    color: #6b7280;
}

.platform-row-simple.connected .platform-icon-simple {
    color: #16a34a;
}

.platform-name-simple {
    font-weight: 500;
    color: #111827;
}

.platform-info-simple {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.seo-platform-url {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #3b82f6;
    text-decoration: none;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 6px;
    background: rgba(59, 130, 246, 0.08);
    border-radius: 4px;
    transition: all 0.2s;
}

.seo-platform-url:hover {
    color: #1d4ed8;
    background: rgba(59, 130, 246, 0.15);
}

.seo-platform-url i {
    font-size: 10px;
    flex-shrink: 0;
}

.platform-status-simple {
    margin-left: auto;
    flex-shrink: 0;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
}

.status-badge.success {
    background: #dcfce7;
    color: #166534;
}

.status-badge.warning {
    background: #fef3c7;
    color: #92400e;
}

.status-badge.neutral {
    background: #f3f4f6;
    color: #6b7280;
}

.metatags-list-simple {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metatag-row-simple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background: #f9fafb;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.metatag-name-simple {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #374151;
}

.metatag-name-simple i {
    font-size: 16px;
    color: #6b7280;
}

.youtube-stats-box {
    margin-top: 16px;
    padding: 16px;
    background: linear-gradient(135deg, #fff5f5, #fff);
    border: 2px solid #fee;
    border-radius: 8px;
}

.youtube-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #dc2626;
    margin-bottom: 12px;
    font-size: 15px;
}

.youtube-header i {
    font-size: 20px;
}

.youtube-channel-info {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fee;
}

.channel-name {
    font-weight: 600;
    color: #111827;
    font-size: 15px;
}

.channel-url {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
}

.youtube-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.yt-stat {
    text-align: center;
    padding: 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #fee;
}

.yt-stat-icon {
    font-size: 24px;
    color: #dc2626;
    margin-bottom: 8px;
}

.yt-stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.yt-stat-label {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.youtube-activity {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: white;
    border-radius: 6px;
    font-size: 13px;
    color: #374151;
}

.youtube-activity i {
    color: #6b7280;
}

.recommendations-box {
    margin-top: 20px;
    padding: 16px;
    background: #fef3c7;
    border: 2px solid #fcd34d;
    border-radius: 8px;
}

.recommendations-box.success-box {
    background: #dcfce7;
    border-color: #86efac;
}

.rec-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #92400e;
    margin-bottom: 12px;
    font-size: 15px;
}

.success-box .rec-header {
    color: #166534;
}

.rec-header i {
    font-size: 18px;
}

.recommendations-box p {
    margin: 0;
    color: #166534;
    font-size: 14px;
}

.rec-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rec-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: white;
    border-radius: 6px;
    font-size: 14px;
    color: #374151;
}

.rec-item i {
    color: #92400e;
    font-size: 16px;
    flex-shrink: 0;
}

.social-expandable-card {
    position: relative;
}

.social-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.social-section-header:hover {
    background-color: rgba(59, 130, 246, 0.05);
}

.social-section-header .section-heading-simple {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.social-card-clickable {
    cursor: pointer;
}

.social-card-info-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-card-hint {
    font-size: 11px;
    color: #6b7280;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    white-space: nowrap;
}

.social-card-hint.social-hint-fade {
    opacity: 0;
}

.social-card-info-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
}

.social-card-info-icon span {
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
}

.social-card-info-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.4);
}

.social-card-info-icon.social-info-active {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    transform: scale(1.1);
}

.social-card-explanation-panel {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 16px;
    margin: 12px 0;
    animation: socialSlideDown 0.3s ease-out;
}

@keyframes socialSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.social-explanation-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.social-explanation-importance {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.social-explanation-desc {
    color: #374151;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.social-explanation-impact {
    background: rgba(59, 130, 246, 0.1);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 12px;
    color: #1d4ed8;
    margin-bottom: 12px;
    border-left: 3px solid #3b82f6;
}

.social-explanation-metrics {
    font-size: 12px;
    color: #374151;
}

.social-explanation-metrics ul {
    margin: 8px 0 0 0;
    padding-left: 20px;
}

.social-explanation-metrics li {
    margin-bottom: 4px;
    line-height: 1.5;
}

.social-card-expanded {
    background-color: rgba(59, 130, 246, 0.02);
    border-radius: 8px;
}
