 .social-section {
        margin-top: 2rem;
    }

    .social-card {
        border-radius: 8px;
        padding: 20px 24px;
    }

    .social-title-icon {
        margin-right: 0.5rem;
        color: #5D2908;
    }

    .social-title {
        margin-bottom: 0.3rem;
        text-align: left;
        margin: 0 0 20px;
        padding-bottom: 12px;
        position: relative;
        font-size: 1.2rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #5D2908;
        border-bottom: inset;
        border-bottom-color: #5D2908;
        border-bottom-width: 1px;
    }

    .social-subtitle {
        font-size: 0.88rem;
        color: #555;
        margin-bottom: 1.1rem;
        text-align: left;
    }

    .social-list li {
        margin-top: 0;
        border-bottom: 1px solid rgba(156, 122, 7, 0.18);
        margin-bottom: 1px;
    }

    .social-list li:last-child {
        border-bottom: none;
    }

    .social-list a {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: 0.8rem 0.75rem;
        transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
        color: #333;
    }

    .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        margin-right: 0.75rem;
        font-size: 1.2rem;
        color: #fff;
    }

    .social-icon.facebook {
        background: #1877f2;
    }

    .social-icon.facebook i {
        margin-bottom: -3px;
    }

    .social-icon.instagram i {    
        margin-bottom: -2px;
    }

    .social-icon.twitter {
        background: #000000;
    }

    .social-icon.youtube {
        background: #ff0000;
        font-size: 1.1rem;
    }

    .social-icon svg {
        width: 20px;
        height: 20px;
        display: block;
    }

    .social-icon.instagram {
        background: radial-gradient(circle at 30% 107%,
            #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }

    .social-text {
        text-align: left;
    }

    .social-text strong {
        display: block;
        font-size: 0.95rem;
        line-height: 0.8rem;
        color: #333;
    }

    .social-text small {
        font-size: 0.8rem;
        color: #777;
        line-height: 0.7rem;
    }

    .social-list a:hover {
        background: rgba(156, 122, 7, 0.06);
        box-shadow: 0 1px 6px rgba(0,0,0,0.08);
        transform: translateY(-1px);
        text-decoration: none !important;
    }

    .social-fb-embed {
        border-radius: 8px;
        overflow: hidden;
        max-width: 500px;
        margin: 0 auto;''
    }

    @media (max-width: 767px) {
            .social-title {
                text-align: center;
            }
    }

    @media (max-width: 440px) {
            .social-card {
            padding: 10px 12px;
            }
    }