.ihgl-button-section {
	display: grid;
	gap: 13px;
	justify-items: center;
	margin-top: 20px;
	max-width: 100%;
}

.ihgl-divider {
	align-items: center;
	color: #71809a;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 12px;
	text-transform: uppercase;
	width: 100%;
}

.ihgl-divider::before,
.ihgl-divider::after {
	background: #d7e3f4;
	content: "";
	flex: 1;
	height: 1px;
}

.ihgl-button-section .g_id_signin,
.ihgl-button-section .g_id_signin > div {
	max-width: 100%;
}

.ihgl-button-help {
	color: #6a7890;
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
	text-align: center;
}

.ihgl-notice {
	border: 1px solid #cbdcf3;
	border-radius: 8px;
	font-size: 14px;
	margin: 0 0 18px;
	padding: 13px 15px;
}

.ihgl-notice p {
	margin: 4px 0 0;
}

.ihgl-notice--error {
	background: #fff1f2;
	border-color: #fecdd3;
	color: #9f1239;
}

.ihgl-notice--warning {
	background: #fff8ed;
	border-color: #fed7aa;
	color: #9a3412;
}

.ihgl-notice--success {
	background: #ecfdf5;
	border-color: #bbf7d0;
	color: #166534;
}

.ihgl-notice-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 10px;
}

.ihgl-notice-actions a {
	color: #1d4ed8;
	font-weight: 900;
}

.ihgl-account-panel {
	background: linear-gradient(135deg, #f6f9ff, #fff8f1);
	border: 1px solid #cbdcf3;
	border-radius: 8px;
	display: grid;
	gap: 12px;
	margin-top: 22px;
	padding: 20px;
}

.ihgl-account-panel h3,
.ihgl-account-panel p {
	margin: 0;
}

.ihgl-eyebrow {
	color: #2563eb;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.ihgl-account-status {
	font-weight: 900;
}

.ihgl-account-status.is-connected {
	color: #15803d;
}

.ihgl-account-warning {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 8px;
	color: #9a3412;
	padding: 12px;
}

html[data-theme="dark"] .ihgl-divider,
html[data-theme="dark"] .ihgl-button-help {
	color: #a4b3ce;
}

html[data-theme="dark"] .ihgl-divider::before,
html[data-theme="dark"] .ihgl-divider::after {
	background: #30466d;
}

html[data-theme="dark"] .ihgl-account-panel {
	background: linear-gradient(135deg, #101d32, #1f1917);
	border-color: #30466d;
	color: #dce8ff;
}

html[data-theme="dark"] .ihgl-account-warning,
html[data-theme="dark"] .ihgl-notice--warning {
	background: #3a2315;
	border-color: #7c3f17;
	color: #fed7aa;
}

html[data-theme="dark"] .ihgl-notice--error {
	background: #3a1717;
	border-color: #7f1d1d;
	color: #fecaca;
}

html[data-theme="dark"] .ihgl-notice--success {
	background: #123321;
	border-color: #27834d;
	color: #bbf7d0;
}

@media (max-width: 430px) {
	.ihgl-account-panel {
		padding: 16px;
	}
}

