/* Ewaparts Vendor Panel socials block */
.ewp-help {
    margin: 0 0 10px;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.45;
}

.ewp-availability-state {
    margin: 8px 0 0;
    font-size: 13px;
    color: #374151;
}

.ewp-status.ewp-status--paused {
    background: rgba(245, 158, 11, 0.16);
    color: #92400e;
}

.ewp-socials-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ewp-social-row .ewp-form-row {
    align-items: flex-end;
}

.ewp-social-row-actions {
    margin: 0;
    display: flex;
    align-items: flex-end;
}

.ewp-social-row.is-deleted {
    display: none !important;
}

.ewp-socials-actions {
    margin: 8px 0 0;
}

@media (max-width: 768px) {
    .ewp-social-row .ewp-form-row {
        display: block;
    }

    .ewp-social-row-actions {
        margin-top: 8px;
    }
}
