/* Punkt7 App 0.9.24 — końcowa warstwa kontrastu modułu Wydarzenia. */
.p7app-wrap [data-screen="events"],
.p7app-wrap [data-screen="event-detail"]{
  min-height:100%;
}
.p7app-wrap[data-theme="dark"] [data-screen="events"],
.p7app-wrap[data-theme="dark"] [data-screen="event-detail"]{
  background:#071d31!important;
  color:#f7fbff!important;
}
.p7app-wrap[data-theme="light"] [data-screen="events"],
.p7app-wrap[data-theme="light"] [data-screen="event-detail"]{
  background:#f4f7f8!important;
  color:#0b2238!important;
}
.p7app-wrap[data-theme="dark"] :is(.p7app-events-card,.p7app-event-list-card,.p7app-event-prefs){
  background:#0d2b45!important;
  border-color:rgba(255,255,255,.1)!important;
  color:#f7fbff!important;
}
.p7app-wrap[data-theme="light"] :is(.p7app-events-card,.p7app-event-list-card,.p7app-event-prefs){
  background:#fff!important;
  border-color:#d9e2e7!important;
  color:#0b2238!important;
}
.p7app-wrap :is(.p7app-events-card,.p7app-event-list-card,.p7app-event-featured-card) button{
  font:inherit;
}
.p7app-wrap[data-theme] .p7app-events-filter.is-active,
.p7app-wrap[data-theme] .p7app-event-category.is-active{
  background:#c73632!important;
  border-color:#c73632!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.p7app-wrap[data-theme] .p7app-event-calendar-day.is-marked::after{
  background:#e8aa43!important;
}
.p7app-wrap[data-theme] .p7app-event-cta{
  background:linear-gradient(135deg,#d3423d,#a9282d)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.p7app-wrap[data-theme] [data-event-open]:focus-visible{
  outline:3px solid #e8aa43!important;
  outline-offset:3px!important;
}
