/* PVPA Kalendorius - Sukurta Adweb.lt */
.pvpa-calendar-app,
.pvpa-calendar-app *{box-sizing:border-box;font-family: "Poppins", sans-serif !important;}

.pvpa-calendar-app{
  --pvpa-green:#2EEA5F;
  --pvpa-green-soft:#f3fff6;
  --pvpa-dark:#242524;
  --pvpa-text:#252725;
  --pvpa-muted:#6f7671;
  --pvpa-soft:#f8faf8;
  --pvpa-line:#e1e6e2;
  --pvpa-radius:14px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 350px;
  gap:16px;
  width:100%;
  max-width:1240px;
  margin:0 auto;
  color:var(--pvpa-text);
  font-size:14px;
  line-height:1.45;
  align-items:start;
  padding:10px;
  border:1px solid #bfeecb;
  border-radius:18px;
  background:#f1f3f1;
}


.pvpa-calendar-app a{text-decoration:none!important}
.pvpa-calendar-app [role="button"]{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}
.pvpa-calendar-app [role="button"]:focus-visible,
.pvpa-calendar-app summary:focus-visible,
.pvpa-calendar-app a:focus-visible{outline:2px solid var(--pvpa-green);outline-offset:2px}

.pvpa-calendar-main,
.pvpa-sidebar{
  background:#fff;
  border:1px solid #d7e9dc;
  border-radius:var(--pvpa-radius);
  box-shadow:none!important;
  padding:17px;
  height:auto!important;
  min-height:0!important;
  align-self:start;
  display:flex;
  flex-direction:column;
}
.pvpa-calendar-main{padding:18px 18px 12px;min-width:0;}
.pvpa-sidebar{padding:17px;min-height:100%;display:flex;flex-direction:column}

