/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ldcie-course-export {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.ldcie-course-export-button {
	display: inline-block;
	padding: 0.65rem 1rem;
	border-radius: 3px;
	background: #2271b1;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.ldcie-course-export-button:hover,
.ldcie-course-export-button:focus {
	background: #135e96;
	color: #fff;
}

/* Preserve marker styles carried over from imported DOCX lists. */
.ldcie-imported-list.ldcie-list-style-disc { list-style-type: disc !important; }
.ldcie-imported-list.ldcie-list-style-circle { list-style-type: circle !important; }
.ldcie-imported-list.ldcie-list-style-square { list-style-type: square !important; }
.ldcie-imported-list.ldcie-list-style-decimal { list-style-type: decimal !important; }
.ldcie-imported-list.ldcie-list-style-decimal-leading-zero { list-style-type: decimal-leading-zero !important; }
.ldcie-imported-list.ldcie-list-style-lower-alpha { list-style-type: lower-alpha !important; }
.ldcie-imported-list.ldcie-list-style-upper-alpha { list-style-type: upper-alpha !important; }
.ldcie-imported-list.ldcie-list-style-lower-roman { list-style-type: lower-roman !important; }
.ldcie-imported-list.ldcie-list-style-upper-roman { list-style-type: upper-roman !important; }
