.pl-evo-event-page { max-width: 960px; margin: 0 auto; color: #20284a; font-family: inherit; }
.pl-evo-event-page__summary { position: relative; z-index: 2; margin-bottom: 10px; padding: 18px; border: 0; border-radius: 18px; background: linear-gradient(135deg, var(--pl-evo-event-color), var(--pl-evo-event-color-dark)); color: #fff; }
.pl-evo-event-page__summary-title { font-size: 23px; font-weight: 900; line-height: 1.08; text-transform: uppercase; }
.pl-evo-event-page__summary-subtitle { margin-top: 5px; font-size: 18px; font-weight: 800; text-transform: uppercase; }
.pl-evo-event-page__summary-body { display: grid; grid-template-columns: 86px 140px minmax(260px, 420px) minmax(180px, 280px); gap: 14px; align-items: start; margin-top: 12px; }
.pl-evo-event-page__summary-poster { width: 86px; height: 86px; border-radius: 10px; object-fit: cover; }
.pl-evo-event-page__summary-date { display: flex; align-items: flex-start; gap: 5px; line-height: 1; text-align: center; }.pl-evo-event-page__summary-date-main, .pl-evo-event-page__summary-date-end { display: flex; flex-direction: column; align-items: center; }.pl-evo-event-page__summary-date strong { font-size: 12px; }.pl-evo-event-page__summary-date b { margin: 4px 0; font-size: 38px; line-height: .9; }.pl-evo-event-page__summary-date-divider { margin-top: 18px; font-size: 12px; font-weight: 800; }.pl-evo-event-page__summary-date-end strong { font-size: 10px; }.pl-evo-event-page__summary-date-end b { margin-top: 3px; font-size: 19px; }
.pl-evo-event-page__summary-details, .pl-evo-event-page__summary-tags { display: grid; gap: 8px; font-size: 16px; font-weight: 800; }.pl-evo-event-page__summary-detail { display: flex; align-items: center; gap: 8px; }.pl-evo-event-page__summary-detail--time:before { content: "\1F553"; font-size: 16px; }.pl-evo-event-page__summary-detail--location:before { content: "\1F4CD"; font-size: 16px; }.pl-evo-event-page__summary-detail--price:before { content: "\1F39F"; font-size: 16px; }.pl-evo-event-page__summary-tags i { margin-right: 7px; font-weight: 700; }
.pl-evo-event-page__ticket { position: relative; z-index: 3; display: flex; min-height: 58px; align-items: center; justify-content: center; margin: 0 0 22px; padding: 0 20px; border-radius: 18px; background: linear-gradient(135deg, #ffb11b, #ff6f0f); color: #fff; font-size: 18px; font-weight: 900; text-decoration: none; }
.pl-evo-event-page__gallery { margin-bottom: 24px; }
.pl-evo-event-page__cover { display: block; width: 100%; max-height: 680px; border-radius: 18px; background: #111; object-fit: contain; }
.pl-evo-event-page__thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.pl-evo-event-page__thumb { width: 72px; height: 56px; padding: 0; overflow: hidden; border: 0; border-radius: 10px; background: #111; cursor: pointer; }
.pl-evo-event-page__thumb.is-active { box-shadow: 0 0 0 3px rgba(36, 52, 200, .25); }
.pl-evo-event-page__thumb img { width: 100%; height: 100%; object-fit: cover; }
.pl-evo-event-page__description { margin: 0 0 24px; color: #30394f; font-size: 16px; line-height: 1.65; }
.pl-evo-event-page__artists { display: grid; gap: 14px; margin: 0 0 20px; }
.pl-evo-event-page__artist { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 16px; align-items: start; padding: 14px 16px; border: 1px solid #dcecdf; border-radius: 24px; background: linear-gradient(135deg, #fff, #f7fbf7); color: inherit; text-decoration: none; }
.pl-evo-event-page__artist-image, .pl-evo-event-page__artist-placeholder { width: 120px; height: 120px; border-radius: 16px; background: #eef4ef; object-fit: cover; }
.pl-evo-event-page__artist-title { margin: 0 0 8px; color: #28303d; font-size: 25px; line-height: 1.1; font-weight: 800; }
.pl-evo-event-page__artist-excerpt { color: #858b94; font-size: 17px; line-height: 1.3; }
.pl-evo-event-page__actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 16px; }
.pl-evo-event-page__action { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 16px; border-radius: 999px; background: #eff2fb; color: #1a245f; font-weight: 800; text-decoration: none; }
.pl-evo-event-page__action--ticket { background: linear-gradient(135deg, #ffb11b, #ff6f0f); color: #fff; }
.pl-evo-event-page__location { margin: 0 0 10px; font-size: 18px; font-weight: 800; }
.pl-evo-event-page__meta { display: grid; gap: 7px; margin-bottom: 22px; }
.pl-evo-event-page__meta-row { font-size: 15px; line-height: 1.35; }
.pl-evo-event-page__meta-row strong { margin-right: 7px; }
.pl-evo-event-page__map { overflow: hidden; border-radius: 18px; background: #f2f5ff; }
.pl-evo-event-page__map iframe { display: block; width: 100%; height: 320px; border: 0; }
@media (max-width: 760px) { .pl-evo-event-page__summary-body { grid-template-columns: 72px 112px minmax(0, 1fr); gap: 10px; }.pl-evo-event-page__summary-poster { width: 72px; height: 72px; }.pl-evo-event-page__summary-tags { grid-column: 3; } }
@media (max-width: 540px) { .pl-evo-event-page__summary { padding: 16px; }.pl-evo-event-page__artist { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; padding: 14px; border-radius: 20px; } .pl-evo-event-page__artist-image, .pl-evo-event-page__artist-placeholder { width: 96px; height: 96px; border-radius: 14px; } .pl-evo-event-page__artist-title { font-size: 20px; } .pl-evo-event-page__artist-excerpt { font-size: 15px; } }
