/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
.comment-form .form-field {
    width: calc(50% - 10px);
}

.s-dark:not(i), .site-s-dark {
	--c-contrast-0: #141c2f;
	--c-contrast-50: #141c2f;
	--c-contrast-10: #141c2f;
}
.comment-form .submit {
    background: #2c3344;
}
.s-dark input[type=submit]:hover, .s-dark button:hover, .s-dark input[type=reset] input[type=button]:hover, .s-dark .ts-button:hover {
    border-color: #0d1323;
}