/* ==========================================================================
   2fox4 Custom Popup – Gutenberg Sidebar Styles
   ========================================================================== */

.foxcp-settings-panel .foxcp-divider {
	border:        none;
	border-top:    1px solid #e0e0e0;
	margin:        14px 0;
}

.foxcp-settings-panel .foxcp-hint {
	font-size:   12px;
	color:       #757575;
	font-style:  italic;
	margin-top:  8px;
	line-height: 1.5;
}

/* Tighter spacing for the checkbox list */
.foxcp-settings-panel .components-checkbox-control {
	margin-bottom: 4px;
}

/* Cookie duration row: number + unit side by side */
.foxcp-settings-panel .foxcp-cookie-row {
	display:   flex;
	gap:       8px;
	align-items: flex-start;
}

.foxcp-settings-panel .foxcp-cookie-row .components-base-control {
	flex: 1;
	min-width: 0;
}
