.zgr-mention {
	color: #213a63;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.zgr-mention:hover {
	color: #1a5a94;
}

.zgr-dateline-trigger {
	color: #213a63;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: normal;
}

.zgr-dateline-trigger:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	background: #e2e2e4;
	border-radius: 6px;
}

.zgr-entity-card {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #122b50;
}

.zgr-entity-card-header {
	margin-bottom: 14px;
}

.zgr-entity-card-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.15;
	color: #222;
}

.zgr-entity-card-subtitle {
	margin: 6px 0 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #748398;
}

.zgr-entity-card-body {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 14px;
	align-items: start;
}

.zgr-entity-card-avatar {
	width: 96px;
	height: 96px;
	object-fit: cover;
	background: #dbe1ea;
	color: #122b50;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 26px;
}

.zgr-entity-card-avatar--person {
	border-radius: 999px;
}

.zgr-entity-card-avatar--company {
	border-radius: 12px;
}

.zgr-entity-card-copy {
	min-width: 0;
}

.zgr-entity-card-bio {
	margin: 0 0 8px;
	line-height: 1.55;
	font-size: 15px;
	color: #334155;
}

.zgr-entity-card-detail {
	margin: 0;
	font-size: 14px;
	color: #475569;
}

.zgr-entity-card-footer {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #e5e7eb;
}

.zgr-entity-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1.5px solid #122b50;
	background: #fff;
	color: #122b50;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s ease;
}

.zgr-entity-card-btn:hover {
	background: #122b50;
	color: #fff;
}

/* Mentioned people now reuse the shared reporter/editor/photographer modal in zgr-reporters.css. */

/* ═══════════════════════════════════════════════════════════════
   MENTIONED COMPANY MODAL
   ═══════════════════════════════════════════════════════════════ */

.zenger-modal-box.zgr-modal-box--mention-company {
	max-width: min(95vw, 860px);
	border-radius: .6em;
}

.zgr-company-mention-modal {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #222;
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* ── Inline ad (top + bottom) ── */
.zgr-company-mention-inline-ad {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 24px;
}

.zgr-company-mention-inline-ad-inner {
	width: 99%;
	max-width: 100%;
	min-height: 120px;
	border: 2px dashed #d1d5db;
	border-radius: 10px;
	background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 22px;
	text-align: center;
}

.zgr-company-mention-inline-ad-title {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #6b7280;
}

.zgr-company-mention-inline-ad-copy {
	margin: 6px 0 0;
	font-size: .8rem;
	font-style: italic;
	color: #6b7280;
}

/* ── Header ── */
.zgr-company-mention-header {
	margin-bottom: 20px;
}

.zgr-company-mention-title {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 6px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #222;
	line-height: 1.2;
}

.zgr-company-mention-logo-wrap {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zgr-company-mention-logo-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 4px;
}

.zgr-company-mention-logo-placeholder {
	font-size: 22px;
	font-weight: 700;
	color: #122b50;
	background: #dbe1ea;
}

.zgr-company-mention-subtitle {
	margin: 0;
	font-size: .85rem;
	color: #748398;
}

/* ── Identification section ── */
.zgr-company-mention-section {
	background: #f4f5f7;
	border-radius: 10px;
	padding: 18px;
	margin-bottom: 12px;
}

.zgr-company-mention-section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	font-size: 1.05rem;
	font-weight: 600;
	color: #222;
}

.zgr-company-mention-section-title svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.zgr-company-mention-description {
	margin: 0 0 16px;
	font-size: .93rem;
	line-height: 1.6;
	color: #475569;
}

/* ── Info grid ── */
.zgr-company-mention-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.zgr-company-mention-cell {
	background: #fff;
	border-radius: 8px;
	padding: 12px;
}

.zgr-company-mention-cell-label {
	margin: 0 0 4px;
	font-size: .8rem;
	color: #6b7280;
	display: flex;
	align-items: center;
	gap: 5px;
}

.zgr-company-mention-cell-label svg {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

.zgr-company-mention-cell-value {
	margin: 0;
	font-size: .92rem;
	font-weight: 500;
	color: #222;
}

.zgr-company-mention-website {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: .85rem;
	font-weight: 500;
	color: #122b50;
	text-decoration: none;
	margin-top: 2px;
}

.zgr-company-mention-website:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.zgr-company-mention-ext-icon {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

/* ── Collapsible sections (Org Chart / Press Releases) ── */
.zgr-company-mention-collapsible {
	background: #f4f5f7;
	border-radius: 10px;
	margin-bottom: 12px;
	overflow: hidden;
}

.zgr-company-mention-collapsible summary {
	list-style: none;
}

.zgr-company-mention-collapsible summary::-webkit-details-marker {
	display: none;
}

.zgr-company-mention-collapsible-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	cursor: pointer;
	user-select: none;
	transition: background .15s ease;
}

.zgr-company-mention-collapsible-summary:hover {
	background: #e5e7eb;
}

.zgr-company-mention-collapsible-summary .zgr-company-mention-section-title {
	margin: 0;
}

.zgr-company-mention-chevron {
	display: flex;
	align-items: center;
	color: #6b7280;
	flex-shrink: 0;
	transition: transform .2s ease;
}

.zgr-company-mention-chevron svg {
	width: 20px;
	height: 20px;
}

.zgr-company-mention-collapsible[open] .zgr-company-mention-chevron {
	transform: rotate(180deg);
}

.zgr-company-mention-collapsible-body {
	padding: 0 18px 18px;
	border-top: 1px solid #e5e7eb;
}

/* Org chart */
.zgr-company-mention-orgceo {
	margin: 14px 0 10px;
	font-size: .92rem;
	color: #334155;
}

.zgr-company-mention-depts {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 12px;
}

.zgr-company-mention-dept {
	background: #fff;
	border-radius: 8px;
	padding: 12px;
}

.zgr-company-mention-dept-name {
	margin: 0 0 4px;
	font-size: .92rem;
	font-weight: 600;
	color: #122b50;
}

.zgr-company-mention-dept-head {
	margin: 0 0 6px;
	font-size: .83rem;
	color: #475569;
}

.zgr-company-mention-dept-teams {
	margin: 0;
	padding: 0 0 0 16px;
}

.zgr-company-mention-dept-teams li {
	font-size: .82rem;
	color: #6b7280;
	line-height: 1.7;
}

/* Press releases */
.zgr-company-mention-pr {
	padding: 12px 0;
	border-bottom: 1px solid #e5e7eb;
}

.zgr-company-mention-pr:last-child {
	border-bottom: none;
}

.zgr-company-mention-pr-date {
	margin: 0 0 3px;
	font-size: .77rem;
	color: #9ca3af;
	letter-spacing: .02em;
}

.zgr-company-mention-pr-title {
	margin: 0;
	font-size: .9rem;
	line-height: 1.5;
	color: #334155;
}

.zgr-company-mention-empty {
	margin: 14px 0 0;
	font-size: .88rem;
	color: #9ca3af;
	font-style: italic;
}

/* ── Footer ── */
.zgr-company-mention-footer {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #e5e7eb;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zgr-company-mention-footer-logo {
	max-width: 130px;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.zgr-company-mention-footer-logo-text {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .02em;
	color: #122b50;
}

/* ── Responsive ── */
@media (max-width: 480px) {
	.zgr-company-mention-grid {
		grid-template-columns: 1fr;
	}

	.zgr-company-mention-title {
		font-size: 1.05rem;
	}
}
