/* =============================================================================
   Vindicators Social Feed
   ============================================================================= */

.vd-social-feed {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vd-social-feed--gap-small  > .vd-social-wrapper + .vd-social-wrapper { margin-top: 16px; }
.vd-social-feed--gap-medium > .vd-social-wrapper + .vd-social-wrapper { margin-top: 28px; }
.vd-social-feed--gap-large  > .vd-social-wrapper + .vd-social-wrapper { margin-top: 40px; }

/* ----- Single card -------------------------------------------------------- */

.vd-social-wrapper {
    width: 100%;
    max-width: var(--vd-social-feed-max-width, 560px);
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* ----- Header ------------------------------------------------------------- */

.vd-social-wrapper .vd-social-header {
    padding: 20px 22px;
}

.vd-social-wrapper .vd-social-header p {
    margin: 0;
}

.vd-social-wrapper .vd-social-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vd-social-wrapper .vd-social-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vd-social-wrapper .vd-social-platform-icon {
    width: 22px;
    height: 22px;
    display: block;
}

/* ----- Instagram-specific ------------------------------------------------- */

.vd-instagram .vd-social-handle {
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    margin-right: 4px;
}

.vd-instagram .vd-social-handle:hover {
    text-decoration: underline;
}

/* ----- LinkedIn-specific -------------------------------------------------- */

.vd-linkedin .vd-linkedin-profile {
    line-height: 1.35;
}

.vd-linkedin .vd-linkedin-profile a {
    color: inherit;
    text-decoration: none;
}

.vd-linkedin .vd-linkedin-profile a:hover {
    text-decoration: underline;
}

.vd-linkedin .vd-linkedin-meta {
    font-size: 0.82em;
    color: rgba(0, 0, 0, 0.55);
}

.vd-linkedin .vd-social-content {
    padding: 0 22px 18px;
}

.vd-linkedin .vd-social-content p {
    margin: 0;
    line-height: 1.45;
}

/* ----- Post image (both platforms) ---------------------------------------- */

.vd-social-wrapper .vd-social-image {
    display: block;
}

.vd-social-wrapper .vd-social-image img {
    display: block;
    width: 100%;
    height: auto;
}
