/**
 * Admin styles for Post Visibility Control.
 *
 * @package PostVisibilityControl
 * @since 1.0.0
 */

/* Classic Editor - Options container in Visibility section */
.ayudawp-pvc-classic-options {
	border-top: 1px solid #dcdcde;
	margin-top: 10px;
	padding-top: 10px;
}

.ayudawp-pvc-classic-options .ayudawp-pvc-title {
	margin: 0 0 8px;
	font-weight: 600;
}

.ayudawp-pvc-classic-options .ayudawp-pvc-description {
	margin: 0 0 8px;
	color: #646970;
	font-size: 12px;
}

.ayudawp-pvc-classic-options label {
	display: block;
	margin-bottom: 4px;
}

/* Block Editor - Options container in Status popup */
.ayudawp-pvc-block-options {
	padding: 0 0 16px 0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 16px;
}

.ayudawp-pvc-block-options .ayudawp-pvc-title {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 12px;
	color: #1e1e1e;
}

.ayudawp-pvc-block-options .ayudawp-pvc-description {
	color: #757575;
	font-size: 12px;
	margin: 0 0 12px;
	line-height: 1.4;
}

.ayudawp-pvc-block-options label {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 13px;
}

.ayudawp-pvc-block-options input[type="radio"] {
	margin: 0 8px 0 0;
}
