/**
 * Setlist Admin Styles
 *
 * Used inside the WordPress admin only.
 *
 * @package DC_Artists
 */

/* Metabox layout */
.dca-metabox {
	padding: 4px 0;
}

.dca-metabox .dca-field-row {
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
}

.dca-metabox .dca-field-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.dca-metabox .dca-field-row.dca-custom-link {
	padding: 8px;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	margin-bottom: 8px;
}

.dca-metabox .dca-field-row.dca-custom-link input[type="url"] {
	width: 100%;
	margin-bottom: 6px;
}

.dca-metabox .dca-field-row.dca-custom-link input[type="text"] {
	width: 100%;
}

/* Section titles inside metaboxes */
.dca-metabox .dca-section-title {
	margin: 20px 0 10px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #dcdcde;
	font-size: 14px;
	font-weight: 600;
	color: #1d2327;
}

.dca-metabox .dca-section-title:first-child {
	margin-top: 0;
}

/* Form controls */
.dca-select,
.dca-text-input,
.dca-url-input,
.dca-date-input,
.dca-textarea {
	max-width: 100%;
}

.dca-select {
	min-width: 200px;
}

/* Admin list table: shortcode input column */
.dca-shortcode-input {
	width: 100%;
	max-width: 220px;
	padding: 4px 6px;
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	background: #f6f7f7;
	color: #1d2327;
	border: 1px solid #c3c4c7;
	border-radius: 3px;
	cursor: text;
}

.dca-shortcode-input:focus {
	outline: 2px solid #2271b1;
	outline-offset: 1px;
}

/* Description text under fields */
.dca-metabox .description {
	color: #646970;
	font-style: italic;
	margin: 4px 0 8px 0;
	font-size: 13px;
}
