/**
 * REATS · Flat UI — הסרת צללים דקורטיביים בכל האתר
 */

:root {
  --glass-shadow: none;
}

*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid var(--accent-2, #2f7d3f);
  outline-offset: 2px;
  box-shadow: none !important;
}

/* גלריות — ללא צללים (כולל Safari / כפתורי תמונה) */
.exp-hero-aside-gallery,
.exp-hero-aside-gallery__grid,
.exp-hero-aside-gallery__cell,
.exp-hero-aside-gallery__cell:hover,
.exp-hero-aside-gallery__cell:focus,
.exp-hero-aside-gallery__cell:active,
button.exp-hero-aside-gallery__cell,
.exp-hero-aside-gallery__cell img,
.exp-event-hero__mini-gallery,
.exp-event-hero__mini-gallery:hover,
.exp-hg__cell,
.exp-hg__cell img,
.exp-gallery__item,
.exp-gallery__item img,
.post-gallery-item,
.post-gallery-item img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}

.exp-hg__play svg {
  filter: none !important;
  -webkit-filter: none !important;
}

/* גלריה — תמונה מלאה + בלי צל (עדיפות עליונה) */
.exp-hero-aside-gallery__grid > button.exp-hero-aside-gallery__cell,
.exp-hero-aside-gallery__grid > .exp-hero-aside-gallery__cell,
button.exp-hero-aside-gallery__cell,
.exp-hg__cell,
.exp-gallery__item,
.post-gallery-item {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-appearance: none;
  appearance: none;
}

img.exp-gallery-fill,
.exp-hero-aside-gallery__cell img.exp-gallery-fill,
.exp-hero-aside-gallery__cell > img,
.exp-hg__cell img,
.exp-gallery__item img,
.post-gallery-item img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}
