/* Essaouira Cooking — homepage mobile refinements */

@media (max-width: 767px) {
  .ec-home-hero__award {
    margin: 10px 0 14px !important;
  }

  .ec-home-hero__award img {
    width: clamp(140px, 42vw, 175px) !important;
    max-width: 42vw !important;
  }

  .ec-home-hero__actions {
    gap: 10px !important;
  }

  .ec-home-hero__actions .ec-hero-btn-primary {
    width: min(100%, 340px) !important;
    min-height: 62px !important;
    padding: 0 24px !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    box-shadow: 0 14px 32px rgba(76, 12, 71, .38) !important;
  }

  .ec-home-hero__actions .ec-hero-btn-outline {
    width: min(92%, 310px) !important;
    min-height: 52px !important;
    padding: 0 20px !important;
    font-size: 1rem !important;
  }

  body .ec-wa-widget.ec-wa--hero-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(18px) scale(.92) !important;
    pointer-events: none !important;
  }

  body .ec-wa-widget {
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  }
}

.ec-wa-button .ec-wa-icon {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  fill: #fff !important;
  pointer-events: none !important;
}
.ec-wa-panel .ec-wa-body,
.ec-wa-panel .ec-wa-message,
.ec-wa-panel .ec-wa-message p,
.ec-wa-panel .ec-wa-message strong,
.ec-wa-panel .ec-wa-greeting,
.ec-wa-panel .ec-wa-time {
  color: #2d252b !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
html body .ec-wa-widget .ec-wa-panel .ec-wa-body .ec-wa-message > p,
html body .ec-wa-widget .ec-wa-panel .ec-wa-body .ec-wa-message > p * {
  color: #2d252b !important;
  -webkit-text-fill-color: #2d252b !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

