#section-PL-events {
  display: flex;
}
#section-PL-events .inner {
  display: flex;
  width: calc(95vw - 10px);
  user-select: none;
}
.nav-arrow {
  width: calc(18px + 1.5vw);
  background-position: left calc(92px + 7.6vw);
  background-size: 90% auto;
  background-image: url(https://vrosemusic.com/wp-content/uploads/icon-arrow.png);
  transform: scaleY(1.4);
  opacity: 0.5;
  cursor: pointer;
}
#nav-arrow-left {
  transform: scaleY(1.4) scaleX(-1);
}
.nav-arrow-mobile {
  display: none;
}
.PL-event-box {
  display: none;
  width: calc(100% / var(--PL-items-per-row) - 2 * (5px + 0.7vw));
  margin-left: calc(5px + 0.7vw);
  margin-right: calc(5px + 0.7vw);
  background-color: white;
  display: inline-block;
  margin-top: 1vw;
  padding-top: calc(9px + 0.5vw);
  padding-bottom: calc(25px + 1.2vw);
  cursor: pointer;
}
.PL-event-box.PL-event-past {
  color: #777;
}
.PL-event-top-row {
  display: flex;
  align-items: center;
}
.PL-event-box .PL-event-separator {
  flex-grow: 1;
  height: 4px;
  margin-left: 0.5vw;
  background-color: #4ae490;
}
.PL-event-box.PL-event-past .PL-event-separator {
  background-color: #c5c5c5;
}
.PL-event-box .PL-event-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.7vw;
  padding-top: calc(2px + 0.2vw);
}
.PL-event-box .PL-event-title-and-time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.PL-event-top-text {
  padding-top: 0.2vw;
  font-size: calc(9px + 0.2vw);
  font-weight: 500;
  letter-spacing: 0.06vw;
  line-height: 1.1;
  text-transform: uppercase;
  color: #797;
}
.PL-event-title {
  padding-bottom: 0.4vw;
  font-size: calc(11px + 1vw);
  line-height: 1.05;
  color: #111;
}
.PL-event-box.PL-event-past .PL-event-title {
  color: #777;
}
.PL-event-time {
  font-size: calc(11px + 0.3vw);
  font-weight: 500;
  line-height: 1;
  color: #888;
}
.PL-event-box.PL-event-past .PL-event-time {
  color: #777;
}
.PL-event-date {
  font-size: calc(27px + 1.3vw);
  margin-left: 1vw;
  text-align: center;
  background-color: #4ae490;
  color: white;
  border-radius: 5px;
  padding-top: 3px;
  line-height: 1;
  padding-left: 6px;
  padding-right: 7px;
}
.PL-event-box.PL-event-past .PL-event-date {
  background-color: #ccc;
}
.PL-event-date div:nth-child(1) {
  font-size: calc(14px + 0.8vw);
}
.PL-event-box .img-wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 99.5%;
  margin-bottom: 0.6vw;
  height: calc(49px + 11vw);
  background-size: cover;
  background-position: center 21%;
  border: 1px solid #d3cfcd;
}
.PL-event-box.PL-event-past .img-wrapper {
  filter: saturate(0.25) brightness(0.85);
}
.PL-event-box.PL-event-past .past-PL-event-overlay {
  filter: saturate(10) brightness(1.4);
  color: white;
}
.PL-event-venue-line {
  font-size: calc(9px + 0.5vw);
  font-weight: 500;
  padding-top: 0.1vw;
  color: #333;
  line-height: 1.3;
  padding-bottom: 0.6vw;
}
.PL-event-box.PL-event-past .PL-event-venue-line {
  color: #999;
}
.PL-event-desc {
  line-height: 1.3;
  font-size: calc(10px + 0.35vw);
  padding-top: 0.3vw;
}
.PL-event-box .PL-button-wrapper {
  text-align: right;
}
.PL-event-box .button {
  font-size: calc(9px + 0.5vw);
  background-color: #f48734;
  padding: calc(3px + 0.2vw) calc(4px + 0.9vw);
  margin-right: 0.3vw;
  margin-bottom: 0.4vw;
}
.PL-event-box .PL-details-button-wrapper {
  text-align: right;
  padding-top: 0.4vw;
}
.PL-event-box .PL-details-button {
  display: inline-block;
  font-size: calc(9px + 0.5vw);
  font-weight: 600;
  color: #f48734;
  border: 2px solid #f48734;
  border-radius: 3px;
  padding: calc(3px + 0.2vw) calc(4px + 0.9vw);
  margin-right: 0.3vw;
  margin-bottom: 0.4vw;
  text-decoration: none;
  background: transparent;
}
.PL-event-box .PL-details-button:hover {
  background-color: #f48734;
  color: white;
}
.past-PL-event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center;
  letter-spacing: 0.05em;
  pointer-events: none;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
