/* Settings fields layout - labels on top */
.form-table th {
	display: block;
	width: 100%;
	padding: 15px 0 5px 0;
	font-weight: 600;
}

.form-table td {
	display: block;
	width: 100%;
	padding: 0;
}

.form-table tr {
	display: block;
	margin-bottom: 20px;
}

.spotfix-status-container {
	margin: 10px 0;
}

.spotfix-status-indicator {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	margin-right: 15px;
}

.spotfix-status-indicator .status-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #dc3232;
}

.spotfix-status-indicator.status-online .status-dot {
	background-color: #46b450;
}

.spotfix-status-indicator.status-offline .status-dot {
	background-color: #dc3232;
}

.spotfix-error-message {
	color: #dc3232;
	margin: 8px 0;
	font-style: italic;
}

.spotfix-check-status-link {
	color: #0073aa;
	text-decoration: none;
	margin-left: 10px;
}

.spotfix-check-status-link:hover {
	color: #005177;
	text-decoration: underline;
}

.spotfix-check-status-link.checking {
	color: #999;
	cursor: not-allowed;
	text-decoration: none;
}

.code-textarea {
	font-family: 'Courier New', Courier, monospace;
	font-size: 13px;
	line-height: 1.5;
}

.code-example {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0;
	border-radius: 3px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	overflow-x: auto;
}

.spotfix-info-section {
	margin-top: 30px;
	padding: 20px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.spotfix-info-section h2 {
	margin-top: 0;
}

.spotfix-info-section p {
	margin: 10px 0;
}

.spotfix-info-section a {
	color: #0073aa;
	text-decoration: none;
}

.spotfix-info-section a:hover {
	text-decoration: underline;
}
