.onex-seo-card {
	background: #fff;
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	border-radius: 4px;
}

.onex-seo-card h2 {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 1.3em;
	font-weight: 600;
}

.form-table th {
	width: 280px;
	padding: 20px 10px 20px 0;
}

.form-table td {
	padding: 15px 10px;
}

.form-table input[type="text"],
.form-table input[type="email"] {
	width: 400px;
	max-width: 100%;
}

.form-table small {
	display: block;
	margin-top: 5px;
	color: #666;
	font-style: italic;
}

.button {
	margin-left: 10px;
}
/* Стили для чекбокса */
.form-table input[type="checkbox"] {
	margin-right: 10px;
}

.form-table label {
	font-weight: 500;
	vertical-align: middle;
}

/* Анимация для основного переключателя */
.form-table input[type="checkbox"] + label {
	position: relative;
	padding-left: 5px;
	cursor: pointer;
}

.form-table input[type="checkbox"]:checked + label {
	color: #2271b1;
}

/* Стиль для описания */
.form-table .description {
	margin-top: 8px;
	color: #666;
}

/* Стили для мобильных устройств */
@media screen and (max-width: 782px) {
	.form-table th {
		width: 100%;
		display: block;
		padding: 10px 0 5px;
	}

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

	.form-table input[type="text"],
	.form-table input[type="email"] {
		width: 100%;
	}

	.button {
		margin: 10px 0 0;
		display: block;
		text-align: center;
	}
}