/*
Theme Name: WMPL
Theme URI: https://goodmansvision.com
Author: Goodmans Vision
Author URI: https://goodmansvision.com
Description: WMPL theme — lightweight starter theme for Whiskey Messenger design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wmpl
Tags: flexible-header, custom-menu, custom-logo, responsive-layout
*/

/* Basic theme stylesheet — keep minimal. Header layout is in assets/css/header.css */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  color: #222;
  background: #fff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Ensure content wrapper spacing */
.site-content {
  margin: 24px auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#primary,
.content-area {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.divider-wrapper {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 90px !important;
  margin: 48px 0 !important;
}

.divider-img {
  max-width: 1294px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.service-divider-2 {
  width: 100%;
  max-width: 1281px;
  margin: 0 auto;
}

.service-divider-2 img {
  width: 100%;
  max-width: 1281px;
  padding: 0 32px;
}

.service-divider-2.inverted img {
  transform: scaleX(-1);
}

@media (max-width: 600px) {
  .divider-wrapper {
    width: auto;
    padding: 0 32px !important;
    margin: 32px 0 !important;
  }

  .divider-img {
    max-width: 100%;
    width: 100%;
  }

  .service-divider-2 {
    width: 100%;
    margin: 0 auto;
  }

  .service-divider-2 img {
    max-width: none;
    padding: 0 32px;
  }
}
