/**
 * ShopWriter Lite Settings Additional Styles
 *
 * @since 1.0.0
 * @package ShopWriter_Lite
 */

/* Settings page specific enhancements */
.shopwr-lite-settings .form-table th {
	padding-left: 0;
}

.shopwr-lite-settings .form-table td {
	padding-left: 0;
}

/* API key field */
.shopwr-lite-settings #api_key {
	width: 400px;
	max-width: 100%;
}

/* Disabled sections tooltip */
.shopwr-lite-pro-section.disabled:hover::before {
	content: 'Available in Pro version';
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: #1d2327;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	white-space: nowrap;
	z-index: 10;
}

/* Language select */
.shopwr-lite-settings select {
	min-width: 200px;
}

/* Save button area */
.shopwr-lite-settings .submit {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
