/* --------------------------------------------------------------------------
   CIEA editor content elements
   Source reference: rendered course endorsement and language modifier pages.
   These rules only affect page/post editor content, never navigation.
   -------------------------------------------------------------------------- */

/* Default core Quote block: source 14px grey rule and compact paragraph spacing. */
.entry-content blockquote,
.entry-content .wp-block-quote {
	border-left:1em solid #ccc;
	color:#181819;
	display:block;
	font-family:Inter, Arial, sans-serif;
	font-size:14px;
	line-height:20.006px;
	margin:21px 0;
	padding:1em 3.5em 0 3.5em;
	position:relative;
}
.entry-content blockquote p,
.entry-content .wp-block-quote p { margin:0; padding:0 0 20px; }
.entry-content blockquote::before,
.entry-content .wp-block-quote::before {
	color:#ccc;
	content:"“";
	display:block;
	font-family:Inter, Arial, sans-serif;
	font-size:5em;
	line-height:.1em;
	left:5px;
	position:absolute;
	top:.6em;
}
.entry-content blockquote::after,
.entry-content .wp-block-quote::after {
	bottom:.6em;
	color:#ccc;
	content:"”";
	display:block;
	font-family:Inter, Arial, sans-serif;
	font-size:5em;
	line-height:.1em;
	position:absolute;
	right:3px;
}

/* Default editor list: retain visible markers for ordinary editorial bullets. */
.entry-content ul:not(.is-style-ciea-source-bullets):not(.is-style-ciea-plain-list) {
	list-style:disc;
	margin:0 0 20px 20px;
	padding:0 0 0 20px;
}
.entry-content ul:not(.is-style-ciea-source-bullets):not(.is-style-ciea-plain-list) > li {
	display:list-item;
	margin:0 0 3px;
	padding:0;
}

/* Default body-copy links: source-style clean links, with underline reserved for interaction. */
.entry-content a:not(.wp-block-button__link) {
	text-decoration:none;
}
.entry-content a:not(.wp-block-button__link):hover,
.entry-content a:not(.wp-block-button__link):focus {
	text-decoration:underline;
}

/* Named editor variant: reproduce the original CIEA image bullet treatment. */
.entry-content .wp-block-list.is-style-ciea-source-bullets {
	list-style:none;
	margin:0 0 0 20px !important;
	padding:0 0 20px !important;
}
.entry-content .wp-block-list.is-style-ciea-source-bullets > li {
	background:url('/wp-content/uploads/2026/07/bullet.png') no-repeat 0 7px;
	list-style:none;
	margin:0;
	padding:0 0 0 13px !important;
}

/* Core List style: intentional marker-free list for link directories and compact resource lists. */
.entry-content .wp-block-list.is-style-ciea-plain-list {
	list-style:none;
	margin:0;
	padding:0;
}
.entry-content .wp-block-list.is-style-ciea-plain-list > li {
	list-style:none;
	margin:0;
	padding:0;
}

/* Newsletter index: reproduce the compact source bullets within the year table only. */
.entry-content table.ciea-newsletter-index ul {
	list-style:disc;
	margin:0;
	padding:0 0 0 20px;
}
.entry-content table.ciea-newsletter-index li {
	display:list-item;
	line-height:20px;
	margin:0;
	padding:0;
}
.entry-content table.ciea-newsletter-index li::marker {
	color:#6a5988;
	font-size:.8em;
}

/* Legacy source-image migration: retain the source right-float behaviour while affected Pages are converted to native Image blocks. */
.entry-content img.right,
.entry-content .alignright img {
	float:right !important;
	margin:0 0 18px 24px;
	max-width:100%;
}
.entry-content .wp-block-image.alignright {
	float:right !important;
	margin:0 0 18px 24px;
}
@media screen and (max-width:640px) {
	.entry-content img.right,
	.entry-content .alignright img {
		float:none;
		margin:0 0 18px;
		max-width:100%;
	}
	.entry-content .wp-block-image.alignright {
		float:none !important;
		margin:0 0 18px;
		max-width:100%;
	}
}

/* Source content with a secondary information rail: native Columns keep the
 * article/programme copy editable while reproducing the compact grey cards. */
.entry-content .ciea-source-main-with-aside {
	align-items:flex-start;
	gap:20px;
}
.entry-content .ciea-source-main-with-aside > .wp-block-column:first-child {
	flex-basis:calc(100% - 180px) !important;
}
.entry-content .ciea-source-main-with-aside > .wp-block-column:last-child {
	flex-basis:160px !important;
}
.entry-content .ciea-source-side-card {
	background:#e9e9e9;
	margin:0 0 30px;
	padding:0;
}
.entry-content .ciea-source-side-card > .wp-block-image {
	margin:0;
}
.entry-content .ciea-source-side-card > .wp-block-image img {
	display:block;
	height:auto;
	width:100%;
}
.entry-content .ciea-source-side-card__body {
	padding:14px 15px 18px;
}
.entry-content .ciea-source-side-card__body h3 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	margin:0 0 16px;
}
.entry-content .ciea-source-side-card__body p {
	margin:0 0 12px;
}
.entry-content .ciea-source-side-card__body p:last-child {
	margin-bottom:0;
}
@media screen and (max-width:640px) {
	.entry-content .ciea-source-main-with-aside {
		display:block;
	}
	.entry-content .ciea-source-main-with-aside > .wp-block-column:last-child {
		margin-top:24px;
	}
	.entry-content .ciea-source-side-card {
		max-width:260px;
	}
}

/* Insightly membership form: keep the externally submitted source form
 * readable and source-proportioned without allowing its rules to affect other forms. */
.entry-content .ciea-membership-form-wrap {
	max-width:530px;
}
.entry-content .ciea-membership-form {
	font:14px/20.006px Inter, Arial, sans-serif;
	margin:0;
}
.entry-content .ciea-membership-form label,
.entry-content .ciea-membership-form legend {
	color:#181819;
	font:14px/20.006px "Plus Jakarta Sans", Inter, Arial, sans-serif;
}
.entry-content .ciea-membership-form fieldset {
	border:0;
	margin:0;
	padding:0 0 5px;
}
.entry-content .ciea-membership-form .membership-input {
	box-sizing:content-box;
	border:2px solid #c6c6c6;
	border-radius:0;
	height:26.656px;
	margin:0 0 20px;
	padding:0 5px;
	width:96% !important;
}
.entry-content .ciea-membership-form .membership-input.select {
	margin-top:7px;
	padding:0;
	width:98.5% !important;
}
.entry-content .ciea-membership-form select[multiple] {
	height:auto;
	min-height:326px;
}
.entry-content .ciea-membership-form input[type="submit"] {
	background:#23629f;
	border:0;
	color:#fff;
	font:13.3333px/26.6667px Inter, Arial, sans-serif;
	padding:0 22px;
}
.entry-content .ciea-membership-form input[type="submit"]:hover,
.entry-content .ciea-membership-form input[type="submit"]:focus {
	background:#1b4d7d;
}