.past-PL-event-overlay span {
  display: block;
  transform: rotate(-30deg);
}
#purelynx-event-single {
  padding: 2rem var(--padding-large-horz);
}
#purelynx-event-single .purelynx-event-single-top {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
#purelynx-event-single .purelynx-event-single-image {
  flex-shrink: 0;
  width: 40%;
  position: relative;
}
#purelynx-event-single .purelynx-event-single-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d3cfcd;
}
#purelynx-event-single .past-PL-event-overlay {
  pointer-events: none;
}
#purelynx-event-single .purelynx-event-single-info {
  flex: 1;
}
#purelynx-event-single .purelynx-event-single-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
#purelynx-event-single .purelynx-event-single-header-left {
  flex: 1;
}
#purelynx-event-single .PL-event-top-row {
  margin-bottom: 0.5rem;
}
#purelynx-event-single .PL-event-separator {
  flex-grow: 1;
  height: 4px;
  margin-left: 0.5rem;
  background-color: #f48734;
}
#purelynx-event-single.PL-event-past .PL-event-separator {
  background-color: #c5c5c5;
}
#purelynx-event-single .PL-event-top-text {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #797;
  white-space: nowrap;
}
#purelynx-event-single .PL-event-title {
  font-size: 2rem;
  line-height: 1.05;
  color: #111;
  padding-bottom: 0.4rem;
}
#purelynx-event-single.PL-event-past .PL-event-title {
  color: #777;
}
#purelynx-event-single .PL-event-time {
  font-size: 1.1rem;
  font-weight: 500;
  color: #888;
  margin-bottom: 0.75rem;
}
#purelynx-event-single.PL-event-past .PL-event-time {
  color: #777;
}
#purelynx-event-single .purelynx-event-single-date {
  flex-shrink: 0;
  align-self: flex-start;
  text-align: center;
  background-color: #f48734;
  color: white;
  border-radius: 5px;
  padding: 3px 7px 4px 6px;
  line-height: 1;
  margin-left: 1rem;
}
#purelynx-event-single.PL-event-past .purelynx-event-single-date {
  background-color: #ccc;
}
#purelynx-event-single .purelynx-event-single-date-month {
  font-size: 0.95rem;
}
#purelynx-event-single .purelynx-event-single-date-day {
  font-size: 2rem;
}
#purelynx-event-single .PL-event-venue-line {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
  margin-bottom: 1rem;
}
#purelynx-event-single.PL-event-past .PL-event-venue-line {
  color: #999;
}
#purelynx-event-single .PL-button-wrapper {
  margin-top: 1rem;
}
#purelynx-event-single .button {
  font-size: 1rem;
  background-color: #f48734;
  padding: 0.5rem 1.2rem;
}
#purelynx-event-single .purelynx-event-single-content {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.6;
}
#purelynx-event-single .purelynx-event-single-back {
  margin-top: 2rem;
  font-size: 0.95rem;
}
#purelynx-event-single .purelynx-event-single-back a {
  color: #f48734;
  text-decoration: none;
}
#purelynx-event-single .purelynx-event-single-back a:hover {
  text-decoration: underline;
}
@media (max-width: 1300px) {
  .PL-event-box {
    padding-bottom: 3vw;
  }
  .PL-event-box .img-wrapper {
    height: calc(37px + 15vw);
  }
}
@media (max-width: 900px) {
  .PL-event-box {
    padding-bottom: 3vw;
  }
  .PL-event-box .img-wrapper {
    height: calc(67px + 15vw);
  }
  #purelynx-event-single .purelynx-event-single-top {
    flex-direction: column;
  }
  #purelynx-event-single .purelynx-event-single-image {
    width: 100%;
  }
}
@media (max-width: 470px) {
  #section-PL-events {
    flex-wrap: wrap;
    padding-bottom: 21vw;
    padding-top: 14vw;
  }
  #section-PL-events .inner {
    flex-wrap: wrap;
    width: 100%;
  }
  .nav-arrow {
    display: none;
  }
  .nav-arrow-mobile {
    display: flex;
    justify-content: space-around;
    width: 42vw;
    height: 12vw;
    margin-left: 5.2vw;
    font-size: 11vw;
    line-height: 1;
    color: white;
    background-color: #4ae490;
    cursor: pointer;
  }
  .PL-event-box {
    margin-left: 5vw;
    margin-right: 5vw;
    min-height: 110vw;
  }
  .PL-event-box .PL-event-separator {
    width: calc(30px + 7vw);
  }
  .PL-event-title {
    font-size: calc(14px + 3.5vw);
  }
  .PL-event-time {
    font-size: calc(11px + 2vw);
  }
  .PL-event-date {
    font-size: calc(27px + 3.2vw);
    padding-left: 3vw;
    padding-right: 3.2vw;
    padding-top: 4px;
  }
  .PL-event-date div:nth-child(1) {
    font-size: calc(14px + 2.2vw);
  }
  .PL-event-box .img-wrapper {
    height: calc(60px + 44vw);
  }
  .PL-event-box .PL-details-button {
    font-size: calc(10px + 3vw);
    padding: 1.5vw 2vw;
    margin-right: 2vw;
    margin-bottom: 2.1vw;
  }
  .PL-event-desc {
    font-size: calc(10px + 2.2vw);
    padding-top: 2vw;
  }
  .PL-event-venue-line {
    font-size: calc(10px + 2vw);
    padding-top: 2vw;
  }
  #purelynx-event-single {
    padding: 1.5rem var(--padding-small-horz);
  }
  #purelynx-event-single .PL-event-title {
    font-size: 1.5rem;
  }
}
.purelynx-event-presenters {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #eee;
}
.purelynx-event-presenters-heading {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.purelynx-event-presenter {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.purelynx-event-presenter-photo {
  flex-shrink: 0;
  width: 120px;
}
.purelynx-event-presenter-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.purelynx-event-presenter-info {
  flex: 1;
}
.purelynx-event-presenter-name {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.purelynx-event-presenter-bio {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}
.purelynx-event-sponsor {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #eee;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.purelynx-event-sponsor-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  white-space: nowrap;
}
.purelynx-event-sponsor-logo {
  max-height: 60px;
  width: auto;
  display: block;
}
.purelynx-event-sponsor-name {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
@media (max-width: 600px) {
  .purelynx-event-presenter {
    flex-direction: column;
  }
  .purelynx-event-presenter-photo {
    width: 90px;
  }
  .purelynx-event-sponsor {
    flex-wrap: wrap;
  }
}
