[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=vertical] [data-modals-element=slide-before] {
  display: none;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=close] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 2L30 30M30 2L2 30' /%3E%3C/svg%3E");
  filter: drop-shadow(0 0 0 #000000) drop-shadow(0 0 2px #000000);
  background-size: 32px 32px;
  width: 62px;
  height: 62px;
  background-color: black;
  opacity: 0.7;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=close]:hover {
  background-color: #770606;
  opacity: 0.9;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=main] {
  margin-top: -62px;
}