.zenger-modal-box .zgr-quote-text {
	margin: 0 0 1rem;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.6;
	color: #222;
}

blockquote.zgr-quote {
	position: relative !important;
	clear: both;
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 1.6rem 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
}

blockquote.zgr-quote::before,
blockquote.zgr-quote::after,
blockquote.zgr-quote cite::before,
blockquote.zgr-quote cite::after,
.zgr-quote cite::before,
.zgr-quote cite::after {
	content: none !important;
	display: none !important;
}

blockquote.zgr-quote cite {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.92em;
	color: #666;
	font-style: normal;
}

.zgr-quote-content,
.zgr-quote-media-buttons,
.zgr-quote-media-btn {
	position: relative;
	z-index: 3;
	text-align: left;
}

.zgr-quote-media-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 15%;
	background: var(--zgr-primary-color, #0b2a4a) !important;
	color: #fff !important;
	text-decoration: none !important;
	border: 0 !important;
	cursor: pointer;
	margin-left: 6px;
	padding: 0;
	line-height: 1;
}

.zgr-quote .zgr-quote-media-btn svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.zgr-quote-media-btn:hover {
	opacity: 0.9;
}

.zgr-quote-media-buttons {
	display: inline-flex;
	vertical-align: middle;
}

.zgr-quote-expand {
	margin-top: 10px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #e0e3e7;
	animation: zgrExpandIn 0.25s ease;
	overflow: hidden;
}

.zgr-quote-expand-container {
	display: block;
	clear: both;
	width: 100%;
	margin: 10px 0 20px;
}

@keyframes zgrExpandIn {
	from { opacity: 0; max-height: 0; }
	to { opacity: 1; max-height: 600px; }
}

.zgr-quote-expand-header {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	font-size: 0.85em;
	color: #555;
	border-bottom: 1px solid #eee;
}

.zgr-quote-expand-header-text {
	flex: 1;
	min-width: 0;
	color: rgb(9, 22, 41);
}

.zgr-quote-expand-header-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: rgb(18 43 80);
	cursor: pointer;
	padding: 0;
	transition: background 0.15s ease;
	flex-shrink: 0;
}

.zgr-quote-expand-header-btn:hover {
	background: #f0f2f4;
}

.zgr-quote-expand-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	background: transparent;
	color: rgb(18 43 80);
	text-decoration: none;
	transition: background 0.15s ease;
	flex-shrink: 0;
}

.zgr-quote-expand-download:hover {
	background: #f0f2f4;
	color: #333;
}

.zgr-quote-expand-player {
	padding: 14px;
}

.zgr-quote-expand-player audio {
	width: 100%;
	max-width: 100%;
	border-radius: 6px;
}

.zgr-quote-expand-attribution {
	padding: 0 14px 10px;
	font-size: 0.88em;
	color: #666;
}

.zgr-quote-expand-actions {
	display: flex;
	gap: 12px;
	padding: 12px 14px;
	border-top: 1px solid #eee;
}

/* White pill buttons with blue border for Transcript / Full Interview */
.zgr-quote-expand-action-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 4px 12px;
	background: #fff;
	color: var(--zgr-primary-color, #0b2a4a);
	border: 1.5px solid var(--zgr-primary-color, #0b2a4a);
	border-radius: .5em;
	font-size: 0.8em;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
	font-family: inherit;
	text-decoration: none;
}

.zgr-quote-expand-action-btn:hover {
	background: var(--zgr-primary-color, #0b2a4a);
	color: #fff;
}

.zgr-quote-expand-action-btn svg {
	flex-shrink: 0;
}

/* Legacy flat-bottom buttons (fallback for <a> elements) */
.zgr-quote-expand-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	background: #fff;
	color: var(--zgr-primary-color, #0b2a4a);
	border: 1.5px solid var(--zgr-primary-color, #0b2a4a);
	border-radius: 999px;
	font-size: 0.9em;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
	font-family: inherit;
	text-decoration: none;
}

.zgr-quote-expand-btn:hover {
	background: var(--zgr-primary-color, #0b2a4a);
	color: #fff;
}

.zgr-quotes-modal-title {
	margin: 0 0 0.75rem;
	font-size: 1.2rem;
}

.zgr-quote-modal-video {
	margin: 0 0 1rem;
}

.zgr-quote-modal-video-player {
	display: block;
	width: 100%;
	max-height: 23em;
	border: 0;
	border-radius: 8px;
	background: #000;
}

