﻿.nima-evt-price {
  position: sticky;
  top: 10px;
}

.edit-area {
  overflow: unset !important;
}

@media screen and (max-width:1024px) {
  .nima-evt-price {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 999;
  }

  .event-share {
    display: none !important;
  }
}