/* ============================================================================= */
/* #region buttons */
/* ============================================================================= */

.btn-close-large {
  width: 48px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(52, 52, 48, 0.1);
  border-radius: 28px;
  border: none;
  --webkit-appearance: none;
  cursor: pointer;
}
.btn-close-large::after {
  content: url(/themes/custom/changemaker_hotels/assets/icon_close.svg);
  display: flex;
  height: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* #endregion */
