/**
 * Admin meta box styles for Chapcast.
 */
.chapcast-repeater {
	margin-top: 12px;
}

.chapcast-chapter-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	border-bottom: 1px solid #dcdcde;
}

.chapcast-chapter-row:last-child {
	border-bottom: none;
}

.chapcast-chapter-time {
	width: 100px;
	max-width: 35%;
}

.chapcast-chapter-title {
	flex: 1 1 160px;
	min-width: 120px;
}

.chapcast-remove-chapter {
	margin-left: auto;
}

.chapcast-ssp-notice {
	background: #f0f0f1;
	padding: 8px 12px;
	border-left: 4px solid #2271b1;
}

.chapcast-resolved-notice {
	background: #edfaef;
	padding: 8px 12px;
	border-left: 4px solid #00a32a;
	word-break: break-all;
}

.chapcast-warning-notice {
	background: #fcf9e8;
	padding: 8px 12px;
	border-left: 4px solid #dba617;
}

.chapcast-audio-override-wrap .button {
	margin-top: 6px;
}

.chapcast-content-order-notice {
	background: #f0f6fc;
	border-left: 4px solid #2271b1;
	padding: 10px 12px;
	margin: 12px 0;
}

.chapcast-content-order-notice p {
	margin: 0 0 8px;
}

.chapcast-content-order-notice p:last-child {
	margin-bottom: 0;
}

.chapcast-shortcode-missing-notice {
	background: #fcf0f1;
	border-left: 4px solid #d63638;
	padding: 10px 12px;
	margin: 12px 0;
}

.chapcast-shortcode-missing-notice p {
	margin: 0 0 8px;
}

.chapcast-shortcode-missing-notice p:last-child {
	margin-bottom: 0;
}

.chapcast-shortcode-missing-notice code {
	font-size: 1.1em;
	padding: 4px 8px;
	background: #fff;
}
