.event-loop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.event-loop-main {
  gap: 25px;
}
@media (max-width: 1399px) {
  .event-loop-main {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .event-loop-main {
    gap: 10px;
  }
}
.event-loop-dashboard {
  gap: 25px;
}
@media (max-width: 1399px) {
  .event-loop-dashboard {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .event-loop-dashboard {
    gap: 10px;
  }
}
.event-item {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid rgba(4, 32, 69, 0.1);
  display: flex;
  gap: 20px;
  align-items: stretch;
  height: 267px;
  overflow: hidden;
  padding-right: 14px;
  max-width: 100%;
}
.event-item-image {
  position: relative;
  display: flex;
  width: 265px;
  min-width: 265px;
  overflow: hidden;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.event-item-image-top {
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.event-item-image-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.event-item-image img {
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%) scale(1.1);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  transition: all 0.6s ease;
}
.event-item-image img:hover {
  transform: translate(-50%, -50%) scale(1);
}
.event-item-rating {
  background-color: rgba(40, 47, 54, 0.5019607843);
  padding: 3px 4px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1px;
  border-radius: 8px;
}
.event-item-rating svg {
  width: 14px;
  height: 14px;
  color: #FDCA00;
  fill: #FDCA00;
}
.event-item-content {
  padding: 10px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-item-content .category {
  font-size: 13px;
  line-height: 1.4;
  color: #717D96;
  text-overflow: ellipsis;
}
.event-item-content .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  min-height: 50px;
  margin-bottom: 8px;
}
.event-item-content .location {
  display: flex;
  gap: 6px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.event-item-content .location .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.event-item-content .description {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.01em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  margin-bottom: 5px;
}
.event-item-stats {
  display: flex;
  align-items: center;
  gap: 16px;
}
.event-item-stats .stat {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #717D96;
}
.event-item-stats .stat svg {
  width: 16px;
  height: 16px;
}
.event-item-available {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #717D96;
  font-style: italic;
  min-height: 14px;
}
.event-item-date {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.event-item-date span {
  color: #717D96;
}
.event-item-date .svg-icon-ti-ti-ytime-schedule {
  width: 14px !important;
  height: 14px !important;
}
.event-item-position {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.event-item-position .place {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #0095F6;
  text-transform: uppercase;
}
.event-item-position .place a {
  text-decoration: underline;
}
.event-item-position .address {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.event-item-position .address span {
  font-weight: 400;
}
.event-item-position .subways {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  gap: 5px;
  letter-spacing: -0.01em;
  color: #717D96;
}
.event-item-position .subways svg {
  width: 20px;
  height: 20px;
}
.event-item-position .modals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.4;
}
.event-item-position .modals-more {
  cursor: pointer;
  color: #717D96;
  border-bottom: 1px dashed #717D96;
}
.event-item-position .modals-map {
  cursor: pointer;
  color: #0095F6;
  border-bottom: 1px dashed #0095F6;
}
.event-item-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #0095F6;
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.event-item-price-discount {
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #4CB657;
  margin-bottom: 4px;
}
.event-item-price small {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #717D96;
  letter-spacing: -0.01em;
  text-decoration: line-through;
  padding-bottom: 1px;
}
.event-item-info {
  min-width: 189px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.event-item-info .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 3px;
}
.event-item-info .price svg {
  height: 18px;
}
.event-item-info .btn-main {
  font-size: 16px;
  padding: 7px;
}
.event-item-wishlist {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.event-item-wishlist .icon {
  width: 24px;
  height: 24px;
  color: #FF0033;
  cursor: pointer;
}
.event-item-wishlist .icon:hover {
  fill: #FF0033;
}
.event-item-wishlist .icon.active {
  fill: #FF0033;
}
.event-item-wishlist .icon.active:hover {
  fill: none;
}
.event-item-end {
  width: 169px;
  min-width: 169px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.event-item-credits {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  border-radius: 50px;
  border: 1px solid #BDC4CE;
  color: #BDC4CE;
}
.event-item-credits.place {
  color: #4CB657;
}
.event-item-credits.active.approved {
  color: #282F36;
}
.event-item-credits.active.approved.event.free {
  color: #4CB657;
  text-decoration: line-through;
}
.event-item-actions {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.event-item-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.event-item-buttons svg {
  width: 24px;
  height: 24px;
}
.event-item-tariffs {
  display: flex;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: #717D96;
}
.event-item-tariffs svg {
  width: 16px;
  height: 16px;
}
.event-item-alert {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-decoration: underline;
}
.event-item-alert .alert-title {
  text-decoration: underline;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.event-item-alert .moderate-reason {
  font-weight: 400;
  font-style: italic;
  text-decoration-style: unset;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 34px;
}
.event-item-alert.danger {
  text-decoration: none;
  color: #FE9D35;
}
.event-item-alert.warning {
  color: #FDCA00;
}
.event-item-data {
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #717D96;
}
.event-item-schedule {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 600px;
  min-height: 600px;
  height: auto;
}
.event-item-schedule-map {
  flex-direction: row;
  align-items: stretch;
  gap: 0;
}
.event-item-places {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-item-places-wrapper {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
}
.event-item-places-wrapper-map {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 260px;
  height: auto;
  overflow-y: auto;
}
.event-item-places-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0.5;
}
.event-item-places-close:hover {
  opacity: 1;
}
.event-item-place {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.event-item-place:not(:last-child) {
  border-bottom: 1px solid rgba(4, 32, 69, 0.1);
  padding-bottom: 10px;
}
.event-item-place-icon svg {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.event-item-place-data {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-item-place .btn-date {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.event-item-place .btn-date small {
  padding: 0;
}
.event-item-calendar {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
}
.event-item-calendar-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 315px;
}
.event-item-map {
  flex-grow: 1;
  border-radius: 12px;
  overflow: hidden;
}
.event-item-map-schedule {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.event-item-map-global {
  flex-shrink: 0;
  padding: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  gap: 5px;
  border: none;
  border-radius: 0;
}
.event-item-map-global .event-item-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.event-item-map-global .event-item-image {
  width: 97px;
  height: 97px;
  min-width: 97px;
  min-height: 97px;
  border-radius: 8px;
  padding: 3px;
}
.event-item-map-global .event-item-image img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.event-item-map-global .event-item-image-top {
  justify-content: space-between;
}
.event-item-map-global .event-item-image .event-item-rating {
  align-items: center;
  max-height: 11px;
  height: 11px;
  min-height: 11px;
  font-weight: 600;
  font-size: 9px;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 0 2px;
  border-radius: 4px;
}
.event-item-map-global .event-item-image .event-item-rating .icon {
  width: 9px;
  height: 9px;
}
.event-item-map-global .event-item-image .event-item-wishlist {
  width: 29px;
  height: 29px;
  border-radius: 8px;
  background-color: rgba(40, 47, 54, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-item-map-global .event-item-image .event-item-wishlist .icon {
  color: #FFF;
  width: 21px;
  height: 21px;
}
.event-item-map-global .event-item-content-top {
  max-width: 243px;
  min-height: 93px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-item-map-global .event-item-content-top .location {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.event-item-map-global .event-item-content-top .location .icon {
  width: 13px;
  height: 13px;
}
.event-item-map-global .event-item-content-top .location .event-item-date {
  display: -webkit-box;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  -webkit-line-clamp: 1;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-item-map-global .event-item-content-top .price {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  font-size: 12px;
}
.event-item-map-global .event-item-content-top .price .icon {
  width: 13px;
  height: 13px;
}
.event-item-map-global .event-item-content-top .price .price-content {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
}
.event-item-map-global .event-item-content-top .category {
  max-width: 243px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: nowrap;
  color: #717D96;
}
.event-item-map-global .event-item-content-top .title {
  max-width: 243px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  min-height: 36px;
  max-height: 38px;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.event-item-map-global .event-item-content-bottom {
  flex: 100%;
}
.event-item-map-global .event-item-content-bottom .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-item-map-global .event-item-footer {
  flex: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.event-item-map-global .event-item-footer .event-item-stats {
  gap: 5px;
}
.event-item-map-global .event-item-footer .event-item-stats .stat {
  align-items: flex-start;
  gap: 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #717D96;
}
.event-item-map-global .event-item-footer .event-item-stats .stat .icon {
  width: 16px;
  height: 16px;
}
.event-item-map-global .event-item-footer .event-item-stats .stat span {
  display: none;
}
.event-item-map-global .event-item-footer .event-item-author {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  max-width: 140px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #0095F6;
  align-items: center;
}
.event-item-map-global .event-item-footer .event-item-author-image {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-item-schedule {
  min-height: 730px;
  max-height: 730px;
  height: 730px;
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 12px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.event-item-schedule .date-picker-container {
  flex-grow: 1;
  overflow: hidden;
}
.event-item-schedule .date-buttons-wrapper {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  align-items: center;
}
.event-item-schedule .date-buttons-filter {
  width: 20px;
  height: 20px;
  background-color: #BDC4CE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
  margin-right: 5px;
}
.event-item-schedule .date-buttons-filter:hover {
  background-color: #717D96;
}
.event-item-schedule .date-buttons-filter svg {
  width: 14px;
  height: 14px;
  color: #fff;
  fill: #fff;
}
.event-item-schedule .date-buttons-wrapper::-webkit-scrollbar {
  display: none;
}
.event-item-schedule .btn-date-toggle {
  padding: 5px 12px;
}
.event-item-schedule .btn-date.hidden {
  display: none;
}
.event-item-schedule .schedule {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.event-item-prices {
  position: sticky;
  top: 50px;
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 0;
  border-radius: 0;
  height: auto;
}
.event-item-prices .block-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}
.event-item-prices .block-title svg {
  width: 20px;
  height: 20px;
}
.event-item-prices .dropdown-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 7px;
  color: #282F36;
  font-weight: 600;
  background-color: transparent;
  display: flex;
  align-items: flex-end;
  gap: 3px;
}
.event-item-prices .dropdown-item span {
  color: #717D96;
}
.event-item-prices .dropdown-item small {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #717D96;
  padding-top: 4px;
}
.event-item-prices .dropdown-item.active {
  background-color: #FAFAFA;
}

.event-item-main.archived, .event-item-main.disabled {
  opacity: 0.6;
}
.event-item-main .event-item-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 5px;
  padding: 10px 0;
  flex-grow: 1;
}
.event-item-main .event-item-content {
  max-width: 566px;
  padding: 0;
  height: 217px;
}
.event-item-main .event-item-content .category {
  max-width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-item-main .event-item-content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-item-main .event-item-content .address {
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  max-height: 20px;
  max-width: 500px;
}
.event-item-main .event-item-content .description {
  margin: 0;
}
.event-item-main .event-item-content .event-item-position {
  gap: 0;
}
.event-item-main .event-item-content .event-item-position .place a {
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #0095F6;
}
.event-item-main .event-item-info {
  align-self: flex-end;
  padding-bottom: 30px;
  min-height: 140px;
}
.event-item-main .event-item-info .price-wrapper {
  min-height: 24px;
  min-width: 40px;
}
.event-item-main .event-item-info-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.event-item-main .event-item-info .btn {
  width: 169px;
}
.event-item-main .event-item-position-link {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  font-weight: 600;
  color: #0095F6;
  border-bottom: 1px dashed #0095F6;
}
.event-item-main .event-item-footer {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-height: 20px;
}
.event-item-main .event-item-footer .event-item-author {
  max-width: 189px;
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #0095F6;
}
.event-item-main .event-item-footer .event-item-author-image {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-item-main .event-item-footer .event-item-author span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-item-dashboard {
  max-height: 242px;
  border-radius: 20px;
  gap: 20px;
}
.event-item-dashboard .category {
  max-width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-item-dashboard .event-item-image {
  width: 240px;
  min-width: 240px;
  height: 240px;
  min-height: 240px;
}
.event-item-dashboard .event-item-image-top {
  flex-direction: row-reverse;
}
.event-item-dashboard .event-item-image-top {
  justify-content: space-between;
}
.event-item-dashboard .event-item-info {
  width: 217px;
  min-width: 217px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
}
.event-item-dashboard .event-item-position .address {
  max-width: 350px;
  height: 40px;
  max-height: 40px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-item-dashboard .event-item-content .title {
  max-width: 370px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-item-dashboard .event-item-stats {
  margin-bottom: 20px;
}
.event-item-dashboard .event-item-stats .stat {
  color: #282F36;
  min-width: 60px;
}
.event-item-dashboard .event-item-stats svg {
  width: 20px;
  height: 20px;
}

.event-item-preview {
  height: auto;
  padding: 0;
  display: block;
  border: none;
  border-radius: 0;
}
.event-item-preview .icon-sm {
  width: 16px;
  height: 16px;
}
.event-item-preview .item-event-data label {
  font-weight: 400;
}
.event-item-preview .item-event-data .mb-3 {
  margin-bottom: 0 !important;
}
.event-item-preview .item-event-direct {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  background-color: #F5F5F5;
  border-radius: 12px;
  line-height: 22px;
}
.event-item-preview .item-event-direct .icon-sm {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.event-item-perform {
  height: 242px;
  padding-right: 18px;
}
.event-item-perform .event-item-image {
  width: 240px;
  min-width: 240px;
}
.event-item-perform .event-item-content-wrapper {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.event-item-perform .event-item-content {
  height: 195px;
  max-width: 576px;
  width: 576px;
}
.event-item-perform .event-item-content .category {
  max-width: 100%;
}
.event-item-perform .event-item-content .title {
  font-size: 16px;
  line-height: 22px;
  max-height: 66px;
  -webkit-line-clamp: 3;
}
.event-item-perform .event-item-content .location {
  align-items: flex-start;
}
.event-item-perform .event-item-content .location .icon {
  width: 20px;
  height: 20px;
}
.event-item-perform .event-item-content .address {
  display: -webkit-box;
  text-wrap: wrap;
  max-height: 40px;
  min-height: 40px;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-item-perform .event-item-info {
  padding: 5px 10px 25px 10px;
  align-self: stretch;
  justify-content: flex-start;
  gap: 50px;
  width: 189px;
  min-width: 189px;
}
.event-item-perform .event-item-info .item-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #A0ABC0;
  border-radius: 8px;
  padding: 0 10px;
}
.event-item-perform .event-item-info .item-badge svg {
  width: 16px;
  height: 16px;
}
.event-item-perform .event-item-info .item-badge span {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.event-item-perform .event-item-info .item-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
}
.event-item-perform .event-item-info .item-buttons .btn {
  width: 100%;
}

@media (max-width: 1399px) {
  .event-item-dashboard {
    padding: 20px;
    border: none;
    max-height: 238px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  }
  .event-item-dashboard .event-item-image {
    width: 198px;
    min-width: 198px;
    height: 198px;
    min-height: 198px;
    border-radius: 15px;
    padding: 6px;
  }
  .event-item-dashboard .event-item-image .event-item-rating {
    max-height: 16px;
    padding: 0 2px;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    border-radius: 6px;
  }
  .event-item-dashboard .event-item-image .event-item-rating .icon {
    width: 12px;
    height: 12px;
  }
  .event-item-dashboard .event-item-image img {
    transform: translate(-50%, -50%);
  }
  .event-item-dashboard .event-item-content {
    padding: 0;
    gap: 8px;
    justify-content: space-between;
  }
  .event-item-dashboard .event-item-content-top .category {
    font-size: 12px;
    max-width: 290px;
  }
  .event-item-dashboard .event-item-content-top .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 290px;
    min-height: 44px;
    max-height: 44px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 140%;
  }
  .event-item-dashboard .event-item-content-top .location {
    margin-bottom: 0;
    max-height: 34px;
  }
  .event-item-dashboard .event-item-content-top .location .address {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 265px;
    max-height: 34px;
    font-size: 12px;
    line-height: 140%;
    white-space: wrap;
  }
  .event-item-dashboard .event-item-content-bottom {
    flex-direction: column;
  }
  .event-item-dashboard .event-item-content-bottom .event-item-available {
    min-height: 14px;
  }
  .event-item-dashboard .event-item-content .event-item-data {
    justify-content: space-between;
    font-size: 11px;
    max-height: 13px;
    padding: 0;
  }
  .event-item-dashboard .event-item-content .event-item-data .event-item-data-mobile-item {
    display: flex;
    gap: 4px;
  }
  .event-item-dashboard .event-item-info {
    display: none;
  }
  .event-item-dashboard .event-item-end {
    width: 197px;
    min-width: 197px;
    padding: 0;
  }
  .event-item-dashboard .event-item-stats {
    gap: 4px;
    margin-bottom: 8px;
  }
  .event-item-dashboard .event-item-stats .stat {
    min-width: 55px;
  }
  .event-item-dashboard .event-item-end-mobile-row {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }
  .event-item-dashboard .event-item-end-mobile-row .event-item-credits {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 3px 9px;
    line-height: 12px;
    font-weight: 400;
  }
  .event-item-dashboard .event-item-alert-mobile {
    width: 100%;
    justify-content: center;
  }
  .event-item-dashboard .event-item-alert-mobile .event-item-alert {
    width: 100%;
    max-height: 83px;
    border-radius: 12px;
    gap: 5px;
    padding: 10px;
    line-height: 100%;
    text-align: center;
  }
  .event-item-dashboard .event-item-alert-mobile .event-item-alert.danger .alert-title {
    text-wrap: wrap;
    text-align: center;
    margin-bottom: 5px;
  }
  .event-item-dashboard .event-item-alert-mobile .event-item-alert.danger .moderate-reason {
    text-align: center;
    text-wrap: wrap;
  }
  .event-item-dashboard .event-item-actions {
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .event-item-dashboard .event-item-actions .btn {
    max-width: 117px;
    max-height: 38px;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
  .event-item-dashboard .event-item-buttons {
    gap: 40px;
  }
  .event-item-main {
    padding: 20px;
    position: relative;
    height: 363px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  }
  .event-item-main .event-item-image {
    width: 198px;
    height: 198px;
    min-width: 198px;
    min-height: 198px;
    position: absolute;
    border-radius: 15px;
    padding: 6px;
  }
  .event-item-main .event-item-image img {
    align-self: center;
    transform: none;
    top: 0;
    left: 0;
  }
  .event-item-main .event-item-image .event-item-rating {
    max-height: 16px;
    padding: 0 2px;
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    border-radius: 6px;
  }
  .event-item-main .event-item-image .event-item-rating .icon {
    width: 12px;
    height: 12px;
  }
  .event-item-main .event-item-content-wrapper {
    padding: 0;
    justify-content: center;
  }
  .event-item-main .event-item-content {
    gap: 40px;
    order: 1;
    width: 100%;
    max-width: 100%;
    height: unset;
  }
  .event-item-main .event-item-content-top {
    padding-left: 216px;
    min-height: 172px;
  }
  .event-item-main .event-item-content-top .category {
    font-size: 12px;
    max-width: 500px;
    font-weight: 500;
  }
  .event-item-main .event-item-content-top .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 500px;
    min-height: 50px;
    max-height: 50px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 140%;
  }
  .event-item-main .event-item-content-top .location .address {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 265px;
    max-height: 34px;
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    white-space: wrap;
  }
  .event-item-main .event-item-content-top .location .address span {
    font-size: 11px;
  }
  .event-item-main .event-item-content .description {
    line-height: 1.3;
  }
  .event-item-main .event-item-content .event-item-position .place {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
  }
  .event-item-main .event-item-info {
    order: 3;
    flex-direction: row;
    max-width: 100%;
    min-height: -moz-min-content;
    min-height: min-content;
    gap: 30px;
    padding: 0;
  }
  .event-item-main .event-item-info .price-wrapper {
    max-height: -moz-max-content;
    max-height: max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .event-item-main .event-item-info .price-wrapper .price {
    text-wrap: nowrap;
    font-weight: 500;
    line-height: 19px;
  }
  .event-item-main .event-item-info .btn {
    width: 155px;
    font-weight: 700;
    line-height: 24px;
    padding: 7px 31px;
  }
  .event-item-main .event-item-footer {
    order: 2;
  }
  .event-item-main .event-item-footer .event-item-stats .stat {
    font-size: 13px;
    line-height: 1.4;
  }
  .event-item-main .event-item-footer .event-item-author {
    max-width: 160px;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    font-size: 13px;
  }
  .event-item-perform {
    padding: 19px;
    height: 253px;
  }
  .event-item-perform .event-item-image {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
  .event-item-perform .event-item-content-wrapper {
    gap: 5px;
  }
  .event-item-perform .event-item-content {
    row-gap: 10px;
  }
  .event-item-perform .event-item-content-top {
    padding-left: 160px;
    padding-right: 132px;
    width: 100%;
    min-height: 140px;
  }
  .event-item-perform .event-item-content-top .category {
    max-width: 100%;
  }
  .event-item-perform .event-item-content-top .title {
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
    min-height: 44px;
    max-width: 100%;
  }
  .event-item-perform .event-item-content-top .location .address {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    min-height: 40px;
  }
  .event-item-perform .event-item-info {
    flex-direction: column;
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    height: 140px;
    order: unset;
    position: absolute;
    top: 20px;
    right: 20px;
    gap: 18px;
  }
  .event-item-perform .event-item-info .item-buttons {
    padding: 0;
  }
  .event-item-perform .event-item-info .item-buttons .btn {
    padding: 5px 8px;
  }
}
@media (max-width: 767px) {
  .event-item-dashboard {
    flex-wrap: wrap;
    padding: 10px;
    max-height: 400px;
    max-width: 767px;
    height: -moz-max-content;
    height: max-content;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 10px;
  }
  .event-item-dashboard .event-item-image {
    flex-shrink: 0;
    width: 93px;
    min-width: 93px;
    height: 93px;
    min-height: 93px;
    max-height: 93px;
    border-radius: 8px;
    padding: 5px;
  }
  .event-item-dashboard .event-item-image img {
    transform: translate(-50%, -50%);
    border-radius: 8px;
  }
  .event-item-dashboard .event-item-rating {
    max-height: 12px;
    font-size: 10px;
  }
  .event-item-dashboard .event-item-rating .icon {
    width: 9px;
    height: 9px;
  }
  .event-item-dashboard .event-item-content {
    justify-content: flex-start;
    flex-grow: 0;
    max-height: 95px;
    max-width: 60%;
  }
  .event-item-dashboard .event-item-content-top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    gap: 2px;
  }
  .event-item-dashboard .event-item-content-top .category {
    font-weight: 500;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0;
    max-width: 66vw;
  }
  .event-item-dashboard .event-item-content-top .title {
    max-width: 240px;
    min-height: 34px;
    max-height: 34px;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .event-item-dashboard .event-item-content-top .location .icon {
    width: 16px;
    height: 16px;
  }
  .event-item-dashboard .event-item-content-top .location .address {
    max-width: 217px;
    max-height: 34px;
    min-height: 34px;
  }
  .event-item-dashboard .event-item-stats {
    width: 100%;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
  }
  .event-item-dashboard .event-item-stats .stat {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .event-item-dashboard .event-item-alert-mobile {
    width: 100%;
    justify-content: center;
  }
  .event-item-dashboard .event-item-alert-mobile .event-item-alert {
    max-width: 220px;
    height: -moz-max-content;
    height: max-content;
    border-radius: 12px;
    gap: 5px;
    padding: 10px 20px;
    line-height: 100%;
    align-content: center;
  }
  .event-item-dashboard .event-item-alert-mobile .event-item-alert.danger .alert-title {
    text-align: center;
  }
  .event-item-dashboard .event-item-alert-mobile .event-item-alert.danger .moderate-reason {
    text-wrap: nowrap;
  }
  .event-item-dashboard .event-item-end {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .event-item-dashboard .event-item-end .event-item-end-mobile-row {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .event-item-dashboard .event-item-end .event-item-end-mobile-row .event-item-available {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0;
    color: #282F36;
  }
  .event-item-dashboard .event-item-end .event-item-end-mobile-row:has(.event-item-buttons) {
    justify-content: flex-start;
    gap: 32px;
  }
  .event-item-dashboard .event-item-end .event-item-end-mobile-row .event-item-actions {
    order: 2;
  }
  .event-item-dashboard .event-item-end .event-item-end-mobile-row .event-item-actions .btn {
    max-width: 120px;
    max-height: 32px;
    padding: 6px 14px;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
  }
  .event-item-dashboard .event-item-end .event-item-end-mobile-row .event-item-buttons {
    padding-left: 15px;
    gap: 20px;
    order: 1;
  }
  .event-item-dashboard .event-item-end .event-item-data {
    justify-content: space-between;
    font-size: 11px;
    max-height: 13px;
    padding: 0;
  }
  .event-item-dashboard .event-item-end .event-item-data .event-item-data-mobile-item {
    display: flex;
    gap: 4px;
  }
  .event-item-main {
    height: -moz-max-content;
    height: max-content;
    max-height: 286px;
    padding: 10px;
  }
  .event-item-main .event-item-image {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    border-radius: 8px;
    padding: 5px;
  }
  .event-item-main .event-item-image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .event-item-main .event-item-image .event-item-rating {
    max-height: 12px;
    font-size: 10px;
  }
  .event-item-main .event-item-image .event-item-rating .icon {
    width: 9px;
    height: 9px;
  }
  .event-item-main .event-item-content {
    gap: 5px;
  }
  .event-item-main .event-item-content-top {
    padding-left: 138px;
    min-height: 133px;
  }
  .event-item-main .event-item-content-top .location {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .event-item-main .event-item-content-top .location .icon {
    width: 13px;
    height: 13px;
  }
  .event-item-main .event-item-content-top .location .address {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    max-height: 15px;
  }
  .event-item-main .event-item-content-top .location .address span {
    font-weight: 500;
    font-size: 10px;
  }
  .event-item-main .event-item-content .category {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 2px;
    max-width: 55vw;
  }
  .event-item-main .event-item-content .title {
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    min-height: 51px;
    max-height: 51px;
    margin-bottom: 8px;
  }
  .event-item-main .event-item-content .place {
    display: none;
    line-height: 16px;
  }
  .event-item-main .event-item-content .description {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.4;
    overflow: hidden;
    word-break: break-word;
  }
  .event-item-main .event-item-content .event-item-position-link {
    font-size: 12px;
  }
  .event-item-main .event-item-info {
    width: 100%;
    gap: 10px;
    padding: 0;
    justify-content: center;
  }
  .event-item-main .event-item-info .price-wrapper {
    width: calc((100% - 140px) / 2);
    display: flex;
    justify-content: center;
  }
  .event-item-main .event-item-info .price-wrapper .price {
    font-size: 14px;
  }
  .event-item-main .event-item-info-actions {
    width: calc((100% - 140px) / 2);
    display: flex;
    justify-content: center;
  }
  .event-item-main .event-item-info-actions .event-item-share {
    display: none;
  }
  .event-item-main .event-item-info .btn {
    max-width: 120px;
    padding: 5px 19px;
    font-size: 14px;
  }
  .event-item-main .event-item-footer {
    margin-bottom: 5px;
  }
  .event-item-main .event-item-footer .event-item-stats .stat {
    font-size: 11px;
    line-height: 14px;
    gap: 0;
  }
  .event-item-main .event-item-footer .event-item-stats .stat .icon {
    width: 14px;
    height: 14px;
  }
  .event-item-main .event-item-footer .event-item-stats .stat span {
    display: none;
  }
  .event-item-main .event-item-footer .event-item-author {
    max-width: 130px;
    font-size: 11px;
  }
  .event-item-perform {
    height: 226px;
    padding: 9px;
  }
  .event-item-perform .event-item-image {
    width: 93px !important;
    height: 93px !important;
    min-width: 93px !important;
    min-height: 93px !important;
  }
  .event-item-perform .event-item-content-top {
    padding-left: 101px !important;
    padding-right: 0;
    height: 93px;
    min-height: 93px !important;
    max-height: 93px;
  }
  .event-item-perform .event-item-content-top .category {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .event-item-perform .event-item-content-top .title {
    font-size: 14px !important;
    line-height: 17px !important;
    max-height: 34px !important;
    min-height: 34px !important;
    -webkit-line-clamp: 2 !important;
  }
  .event-item-perform .event-item-content-top .location {
    margin-bottom: 0 !important;
  }
  .event-item-perform .event-item-content-top .location .icon {
    width: 16px !important;
    height: 16px !important;
  }
  .event-item-perform .event-item-content-top .location .address {
    font-size: 12px !important;
    line-height: 17px !important;
    max-height: 34px !important;
    min-height: 34px !important;
    -webkit-line-clamp: 2 !important;
  }
  .event-item-perform .event-item-content .description {
    font-size: 13px !important;
    line-height: 18px !important;
    max-height: 36px !important;
  }
  .event-item-perform .event-item-info {
    position: relative;
    order: 3;
    width: 100%;
    min-width: unset;
    max-width: unset;
    height: unset;
    top: unset;
    right: unset;
    flex-direction: row;
    justify-content: space-between;
  }
  .event-item-perform .event-item-info .item-badge {
    padding: 0 5px;
  }
  .event-item-perform .event-item-info .item-badge span {
    font-size: 12px;
    line-height: 20px;
  }
  .event-item-perform .event-item-info .item-buttons {
    width: unset;
    flex-direction: row;
  }
  .event-item-perform .event-item-info .item-buttons .btn {
    font-size: 13px !important;
    line-height: 24px !important;
    width: 98px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .event-item-map-global {
    flex-shrink: 0;
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    height: -moz-max-content;
    height: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    gap: 5px;
    border: none;
    border-radius: 0;
  }
  .event-item-map-global .event-item-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .event-item-map-global .event-item-image {
    width: 97px;
    height: 97px;
    min-width: 97px;
    min-height: 97px;
    border-radius: 8px;
    padding: 3px;
  }
  .event-item-map-global .event-item-image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .event-item-map-global .event-item-image-top {
    justify-content: space-between;
  }
  .event-item-map-global .event-item-image .event-item-rating {
    align-items: center;
    max-height: 11px;
    height: 11px;
    min-height: 11px;
    font-weight: 600;
    font-size: 9px;
    line-height: 1;
    letter-spacing: -0.01em;
    padding: 0 2px;
    border-radius: 4px;
  }
  .event-item-map-global .event-item-image .event-item-rating .icon {
    width: 9px;
    height: 9px;
  }
  .event-item-map-global .event-item-image .event-item-wishlist {
    width: 29px;
    height: 29px;
    border-radius: 8px;
    background-color: rgba(40, 47, 54, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .event-item-map-global .event-item-image .event-item-wishlist .icon {
    width: 21px;
    height: 21px;
    color: #FFF;
  }
  .event-item-map-global .event-item-content-top {
    max-width: unset;
    min-height: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-item-map-global .event-item-content-top .location {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .event-item-map-global .event-item-content-top .location .icon {
    width: 13px;
    height: 13px;
  }
  .event-item-map-global .event-item-content-top .location .event-item-date {
    display: -webkit-box;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-item-map-global .event-item-content-top .price {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
  }
  .event-item-map-global .event-item-content-top .price .icon {
    width: 13px;
    height: 13px;
  }
  .event-item-map-global .event-item-content-top .price .price-content {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .event-item-map-global .event-item-content-top .category {
    max-width: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: nowrap;
    color: #717D96;
  }
  .event-item-map-global .event-item-content-top .title {
    max-width: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    min-height: 35px;
    max-height: 35px;
    margin-bottom: 5px;
    word-wrap: break-word;
  }
  .event-item-map-global .event-item-content-bottom {
    flex: 100%;
  }
  .event-item-map-global .event-item-content-bottom .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    max-width: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .event-item-map-global .event-item-footer {
    flex: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .event-item-map-global .event-item-footer .event-item-stats {
    gap: 5px;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat {
    align-items: flex-start;
    gap: 0;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #717D96;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat .icon {
    width: 16px;
    height: 16px;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat span {
    display: none;
  }
  .event-item-map-global .event-item-footer .event-item-author {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    max-width: 140px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #0095F6;
    align-items: center;
  }
  .event-item-map-global .event-item-footer .event-item-author-image {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .event-item-main {
    max-height: 305px;
    padding: 10px;
    border-radius: 17px;
  }
  .event-item-main .event-item-image {
    width: 146px;
    height: 146px;
    min-width: 146px;
    min-height: 146px;
    border-radius: 9px;
    padding: 5px;
  }
  .event-item-main .event-item-image .event-item-rating {
    max-height: 14px;
    font-size: 12px;
  }
  .event-item-main .event-item-content-top {
    padding-left: 156px;
    min-height: 146px;
  }
  .event-item-main .event-item-content-top .location {
    font-size: 12px;
  }
  .event-item-main .event-item-content-top .location .icon {
    width: 15px;
    height: 15px;
  }
  .event-item-main .event-item-content-top .location .address {
    font-size: 13px;
    max-height: 20px;
  }
  .event-item-main .event-item-content-top .location .address span {
    font-size: 12px;
  }
  .event-item-main .event-item-content .category {
    font-size: 13px;
  }
  .event-item-main .event-item-content .title {
    font-size: 16px;
    min-height: 58px;
    max-height: 58px;
    margin-bottom: 5px;
  }
  .event-item-main .event-item-content .event-item-date {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
  }
  .event-item-main .event-item-content .place {
    display: none;
  }
  .event-item-main .event-item-content .description {
    font-weight: 400;
    font-size: 15px;
  }
  .event-item-main .event-item-content .event-item-position-link {
    font-size: 14px;
  }
  .event-item-main .event-item-info .price-wrapper .price {
    font-size: 16px;
    line-height: 22px;
  }
  .event-item-main .event-item-info .btn {
    width: 136px;
    padding: 8px 19px;
    font-size: 16px;
    line-height: 25px;
  }
  .event-item-main .event-item-footer {
    margin-bottom: 5px;
  }
  .event-item-main .event-item-footer .event-item-stats {
    gap: 5px;
  }
  .event-item-main .event-item-footer .event-item-stats .stat {
    font-size: 13px;
    line-height: 1.4;
  }
  .event-item-main .event-item-footer .event-item-stats .stat .icon {
    width: 18px;
    height: 18px;
  }
  .event-item-main .event-item-footer .event-item-author {
    max-width: 150px;
    font-size: 13px;
  }
  .event-item-main .event-item-footer .event-item-author-image {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 390px) and (max-width: 419px) {
  .event-item-main {
    padding: 10px;
    border-radius: 16px;
  }
  .event-item-main .event-item-image {
    width: 133px;
    height: 133px;
    min-width: 133px;
    min-height: 133px;
    border-radius: 8px;
    padding: 4px;
  }
  .event-item-main .event-item-image .event-item-rating {
    max-height: 13px;
    font-size: 10px;
  }
  .event-item-main .event-item-content-top {
    padding-left: 143px;
    min-height: 133px;
  }
  .event-item-main .event-item-content-top .location {
    font-size: 12px;
  }
  .event-item-main .event-item-content-top .location .icon {
    width: 14px;
    height: 14px;
  }
  .event-item-main .event-item-content-top .location .address {
    font-size: 12px;
  }
  .event-item-main .event-item-content-top .location .address span {
    font-size: 11px;
  }
  .event-item-main .event-item-content .category {
    font-size: 12px;
  }
  .event-item-main .event-item-content .title {
    font-size: 15px;
    min-height: 53px;
    max-height: 53px;
    margin-bottom: 5px;
  }
  .event-item-main .event-item-content .event-item-date {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
  }
  .event-item-main .event-item-content .place {
    display: none;
    line-height: 14px;
  }
  .event-item-main .event-item-content .description {
    font-weight: 400;
    font-size: 14px;
  }
  .event-item-main .event-item-content .event-item-position-link {
    font-size: 13px;
  }
  .event-item-main .event-item-info .price-wrapper .price {
    font-size: 15px;
    line-height: 20px;
  }
  .event-item-main .event-item-info .btn {
    width: 127px;
    padding: 5px 19px;
    font-size: 15px;
    line-height: 25px;
  }
  .event-item-main .event-item-footer {
    margin-bottom: 5px;
  }
  .event-item-main .event-item-footer .event-item-stats {
    gap: 5px;
  }
  .event-item-main .event-item-footer .event-item-stats .stat {
    font-size: 11px;
    line-height: 1.4;
  }
  .event-item-main .event-item-footer .event-item-stats .stat .icon {
    width: 17px;
    height: 17px;
  }
  .event-item-main .event-item-footer .event-item-author {
    max-width: 130px;
    font-size: 12px;
  }
  .event-item-main .event-item-footer .event-item-author-image {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 420px) and (max-width: 499px) {
  .event-item-map-global {
    flex-shrink: 0;
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    height: -moz-max-content;
    height: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    gap: 6px;
    border: none;
    border-radius: 0;
  }
  .event-item-map-global .event-item-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 11px;
  }
  .event-item-map-global .event-item-image {
    width: 106px;
    height: 106px;
    min-width: 106px;
    min-height: 106px;
    border-radius: 9px;
    padding: 3px;
  }
  .event-item-map-global .event-item-image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .event-item-map-global .event-item-image-top {
    justify-content: space-between;
  }
  .event-item-map-global .event-item-image .event-item-rating {
    align-items: center;
    max-height: 13px;
    height: 13px;
    min-height: 13px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.01em;
    padding: 0 2px;
    border-radius: 5px;
  }
  .event-item-map-global .event-item-image .event-item-rating .icon {
    width: 10px;
    height: 10px;
  }
  .event-item-map-global .event-item-image .event-item-wishlist {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background-color: rgba(40, 47, 54, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .event-item-map-global .event-item-image .event-item-wishlist .icon {
    color: #FFF;
    width: 23px;
    height: 23px;
  }
  .event-item-map-global .event-item-content-top {
    max-width: unset;
    min-height: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-item-map-global .event-item-content-top .location {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .event-item-map-global .event-item-content-top .location .icon {
    width: 14px;
    height: 14px;
  }
  .event-item-map-global .event-item-content-top .location .event-item-date {
    display: -webkit-box;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-item-map-global .event-item-content-top .price {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    align-items: center;
    font-size: 12px;
  }
  .event-item-map-global .event-item-content-top .price .icon {
    width: 14px;
    height: 14px;
  }
  .event-item-map-global .event-item-content-top .price .price-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .event-item-map-global .event-item-content-top .category {
    max-width: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: nowrap;
    color: #717D96;
  }
  .event-item-map-global .event-item-content-top .title {
    max-width: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    min-height: 38px;
    max-height: 40px;
    margin-bottom: 5px;
    word-wrap: break-word;
  }
  .event-item-map-global .event-item-content-bottom {
    flex: 100%;
  }
  .event-item-map-global .event-item-content-bottom .description {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    max-width: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .event-item-map-global .event-item-footer {
    flex: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .event-item-map-global .event-item-footer .event-item-stats {
    gap: 6px;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat {
    align-items: flex-start;
    gap: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #717D96;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat .icon {
    width: 16px;
    height: 16px;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat span {
    display: none;
  }
  .event-item-map-global .event-item-footer .event-item-author {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    max-width: 140px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #0095F6;
    align-items: center;
  }
  .event-item-map-global .event-item-footer .event-item-author-image {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 390px) and (max-width: 419px) {
  .event-item-map-global {
    flex-shrink: 0;
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    height: -moz-max-content;
    height: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    gap: 5px;
    border: none;
    border-radius: 0;
  }
  .event-item-map-global .event-item-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .event-item-map-global .event-item-image {
    width: 97px;
    height: 97px;
    min-width: 97px;
    min-height: 97px;
    border-radius: 8px;
    padding: 3px;
  }
  .event-item-map-global .event-item-image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .event-item-map-global .event-item-image-top {
    justify-content: space-between;
  }
  .event-item-map-global .event-item-image .event-item-rating {
    align-items: center;
    max-height: 11px;
    height: 11px;
    min-height: 11px;
    font-weight: 600;
    font-size: 9px;
    line-height: 1;
    letter-spacing: -0.01em;
    padding: 0 2px;
    border-radius: 4px;
  }
  .event-item-map-global .event-item-image .event-item-rating .icon {
    width: 9px;
    height: 9px;
  }
  .event-item-map-global .event-item-image .event-item-wishlist {
    width: 29px;
    height: 29px;
    border-radius: 8px;
    background-color: rgba(40, 47, 54, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .event-item-map-global .event-item-image .event-item-wishlist .icon {
    color: #FFF;
    width: 21px;
    height: 21px;
  }
  .event-item-map-global .event-item-content-top {
    max-width: 237px;
    min-height: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-item-map-global .event-item-content-top .location {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .event-item-map-global .event-item-content-top .location .icon {
    width: 13px;
    height: 13px;
  }
  .event-item-map-global .event-item-content-top .location .event-item-date {
    display: -webkit-box;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-item-map-global .event-item-content-top .price {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
  }
  .event-item-map-global .event-item-content-top .price .icon {
    width: 13px;
    height: 13px;
  }
  .event-item-map-global .event-item-content-top .price .price-content {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .event-item-map-global .event-item-content-top .category {
    max-width: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: nowrap;
    color: #717D96;
  }
  .event-item-map-global .event-item-content-top .title {
    max-width: 237px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    min-height: 36px;
    max-height: 38px;
    margin-bottom: 5px;
    word-wrap: break-word;
  }
  .event-item-map-global .event-item-content-bottom {
    flex: 100%;
  }
  .event-item-map-global .event-item-content-bottom .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .event-item-map-global .event-item-footer {
    flex: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .event-item-map-global .event-item-footer .event-item-stats {
    gap: 5px;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat {
    align-items: flex-start;
    gap: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #717D96;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat .icon {
    width: 16px;
    height: 16px;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat span {
    display: none;
  }
  .event-item-map-global .event-item-footer .event-item-author {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    max-width: 140px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #0095F6;
    align-items: center;
  }
  .event-item-map-global .event-item-footer .event-item-author-image {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 389px) {
  .event-item-map-global {
    flex-shrink: 0;
    padding: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
    height: -moz-max-content;
    height: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    gap: 5px;
    border: none;
    border-radius: 0;
  }
  .event-item-map-global .event-item-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .event-item-map-global .event-item-image {
    width: 93px;
    height: 93px;
    min-width: 93px;
    min-height: 93px;
    border-radius: 8px;
    padding: 3px;
  }
  .event-item-map-global .event-item-image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .event-item-map-global .event-item-image-top {
    justify-content: space-between;
  }
  .event-item-map-global .event-item-image .event-item-rating {
    align-items: center;
    max-height: 11px;
    height: 11px;
    min-height: 11px;
    font-weight: 600;
    font-size: 9px;
    line-height: 1;
    letter-spacing: -0.01em;
    padding: 0 2px;
    border-radius: 4px;
  }
  .event-item-map-global .event-item-image .event-item-rating .icon {
    width: 9px;
    height: 9px;
  }
  .event-item-map-global .event-item-image .event-item-wishlist {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background-color: rgba(40, 47, 54, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .event-item-map-global .event-item-image .event-item-wishlist .icon {
    color: #FFF;
    width: 20px;
    height: 20px;
  }
  .event-item-map-global .event-item-content-top {
    max-width: 237px;
    min-height: 93px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-item-map-global .event-item-content-top .location {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .event-item-map-global .event-item-content-top .location .icon {
    width: 14px;
    height: 14px;
  }
  .event-item-map-global .event-item-content-top .location .event-item-date {
    display: -webkit-box;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    max-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-item-map-global .event-item-content-top .location .place {
    line-height: 14px;
  }
  .event-item-map-global .event-item-content-top .price {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    font-size: 12px;
  }
  .event-item-map-global .event-item-content-top .price .icon {
    width: 14px;
    height: 14px;
  }
  .event-item-map-global .event-item-content-top .price .price-content {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .event-item-map-global .event-item-content-top .category {
    max-width: 237px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
    text-wrap: nowrap;
    color: #717D96;
  }
  .event-item-map-global .event-item-content-top .title {
    max-width: 237px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    min-height: 35px;
    max-height: 35px;
    margin-bottom: 5px;
    word-wrap: break-word;
  }
  .event-item-map-global .event-item-content-bottom {
    flex: 100%;
  }
  .event-item-map-global .event-item-content-bottom .description {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .event-item-map-global .event-item-footer {
    flex: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .event-item-map-global .event-item-footer .event-item-stats {
    gap: 5px;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat {
    align-items: flex-start;
    gap: 2px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #717D96;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat .icon {
    width: 14px;
    height: 14px;
  }
  .event-item-map-global .event-item-footer .event-item-stats .stat span {
    display: none;
  }
  .event-item-map-global .event-item-footer .event-item-author {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    max-width: 130px;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #0095F6;
    align-items: center;
  }
  .event-item-map-global .event-item-footer .event-item-author-image {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .event-item-map-global-schedule {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
