/* Dashboard Ask about your SEO panel */

.sb-action-card--ask .sb-action-card__link {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font: inherit;
	text-align: left;
}

.sb-action-card--ask .sb-action-card__link.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

.sb-site-assistant__heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.sb-site-assistant__title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.sb-site-assistant__lead {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--sb-ui-muted, #50575e);
}

.sb-site-assistant__disclaimer {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 1.45;
	color: var(--sb-ui-muted, #50575e);
	background: var(--sb-ui-soft, #f0f0f1);
	padding: 10px 12px;
	border-radius: 8px;
}

.sb-site-assistant__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 0 14px;
}

.sb-site-assistant__chip {
	margin: 0 !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 2px 8px !important;
}

.sb-site-assistant__chip:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.sb-site-assistant__form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
	align-items: center;
}

.sb-site-assistant__input {
	flex: 1 1 220px;
	min-width: 0;
	max-width: 100%;
}

.sb-site-assistant__history[hidden] {
	display: none !important;
}

.sb-site-assistant__history {
	margin: 0 0 16px;
}

.sb-site-assistant__history-items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sb-site-assistant__history-button {
	display: flex;
	flex: 1 1 180px;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	padding: 8px 10px;
	border: 1px solid var(--sb-ui-border, #c3c4c7);
	border-radius: 7px;
	background: #fff;
	color: var(--sb-ui-text, #1d2327);
	text-align: left;
	cursor: pointer;
}

.sb-site-assistant__history-button:hover,
.sb-site-assistant__history-button:focus-visible {
	border-color: var(--sb-ui-green, #00824c);
	background: var(--sb-ui-soft, #f0f0f1);
}

.sb-site-assistant__history-button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.sb-site-assistant__history-question {
	overflow: hidden;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sb-site-assistant__history-date {
	font-size: 10px;
	line-height: 1.3;
	color: var(--sb-ui-muted, #50575e);
}

.sb-site-assistant__loading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 13px;
	color: var(--sb-ui-muted, #50575e);
}

.sb-site-assistant__loading[hidden] {
	display: none !important;
}

.sb-site-assistant__result[hidden] {
	display: none !important;
}

.sb-site-assistant__question-echo {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 8px;
	color: var(--sb-ui-text, #1d2327);
}

.sb-site-assistant__answer {
	font-size: 14px;
	line-height: 1.55;
	color: var(--sb-ui-text, #1d2327);
	white-space: pre-line;
	margin: 0 0 14px;
}

.sb-site-assistant__note {
	font-size: 12px;
	line-height: 1.45;
	color: #856404;
	background: #fff3cd;
	border-radius: 6px;
	padding: 8px 10px;
	margin: 0 0 12px;
}

.sb-site-assistant__subheading {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--sb-ui-text, #1d2327);
}

.sb-site-assistant__items {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.sb-site-assistant__item {
	border: 1px solid var(--sb-ui-border, #c3c4c7);
	border-radius: 8px;
	padding: 10px 12px;
	margin: 0 0 8px;
}

.sb-site-assistant__item-title {
	display: block;
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 4px;
	color: var(--sb-ui-text, #1d2327);
}

.sb-site-assistant__item-why {
	display: block;
	font-size: 12px;
	line-height: 1.45;
	color: var(--sb-ui-muted, #50575e);
	margin: 0 0 6px;
}

.sb-site-assistant__item-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 12px;
}

.sb-site-assistant__item-actions a {
	color: var(--sb-ui-green, #00824c);
	text-decoration: none;
}

.sb-site-assistant__item-actions a:hover {
	color: var(--sb-ui-green-hover, #00653b);
}

.sb-site-assistant__steps {
	margin: 0 0 14px;
	padding-left: 1.2em;
	font-size: 13px;
	line-height: 1.5;
	color: var(--sb-ui-text, #1d2327);
}

.sb-site-assistant__footer-note {
	font-size: 12px;
	line-height: 1.45;
	color: var(--sb-ui-muted, #50575e);
	margin: 0;
}

.sb-site-assistant__footer-note a {
	color: var(--sb-ui-green, #00824c);
}
