/* Sovrascrivi le regole CSS del plugin Amelia nel tema child */
body .amelia-v2-booking #amelia-container.am-fs__wrapper {
  display: flex;
  justify-content: center;
  max-width: var(--am-mw-main);
  width: 100%;
  height: 560px;
  margin: 0px;
  border-radius: 8px;
  box-shadow: 0 30px 40px #0000001f;
  transition: max-width .3s ease-in-out
}

body .amelia-v2-booking #amelia-container .am-fs__main-heading-mobile {
    padding: 5px !important
} 
