/**
* style.css
*
* Copyright 2025, SimpleCake GmbH
* https://www.simplecake.com
*
* Released on: September 7, 2025
*/
/* ==========================================================================
   Forms
   ========================================================================== */
body, html {
  height: auto;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1 !important;
}

iframe {
  width: 100%;
}

button.cookie__button {
  display: none;
}

/* ==========================================================================
   END
   ========================================================================== */
