.wpss-wrap {
    margin: 2.5rem 0 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}
.wpss-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 12px;
}
.wpss-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.wpss-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 1;
    transition: opacity 0.15s ease, transform 0.1s ease;
}
.wpss-btn:hover  { opacity: 0.85; transform: translateY(-2px); }
.wpss-btn:active { transform: scale(0.97); }
.wpss-btn svg    { flex-shrink: 0; }

.wpss-whatsapp  { background: #25D366; color: #fff !important; }
.wpss-facebook  { background: #1877F2; color: #fff !important; }
.wpss-twitter   { background: #000000; color: #fff !important; }
.wpss-instagram { background: linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); color: #fff !important; }
.wpss-snapchat  { background: #FFFC00; color: #000 !important; }
.wpss-tiktok    { background: #010101; color: #fff !important; }

@media (max-width: 480px) {
    .wpss-btn span { display: none; }
    .wpss-btn      { padding: 10px 13px; }
}


/* ── Featured Image Top Margin ──────────────────────────────────── */


/* ── Overridden full size image ─────────────────────────────────── */

img.wpss-full-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    margin: 0 0 2rem 0 !important;
}
