/*
Theme Name: FORSA
Theme URI: https://forsa.com.sa
Author: FORSA
Description: Lightweight storefront theme for FORSA. Styles and components live in mu-plugins/forsa-ui.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: forsa
*/

.forsa-site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 1.5rem;
}

.forsa-site-header__inner,
.forsa-site-footer__inner,
.forsa-content.container {
  max-width: 1200px;
  margin: 0 auto;
}

.forsa-site-nav__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.forsa-site-main {
  padding: 2rem 1.5rem 3rem;
}

.forsa-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem;
  color: rgba(255, 255, 255, 0.55);
}
