@charset "UTF-8";

/*
Theme Name: Soma Wellness
Author: Imagine Web Solutions
Author URI: https://imaginate-solutions.com/
Description: This is custom theme for Soma Wellness we use ACF blocks on this website.
Requires PHP: 8.1 (Recomanded)
Version: 1.0
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soma-wellness
Tags: add your custom tags.
*/

/* Prevent Multiple Submissions */
.submitting button[type="submit"] {
  pointer-events: none;
}

main.some-cpage {
    max-width: 1020px;
    margin: 0 auto;
    padding: 25px;
}