/*!
 * Copyright (c) 2024 StyloPress - CodeWS.online
 * This file is part of StyloPress.
 *
 * This file is licensed under the same terms as the main plugin (GNU GPL v2 or later).
 */

.spss-admin-settings-container h1.header {
	font-weight: 400;
}

.spss-admin-settings-container p.description {
	margin-bottom: 5px;
}

.spss-admin-settings-container .nav-tab-wrapper {
	margin-top: 30px !important;
}

.spss-admin-settings-container form {
	margin-top: 50px;
	display: none;
}

.spss-admin-settings-container form.tab-content-first {
	display: block;
}
