﻿.social-feed-youtube .section-header h2,
.social-feed-section .section-header h2,
#social-feed .section-header h2 {
    color: var(--primary, #0f172a) !important;
    text-shadow: none !important;
}
.social-feed-youtube .section-header .section-subtitle,
.social-feed-section .section-header .section-subtitle,
#social-feed .section-header .section-subtitle {
    color: var(--gray-600, #475569) !important;
}
.social-feed-youtube .section-header p,
.social-feed-section .section-header p,
#social-feed .section-header p {
    color: var(--gray-600, #475569) !important;
}
.social-feed-youtube {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    padding: 3rem 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
}
.social-feed-youtube-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    align-items: stretch !important;
}
@media (max-width: 1024px) {
    .social-feed-youtube-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
}
@media (max-width: 640px) {
    .social-feed-youtube-grid {
        grid-template-columns: 1fr !important;
    }
}
.social-feed-youtube-card {
    background: #ffffff !important;
    border: 1px solid var(--neutral-400, #BDBDBD) !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    transition: none !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    box-shadow: none !important;
}
.social-feed-youtube-card:hover {
    transform: none !important;
    box-shadow: none !important;
    border-color: var(--blue-600, #2A3A9A) !important;
}
.social-feed-youtube .section-header {
    margin-bottom: 3rem !important;
}
.social-feed-section {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}
.social-feed-youtube .youtube-thumbnail,
.social-feed-youtube-card .youtube-thumbnail,
.youtube-thumbnail {
    background: #f1f5f9 !important;
    display: block !important;
    position: relative !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}
.social-feed-youtube .youtube-thumbnail img,
.social-feed-youtube-card .youtube-thumbnail img,
.youtube-thumbnail img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.social-feed-youtube .youtube-play-overlay,
.social-feed-youtube-card .youtube-play-overlay,
.youtube-play-overlay {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
    width: 68px !important;
    height: 48px !important;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4)) !important;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}
.social-feed-youtube-card:hover .youtube-play-overlay {
    transform: translate(-50%, -50%) scale(1.1) !important;
}
.social-feed-youtube .youtube-info {
    padding: 1.5rem !important;
    background: #ffffff !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
.social-feed-youtube .youtube-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}
