.keywords{
	width: 50%;
}
.loader-wrp{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999999;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	background: #fff;
	padding-top: 19%;
	display:none;
}

.lds-roller {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	height: 100%;
	width: 100%;
	display: none;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Stile per i link delle query nel widget - solo sottolineatura, no colore blu */
#seo_links_most_relevant_keyword a,
#seo_links_keyword a {
	color: inherit !important;
	text-decoration: underline;
}

#seo_links_most_relevant_keyword a:hover,
#seo_links_keyword a:hover {
	color: inherit !important;
	text-decoration: underline;
}

/* Stili per AI Suggestions Panel */
#seoli_ai_suggestions_panel {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

#seoli_ai_suggestions_panel h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
}

.seoli-ai-sentence-item {
	margin-bottom: 15px;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	transition: background-color 0.2s ease;
}

.seoli-ai-sentence-item:hover {
	border-color: #999;
}

.seoli-ai-sentence-item code {
	background: #f0f0f0;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 11px;
	font-family: 'Courier New', monospace;
	display: inline-block;
	word-break: break-word;
}

.seoli-ai-sentence-item code span {
	background: #ffeb3b;
	padding: 1px 3px;
	font-weight: bold;
}

.seoli-ai-sentence-item strong {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
}

.seoli-ai-sentence-item > div {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.5;
}

.seoli-ai-sentence-item small {
	font-size: 11px;
	color: #666;
}

.seoli-ai-sentence-item small a {
	color: #0073aa;
	text-decoration: underline;
}

.seoli-ai-sentence-item .button {
	margin-right: 5px;
}

.seoli-ai-sentence-status {
	margin-left: 10px;
	font-weight: 600;
	font-size: 12px;
}

#seoli_ai_add_links_section {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 2px solid #46b450;
	background: #f0f8f0;
	padding: 15px;
	border-radius: 4px;
}

#seoli_ai_add_links_section p {
	margin: 0 0 10px 0;
}

#seoli_ai_add_links_section p:last-child {
	margin-bottom: 0;
}

/* Button disabled state */
.button-disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
}