/* Toolbar */
.pvpa-toolbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:10px;
  padding-bottom:13px;
  margin-bottom:8px;
  border-bottom:1px solid var(--pvpa-line);
}
.pvpa-nav{display:flex;align-items:center;min-width:0;gap:8px}
.pvpa-icon-btn{
  width:38px;height:38px;flex:0 0 38px;
  display:grid!important;place-items:center;
  background:#fff!important;color:#727a74!important;
  border:1px solid var(--pvpa-line)!important;border-radius:8px!important;
  box-shadow:none!important;
  transition:border-color .16s ease,background .16s ease,color .16s ease;
}
.pvpa-icon-btn:hover{background:var(--pvpa-soft)!important;border-color:#c7cec9!important;color:var(--pvpa-dark)!important}
.pvpa-icon-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pvpa-current-title{
  margin-left:5px!important;
  color:var(--pvpa-dark)!important;
  font-size:20px!important;line-height:1.15!important;font-weight:600!important;
  letter-spacing:-.015em!important;white-space:nowrap;
}
.pvpa-view-switch{display:flex;align-items:center;height:40px;padding:3px;background:#f5f6f5;border:1px solid var(--pvpa-line);border-radius:8px}
.pvpa-view-switch [data-view]{
  height:32px;min-width:70px;padding:0 14px!important;
  display:grid!important;place-items:center;
  border:0!important;border-radius:6px!important;background:transparent!important;
  color:#414541!important;font-size:12px!important;line-height:1!important;font-weight:500!important;
  box-shadow:none!important;
}
.pvpa-view-switch [data-view]:hover{background:#fff!important}
.pvpa-view-switch [data-view].is-active{background:var(--pvpa-dark)!important;color:#fff!important;font-weight:500!important}
.pvpa-filter-toggle{
  height:40px!important;padding:0 15px!important;
  display:inline-flex!important;align-items:center;gap:8px;
  border:1px solid var(--pvpa-line)!important;border-radius:8px!important;background:#fff!important;
  color:#303330!important;font-size:12px!important;font-weight:500!important;white-space:nowrap;
  box-shadow:none!important;
}
.pvpa-filter-toggle:hover{background:var(--pvpa-green-soft)!important;border-color:#b8ebc5!important;color:#137f34!important}
.pvpa-filter-icon{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linejoin:round}

/* Filters */
.pvpa-filter-panel{
  display:flex;align-items:center;flex-wrap:wrap;gap:8px;
  max-height:0;margin:0;padding:0;opacity:0;overflow:hidden;
  transition:max-height .2s ease,opacity .15s ease,margin .2s ease;
}
.pvpa-filter-panel.is-open{max-height:160px;opacity:1;margin:0 0 9px}
.pvpa-chip{
  height:34px!important;padding:2px 13px 0 13px !important;
  display:inline-flex!important;align-items:center;gap:8px;
  border:1px solid var(--pvpa-line)!important;border-radius:999px!important;background:#fff!important;
  color:#484d49!important;font-size:11px!important;font-weight:500!important;white-space:nowrap;
  box-shadow:none!important;
}
.pvpa-chip:hover{background:#fafcfb!important;border-color:#bec7c0!important}
.pvpa-chip.is-active{background:#f7fff9!important;border-color:#b8dfc2!important;color:#242724!important}
.pvpa-chip.all.is-active{background:var(--pvpa-green)!important;border-color:var(--pvpa-green)!important;color:#102414!important;font-weight:600!important}
.pvpa-chip i,
.pvpa-legend i,
.pvpa-pop-event>i{width:10px;height:10px;flex:0 0 10px;display:inline-block;border-radius:50%;background:var(--c)}

/* Month */
.pvpa-calendar-stage{position:relative;min-height:0}
.pvpa-weekdays,
.pvpa-month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}
.pvpa-weekdays div{height:34px;display:grid;place-items:center;color:#333333;font-size:11px;line-height:1;font-weight:600;letter-spacing:.025em;text-transform:uppercase}
.pvpa-month-grid{border:1px solid #d9dfda;border-radius:8px;overflow:hidden;background:#eef1ee}
.pvpa-day-cell{
  position:relative;
  width:100%!important;height:64px!important;min-height:64px!important;
  display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px;
  margin:0!important;padding:6px 4px 4px!important;
  border:0!important;border-right:1px solid var(--pvpa-line)!important;border-bottom:1px solid var(--pvpa-line)!important;
  border-radius:0!important;background:#f7f8f7!important;color:var(--pvpa-text)!important;
  line-height:1!important;box-shadow:none!important;
  transition:background .14s ease;
}
.pvpa-day-cell:nth-child(7n){border-right:0!important}
.pvpa-day-cell:nth-last-child(-n+7){border-bottom:0!important}
.pvpa-day-cell:hover{background:#eff9f1!important}
.pvpa-day-cell.is-outside{background:#eef0ee!important;color:#b5bcb6!important}
.pvpa-day-cell.is-outside .pvpa-day-number{color:#c5cbc6!important}
.pvpa-day-cell.is-outside .pvpa-dots{opacity:.38}
.pvpa-day-number{
  width:32px;height:34px; padding-top: 3px; flex:0 0 30px;
  display:grid;place-items:center;border-radius:50%;
  color:#171c19;font-size:16px!important;line-height:1;font-weight:500!important;
}
.pvpa-day-cell.is-today .pvpa-day-number{background:var(--pvpa-green);color:#122018!important;font-weight:600!important}
.pvpa-dots{height:16px;min-height:16px;display:flex;align-items:center;justify-content:center;gap:5px}
.pvpa-dots i{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--c)}
.pvpa-legend{display:flex;align-items:center;flex-wrap:wrap;gap:17px;margin-top:10px;color:#59605b;font-size:11px;line-height:1}
.pvpa-legend span{display:inline-flex;align-items:center;gap:6px}

/* Month day popover */
.pvpa-popover{
  position:absolute;z-index:70;
  width:min(350px,calc(100% - 10px));padding:14px;
  background:#fff;border:1px solid #d8dfda;border-radius:10px;box-shadow:none!important;
}
.pvpa-popover[hidden]{display:none!important}
.pvpa-popover>strong{display:block;margin-bottom:4px;color:var(--pvpa-dark);font-size:13px;font-weight:600}
.pvpa-pop-event{display:grid;grid-template-columns:10px minmax(0,1fr);gap:9px;padding:10px 0;border-top:1px solid #eef2ef;color:var(--pvpa-text)}
.pvpa-pop-event:first-of-type{border-top:0}
.pvpa-pop-event>i{margin-top:5px}
.pvpa-pop-event-body{min-width:0}
.pvpa-pop-event-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.pvpa-pop-event-title{display:flex;align-items:baseline;gap:7px;min-width:0;font-size:12.5px;line-height:1.35;font-weight:600}
.pvpa-pop-event-title a,.pvpa-pop-event-title span{color:var(--pvpa-dark)!important}
.pvpa-pop-event-title a:hover{color:#118238!important}
.pvpa-pop-event-title small{color:var(--pvpa-muted);font-size:10px;font-weight:400;white-space:nowrap}
.pvpa-pop-event p{margin:4px 0 0!important;color:var(--pvpa-muted)!important;font-size:10.5px!important;line-height:1.4!important;font-weight:400!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* Week */
.pvpa-week-view{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border:1px solid var(--pvpa-line); border-radius:8px; overflow:hidden; background:#fff; }
.pvpa-week-day{
    min-width:0;
    min-height:260px;
    padding:12px;
    border-right:1px solid var(--pvpa-line);
    border-bottom:1px solid var(--pvpa-line);
}

.pvpa-week-day:nth-child(4n){
    border-right:0;
}

.pvpa-week-day:nth-child(n+5){
    border-bottom:0;
}
.pvpa-week-day header{display:grid;gap:5px;margin-bottom:10px;padding-bottom:9px;text-align:center;border-bottom:1px solid #f0f2f0}
.pvpa-week-day header b{color:#676d69;font-size:11px!important;font-weight:600!important}
.pvpa-week-day header span{color:var(--pvpa-dark);font-size:20px!important;font-weight:600!important}
.pvpa-week-events{display:grid;gap:8px;min-width:0}
.pvpa-week-events>small{color:#949995;font-size:12px}

/* Shared event card */
.pvpa-event-block{
  display:grid;grid-template-columns:4px minmax(0,1fr);gap:8px;min-width:0;
  padding:10px 9px;border:1px solid #e7ece8;border-radius:8px;background:#fbfcfb;
  color:var(--pvpa-text)!important;font-size:12px!important;line-height:1.36;overflow:visible;box-shadow:none!important;
}
.pvpa-event-block:hover{background:#f6fff8;border-color:#d6efdc}
.pvpa-event-line{width:4px;height:100%;min-height:34px;border-radius:3px;background:var(--c)}
.pvpa-event-content{min-width:0}
.pvpa-event-title{display:block;color:var(--pvpa-dark)!important;font-size:12.5px!important;line-height:1.3!important;font-weight:600!important;overflow-wrap:break-word}
a.pvpa-event-title:hover{color:#118238!important}
.pvpa-event-title-row{display:flex;align-items:flex-start;justify-content:space-between;min-width:0; gap:4px;flex-direction:column;margin-bottom:12px;}
.pvpa-event-title-row .pvpa-event-title{min-width:0;flex:1}
.pvpa-more-link{flex:0 0 auto;display:inline-flex!important;align-items:center;justify-content:center;min-height:27px;padding:4px 9px;border:1px solid #bee7c7;border-radius:6px;background:var(--pvpa-green-soft);color:#137f34!important;font-size:9.5px!important;line-height:1;font-weight:600!important;white-space:nowrap}
.pvpa-more-link:hover{background:var(--pvpa-green)!important;border-color:var(--pvpa-green)!important;color:#102414!important}
.pvpa-more-link.is-compact{min-height:23px;padding:3px 7px;font-size:9px!important}
.pvpa-event-time,.pvpa-event-location{display:flex;align-items:center;gap:5px;margin-top:5px;color:#5f6862;font-size:10.5px;line-height:1.3;font-weight:500}
.pvpa-event-time svg,.pvpa-event-location svg{width:12px;height:12px;flex:0 0 12px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pvpa-event-block small{display:block;margin-top:4px;color:var(--pvpa-muted);font-size:10.5px!important;line-height:1.35!important;font-weight:400;overflow-wrap:anywhere}
.pvpa-event-desc{margin:6px 0 0!important;color:#707671!important;font-size:10.5px!important;line-height:1.4!important;font-weight:400!important;display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* Day */
.pvpa-day-view{border:1px solid var(--pvpa-line);border-radius:9px;overflow:hidden;background:#fff}
.pvpa-day-view-head{display:flex;align-items:center;gap:14px;padding:17px 18px;border-bottom:1px solid var(--pvpa-line);background:#fbfdfb}
.pvpa-day-view-head span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--pvpa-green);color:#122018;font-size:15px!important;font-weight:600!important}
.pvpa-day-view-head b{color:var(--pvpa-dark);font-size:15px!important;font-weight:600!important}
.pvpa-day-events{display:grid;gap:10px;padding:15px}
.pvpa-day-events .pvpa-event-block{padding:14px 13px;gap:10px;font-size:13px!important}
.pvpa-day-events .pvpa-event-title{font-size:15px!important}
.pvpa-day-events .pvpa-event-block small{font-size:12px!important;margin-top:5px}
.pvpa-day-events .pvpa-event-desc{font-size:12px!important;line-height:1.48!important;margin-top:7px!important;-webkit-line-clamp:5}

/* Add to calendar */
.pvpa-calendar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:8px}
.pvpa-calendar-action-label{display:inline-flex;align-items:center;gap:5px;margin-right:2px;color:#5b645e;font-size:10.5px;font-weight:500}
.pvpa-calendar-action-label svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.pvpa-calendar-actions a,
.pvpa-calendar-actions>[role="button"]{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 7px;border:1px solid #dce4de;border-radius:6px;background:#fff;color:#4d5650!important;font-size:10px;line-height:1;font-weight:500;white-space:nowrap}
.pvpa-calendar-actions a:hover,
.pvpa-calendar-actions>[role="button"]:hover{background:var(--pvpa-green-soft);border-color:#bde8c7;color:#118238!important}
.pvpa-calendar-actions.is-compact{gap:5px;margin-top:6px}
.pvpa-calendar-actions.is-compact .pvpa-calendar-action-label{margin-right:0}
.pvpa-calendar-actions.is-compact .pvpa-calendar-action-label>span{display:none}
.pvpa-calendar-actions.is-compact a,
.pvpa-calendar-actions.is-compact>[role="button"]{min-height:22px;padding:3px 7px;font-size:9.5px}

/* Sidebar */
.pvpa-sidebar-head{padding:1px 0 12px;margin-bottom:9px;border-bottom:1px solid var(--pvpa-line)}
.pvpa-kicker{display:block;margin-bottom:3px;color:#20b84a;font-size:9px;font-weight:600;letter-spacing:.12em}
.pvpa-sidebar h3{margin:0!important;color:var(--pvpa-dark)!important;font-size:18px!important;line-height:1.2!important;font-weight:600!important;letter-spacing:-.01em!important}
.pvpa-upcoming-list{display:grid;gap:12px;padding-bottom:12px;}
.pvpa-up-item{
  display:grid;grid-template-columns:96px 46px minmax(0,1fr);gap:12px;align-items:start;
  min-height:96px;padding:8px!important;border:1px solid #e0e8e2;border-radius:10px;background:#fff;color:var(--pvpa-text)!important;
  box-shadow:none!important;transition:background .16s ease,border-color .16s ease;
}
.pvpa-up-item.no-media{grid-template-columns:46px minmax(0,1fr)}
.pvpa-up-item:hover{background:#f8fbf9;border-color:#cfe2d5}
.pvpa-up-item.is-pinned{background:#f7fff9;border-color:#d5ecd9}
.pvpa-up-item>.pvpa-event-media{display:block;width:96px!important;height:80px!important;align-self:start;border-radius:8px;overflow:hidden}
.pvpa-up-item>.pvpa-event-photo{object-fit:cover;background:#eef2ef}
.pvpa-up-item>.pvpa-category-icon{display:grid;place-items:center;background:color-mix(in srgb,var(--c) 10%,white);border:1px solid color-mix(in srgb,var(--c) 24%,white)}
.pvpa-up-item>.pvpa-category-icon img{width:46px!important;height:46px!important;max-width:46px!important;max-height:46px!important;object-fit:contain;border-radius:0;background:transparent}
.pvpa-date-card{
  width:46px!important;height:48px!important;min-height:48px!important;align-self:start;margin-top:1px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  border:1px solid color-mix(in srgb,var(--c) 38%,white);border-radius:8px;
  background:color-mix(in srgb,var(--c) 30%,white);color:color-mix(in srgb,var(--c) 96%,#121612);line-height:1;
}
.pvpa-date-card small{font-size:9.5px;font-weight:500;text-transform:capitalize}
.pvpa-date-card b{margin-top:4px;font-size:18px;font-weight:600}
.pvpa-up-content{min-width:0;overflow:visible;display:flex;flex-direction:column;align-self:stretch;min-height:80px}
.pvpa-up-title{display:block;color:var(--pvpa-dark)!important;font-size:14px!important;line-height:1.28!important;font-weight:600!important;white-space:normal}
a.pvpa-up-title:hover{color:#118238!important}
.pvpa-up-content>small,
.pvpa-up-content>em{display:block;margin-top:4px;color:#2c2c2c;font-size:11px!important;line-height:1.35!important;font-style:normal;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pvpa-up-content .pvpa-calendar-actions{margin-top:auto;padding-top:8px;border-top:1px solid #edf2ee}
.pvpa-meta-inline{display:inline-flex!important;align-items:center;gap:4px}
.pvpa-meta-inline svg{width:11px;height:11px;flex:0 0 11px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pvpa-view-all{
  width:100%!important;height:42px!important;margin:auto 0 0!important;padding:0 12px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
  border:1px solid #dfe5e1!important;border-radius:8px!important;background:#fff!important;
  color:var(--pvpa-dark)!important;font-size:11px!important;font-weight:600!important;text-align:center;box-shadow:none!important;
}
.pvpa-view-all:hover{background:var(--pvpa-green)!important;border-color:var(--pvpa-green)!important;color:#102414!important}
.pvpa-view-all svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* All events */
.pvpa-all-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:3px 0 10px}
.pvpa-back{display:inline-flex;align-items:center;color:#4c544e;font-size:11px;font-weight:500}
.pvpa-back:hover{color:#118238}
.pvpa-list-count{color:var(--pvpa-muted);font-size:11px;font-weight:400}
.pvpa-list-results{min-width:0}
.pvpa-list-section+.pvpa-list-section{margin-top:18px}
.pvpa-list-section-title{margin:0 0 8px;color:var(--pvpa-dark);font-size:12px;font-weight:600}
.pvpa-all-list{display:grid;gap:9px}
.pvpa-list-card{
  position:relative;display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;min-width:0;
  padding:11px;border:1px solid var(--pvpa-line);border-radius:9px;background:#fff;overflow:visible;box-shadow:none!important;
}
.pvpa-list-card.no-media{grid-template-columns:1fr}
.pvpa-list-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--c)}
.pvpa-list-card:hover{background:#fcfefc;border-color:#cbd5ce}
.pvpa-list-card.is-past{opacity:.72;background:#fbfcfb}
.pvpa-list-card>.pvpa-event-media{width:150px!important;height:106px!important;border-radius:8px;overflow:hidden}
.pvpa-list-card>.pvpa-event-photo{object-fit:cover;background:#eef2ef}
.pvpa-list-card>.pvpa-category-icon{display:grid;place-items:center;background:color-mix(in srgb,var(--c) 10%,white);border:1px solid color-mix(in srgb,var(--c) 24%,white)}
.pvpa-list-card>.pvpa-category-icon img{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:contain}
.pvpa-list-card-body{min-width:0;padding:3px 4px 2px 0}
.pvpa-cat-label{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid color-mix(in srgb,var(--c) 18%,white);border-radius:999px;background:color-mix(in srgb,var(--c) 10%,white);color:color-mix(in srgb,var(--c) 68%,#1f201f);font-size:9px;font-weight:600}
.pvpa-cat-label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--c)}
.pvpa-list-card h3{margin:7px 0 6px!important;color:var(--pvpa-dark)!important;font-size:16px!important;line-height:1.2!important;font-weight:600!important}
.pvpa-list-card h3 a{color:inherit!important}
.pvpa-list-card h3 a:hover{color:#13813a!important}
.pvpa-list-card p{margin:5px 0!important;color:var(--pvpa-muted)!important;font-size:11px!important;line-height:1.45!important;font-weight:400!important}
.pvpa-list-meta{display:flex;flex-wrap:wrap;gap:5px 12px!important}
.pvpa-list-meta span{display:inline-flex;align-items:center;gap:5px}
.pvpa-list-meta svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pvpa-load-more{width:100%;height:44px;margin:12px 0 2px;display:flex;align-items:center;justify-content:center;border:1px solid #d7ded9;border-radius:8px;background:#fff;color:var(--pvpa-dark);font-size:12px;font-weight:600;cursor:pointer}
.pvpa-load-more:hover{background:var(--pvpa-green);border-color:var(--pvpa-green);color:#102414}
.pvpa-load-more.is-loading{pointer-events:none;background:#fafbfa;color:var(--pvpa-muted)}

/* States */
.pvpa-empty,
.pvpa-loading{padding:38px 16px;text-align:center;color:var(--pvpa-muted);font-size:12px}
.pvpa-loading span{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:var(--pvpa-green);animation:pvpaPulse 1s ease-in-out infinite alternate}
@keyframes pvpaPulse{to{opacity:.25;transform:scale(.75)}}

/* Responsive */
@media(max-width:1120px){
  .pvpa-calendar-app{grid-template-columns:minmax(0,1fr) 320px;gap:14px}
  .pvpa-current-title{font-size:18px!important}
  .pvpa-view-switch [data-view]{min-width:62px;padding:0 10px!important}
  .pvpa-day-cell{height:62px!important;min-height:62px!important}
  .pvpa-day-number{font-size:15px!important}
  .pvpa-week-day{padding:7px}
  .pvpa-event-block{padding:8px 7px;gap:6px}
  .pvpa-event-title{font-size:11.5px!important}
  .pvpa-event-block small,.pvpa-event-desc{font-size:10px!important}
  .pvpa-up-item{grid-template-columns:76px 40px minmax(0,1fr);gap:8px}
  .pvpa-up-item.has-media{grid-template-columns:76px 40px minmax(0,1fr)}
  .pvpa-up-item.no-media{grid-template-columns:40px minmax(0,1fr)}
  .pvpa-up-item>.pvpa-event-media{width:76px!important;height:64px!important}
  .pvpa-date-card{width:40px!important;height:52px!important;min-height:52px!important}
  .pvpa-up-title{font-size:13px!important}
  .pvpa-up-content>small,.pvpa-up-content>em{font-size:10.5px!important}
}

@media(max-width:860px){
    .pvpa-calendar-app{
        grid-template-columns:1fr;
    }

    .pvpa-sidebar{
        order:2;
        min-height:0!important;
    }

    .pvpa-toolbar{
        grid-template-columns:1fr auto auto;
        gap:8px;
    }

    .pvpa-nav{
        grid-column:1/-1;
    }

    .pvpa-view-switch [data-view]{
        min-width:64px;
    }

    .pvpa-week-view{
        grid-template-columns:repeat(2,minmax(0,1fr));
        overflow:visible;
    }

    .pvpa-week-day{
        min-height:240px;
        padding:10px;
        border-right:1px solid var(--pvpa-line);
        border-bottom:1px solid var(--pvpa-line);
    }

    .pvpa-week-day:nth-child(4n){
        border-right:1px solid var(--pvpa-line);
    }

    .pvpa-week-day:nth-child(n+5){
        border-bottom:1px solid var(--pvpa-line);
    }

    .pvpa-week-day:nth-child(2n){
        border-right:0;
    }

    .pvpa-week-day:nth-child(7){
        border-bottom:0;
    }

    .pvpa-up-item{
        grid-template-columns:88px 42px minmax(0,1fr);
    }

    .pvpa-up-item>.pvpa-event-media{
        width:88px!important;
        height:68px!important;
    }
}

@media(max-width:560px){
  .pvpa-calendar-main{padding:13px 10px 10px}
  .pvpa-sidebar{padding:14px 12px}
  .pvpa-toolbar{grid-template-columns:1fr auto;padding-bottom:12px;margin-bottom:8px}
  .pvpa-nav{grid-column:1/-1}
  .pvpa-current-title{margin-left:4px!important;font-size:16px!important}
  .pvpa-icon-btn{width:34px;height:34px;flex-basis:34px}
  .pvpa-view-switch [data-view]{min-width:0;padding:0 10px!important}
  .pvpa-filter-toggle{padding:0 12px!important}
  .pvpa-weekdays div{height:30px;font-size:9px}
  .pvpa-day-cell{height:54px!important;min-height:54px!important;padding-top:4px!important}
  .pvpa-day-number{width:29px;height:27px;flex-basis:27px;font-size:13px!important}
  .pvpa-dots{gap:3px;min-height:10px}
  .pvpa-dots i{width:8px;height:8px;flex-basis:8px}
  .pvpa-list-count{display:none}
  .pvpa-list-card{grid-template-columns:1fr}
  .pvpa-list-card>.pvpa-event-media{width:100%!important;height:180px!important}
  .pvpa-list-card>.pvpa-category-icon img{width:72px!important;height:72px!important}
  .pvpa-up-item{grid-template-columns:76px 40px minmax(0,1fr)}
  .pvpa-up-item>.pvpa-event-media{width:76px!important;height:60px!important}
  .pvpa-date-card{width:40px!important;height:52px!important;min-height:52px!important}
  .pvpa-week-view{
        grid-template-columns:1fr;
    }

    .pvpa-week-day,
    .pvpa-week-day:nth-child(2n),
    .pvpa-week-day:nth-child(4n),
    .pvpa-week-day:nth-child(n+5){
        min-height:auto;
        border-right:0;
        border-bottom:1px solid var(--pvpa-line);
    }

    .pvpa-week-day:last-child{
        border-bottom:0;
    }

    .pvpa-week-day header{
        display:flex;
        align-items:center;
        justify-content:space-between;
        text-align:left;
    }
}

.pvpa-week-day .pvpa-calendar-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6px;
    margin-top:10px;
}

.pvpa-week-day .pvpa-calendar-action-label{
    grid-column:1 / -1;
}

.pvpa-week-day .pvpa-calendar-actions a,
.pvpa-week-day .pvpa-calendar-actions > [role="button"]{
    width:100%;
    min-height:28px;
}