.cbst-events .cbst-event-entry {
  background-color: transparent;
  border-radius: 15px;
  color: #222;
  display: flex;
  gap: 15px;
  margin-bottom: 45px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.cbst-events .cbst-event-entry:focus {
  outline: var(--ast-global-color-2) solid 2px;
}
.cbst-events .cbst-event-entry .date-block {
  background-color: #522398;
  border-radius: 15%;
  color: #fff;
  display: flex;
  flex: 0 0 90px;
  flex-direction: column;
  height: 90px;
  justify-content: center;
  line-height: 1.5em;
  padding: 7px 20px;
  text-align: center;
}
.cbst-events .cbst-event-entry .date-block span {
  display: block;
}
.cbst-events .cbst-event-entry .info p {
  font-size: 16px;
  margin-bottom: 0;
}
.cbst-events .cbst-event-entry .info .title {
  margin-bottom: .25em;
}
.cbst-events .cbst-event-entry .info .date {
  font-size: 18px;
  margin-bottom: .75em;
}
.cbst-event-popup-wrapper {
  height: 100%;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: background .5s;
}
.admin-bar .cbst-event-popup-wrapper {
  padding: 45px 15px 15px 15px;
}
.cbst-event-popup-wrapper .popup {
  background-color: #fff;
  border-radius: 15px;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  overflow-y: auto;
  padding: 30px;
  width: 800px;
  transition: opacity .5s;
}
.cbst-event-popup-wrapper .popup-content {
  position: relative;
}
.cbst-event-popup-wrapper .button-area {
  position: absolute;
  right: 0;
  top: 0;
}
.cbst-event-popup-wrapper .close-popup {
  border-radius: 100%;
  font-size: 18px;
  height: 35px;
  line-height: 0;
  padding: 0;
  width: 35px;
}
.cbst-event-popup-wrapper .title {
  margin-right: 50px;
}
.cbst-event-popup-wrapper .subtitle {
  font-size: 18px;
}
.cbst-event-popup-wrapper .registration-wrapper {
  margin-bottom: 2em;
}
.cbst-event-popup-wrapper .registration-wrapper a {
  background-color: var(--ast-global-color-1);
  border-radius: 45px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  padding: 0.87em 2.17em;
}
@media (max-width:921px) {
  .cbst-event-popup-wrapper {
    padding: 10px;
  }
  .cbst-event-popup-wrapper>.popup {
    border-radius: 10px;
    padding: 10px;
  }
}