/* ===================================================================
   SOCIAL ADMIN
=================================================================== */

.smt-social-provider-block {
	margin-bottom: 6px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 0 14px;
}

/* Override toggle-row shadow/border when inside a provider block */
.smt-social-provider-block .smt-toggle-row {
	border: none;
	box-shadow: none;
	padding: 12px 0;
	margin: 0;
	border-radius: 0;
}

.smt-social-credentials {
	display: none;
	padding: 10px 0 14px;
	border-top: 1px solid #f0f0f0;
}

.smt-social-credentials.smt-visible {
	display: block;
}

.smt-field.smt-field-inline input {
	flex: 1;
	max-width: 400px;
}

/* ===================================================================
   DIVIDER
=================================================================== */

.smt-divider {
	border: none;
	border-top: 1px solid #e2e2ea;
	margin: 18px 0;
}

/* ===================================================================
   CTA CHANNEL BUILDER
=================================================================== */

#smt-cta-channels .smt-cta-channel {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

#smt-cta-channels .smt-cta-type {
	width: 130px;
	flex-shrink: 0;
}

#smt-cta-channels .smt-cta-label {
	width: 150px;
	flex-shrink: 0;
}

#smt-cta-channels .smt-cta-value {
	flex: 1;
}

.smt-cta-actions {
	margin: 8px 0 16px;
}
