.basic-seo-helper-admin-wrapper .postbox {
	margin-bottom: 20px;
}

.bsh-guide-wrapper {
	margin-bottom: 20px;
}

.bsh-template-field {
	width: 100% !important;
	font-family: monospace !important;
}

.bsh-tag-buttons {
	margin-top: 8px;
	margin-bottom: 8px;
}

.bsh-tag-btn {
	background: #0073aa;
	color: white;
	border: none;
	padding: 4px 8px;
	margin: 2px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-family: monospace;
}

.bsh-tag-btn:hover {
	background: #005a87;
}

.bsh-preview-box {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 4px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.bsh-preview-box p {
	margin: 10px 0;
	font-size: 14px;
}

.bsh-preview-box span {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #1a73e8;
}

.bsh-variables-reference {
	margin: 20px 0;
}

.bsh-variable-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	padding: 12px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.bsh-variable-item:hover {
	border-color: #0073aa;
	box-shadow: 0 2px 4px rgba(0,115,170,0.1);
}

.bsh-variable-item code {
	background: #0073aa;
	color: white;
	padding: 4px 8px;
	border-radius: 3px;
	font-family: monospace;
	font-size: 12px;
	font-weight: 600;
	min-width: 140px;
	margin-right: 15px;
	flex-shrink: 0;
	text-align: center;
}

.bsh-variable-item span {
	font-size: 13px;
	color: #646970;
	line-height: 1.5;
	flex: 1;
}

@media (max-width: 782px) {
	.bsh-tag-btn {
		padding: 6px 10px;
		margin: 3px;
		font-size: 13px;
	}

	.bsh-guide-columns {
		flex-direction: column;
	}

	.bsh-guide-column {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
