/*
Theme Name:   AlliedStar SENSA IL
Theme URI:    https://alliedstar.co.il
Description:  ערכת בת ל־GeneratePress עבור אתר המידע של AlliedStar SENSA בישראל. עיצוב קליני מותאם, RTL מלא, נגישות WCAG 2.2 AA וטפסים מאובטחים בצד השרת.
Author:       AlliedStar SENSA בישראל
Template:     generatepress
Version:      1.0.0
Requires PHP: 8.0
Text Domain:  alliedstar
Tags:         rtl-language-support, accessibility-ready, custom-colors, full-width-template
*/

/*
  The design system lives in assets/css/main.css and is enqueued from
  functions.php. This file intentionally carries only the theme header plus
  the few overrides needed to neutralise GeneratePress defaults that would
  otherwise fight the custom layout.
*/

/* GeneratePress resets — our templates build their own full-bleed sections. */
.site-content,
#page.site {
  padding: 0;
  margin: 0;
  max-width: none;
}

#content.site-content {
  display: block;
}

.entry-content > :last-child {
  margin-bottom: 0;
}
