.pgps{--pgps-accent:#ee7e56;--pgps-bg:#000;--pgps-panel:#050505;--pgps-text:#fff;--pgps-muted:#777;--pgps-line:#666;max-width:var(--pgps-max-width,780px);margin:0 auto;color:var(--pgps-text);font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;box-sizing:border-box}.pgps *{box-sizing:border-box;font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.pgps [hidden]{display:none!important}.pgps button,.pgps input,.pgps select,.pgps textarea{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.pgps button{cursor:pointer}.pgps button:focus-visible,.pgps input:focus-visible,.pgps select:focus-visible,.pgps textarea:focus-visible,.pgps a:focus-visible{outline:2px solid var(--pgps-accent);outline-offset:3px}.pgps__status{padding:12px 16px;margin:0 0 18px;border:1px solid #555;border-radius:8px;background:#111;font-size:14px}.pgps__status--error{border-color:#b73c3c;color:#ffd9d9}.pgps__step{opacity:0;transform:scale(.985);transition:opacity .14s ease,transform .14s ease}.pgps__step--active{opacity:1;transform:scale(1)}.pgps__step--leaving{opacity:0;transform:scale(.975)}.pgps__step-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 22px}.pgps__step-head h3{font-size:30px;line-height:1.1;font-weight:700;color:#fff;margin:0}.pgps__progress{font-size:18px;color:#fff}.pgps__calendar-shell{border-top:2px solid #666;border-bottom:1px solid #666;padding:24px 0 18px}.pgps__calendar-nav{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:12px;margin-bottom:20px}.pgps__month-title{border:0;background:transparent;color:#fff;font-weight:500;font-size:25px;text-align:center;padding:6px 10px}.pgps__month-arrow{width:38px;height:38px;border:0;background:transparent;color:#fff;padding:7px;transition:opacity .15s ease,color .15s ease}.pgps__month-arrow svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.2}.pgps__month-arrow:hover:not(:disabled){color:var(--pgps-accent)}.pgps__month-arrow:disabled{opacity:.18;cursor:default}.pgps__month-picker{display:flex;gap:8px;justify-content:center;align-items:center;margin:-8px 0 8px}.pgps__month-picker select{background:#111;color:#fff;border:1px solid #555;border-radius:7px;padding:8px 10px}.pgps__current-month-link{display:block;margin:0 auto 16px;border:0;background:transparent;color:#888;text-decoration:underline;text-underline-offset:3px;font-size:12px;padding:3px 6px}.pgps__current-month-link:hover{color:var(--pgps-accent)}.pgps__weekdays,.pgps__calendar{display:grid;grid-template-columns:repeat(7,52px);gap:8px;justify-content:center}.pgps__weekdays{margin-bottom:8px}.pgps__weekdays span{text-align:center;color:#8d8d8d;font-size:14px}.pgps__day{position:relative;width:52px;height:52px;min-height:0;border:1px solid #666;border-radius:7px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.pgps__day--available:hover,.pgps__day--promotion:hover{background:var(--pgps-accent);border-color:var(--pgps-accent);color:#000;transform:translateY(-1px)}.pgps__day--available:hover .pgps__promo-icon,.pgps__day--promotion:hover .pgps__promo-icon{color:#000}.pgps__day--promotion{border-color:var(--pgps-accent)}.pgps__day--selected,.pgps__day--selected:hover{background:var(--pgps-accent);border-color:var(--pgps-accent);color:#000}.pgps__day--unavailable{background:#0c0c0c;border-color:#303030;color:#666;cursor:not-allowed}.pgps__day--outside{border-color:transparent;background:transparent;color:#353535;cursor:default}.pgps__promo-icon{position:absolute;right:5px;top:5px;width:17px;height:17px;color:var(--pgps-accent)}.pgps__promo-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:.8}.pgps__promo-icon svg path{fill:currentColor;stroke:none}.pgps__day--selected .pgps__promo-icon{color:#000}.pgps__x{position:absolute;width:28%;height:1px;background:#555;transform:rotate(-45deg)}.pgps__day[data-tooltip]:not([data-tooltip=""])::after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%) translateY(4px);width:max-content;max-width:240px;background:#fff;color:#111;border-radius:6px;padding:7px 9px;font-size:12px;line-height:1.3;opacity:0;pointer-events:none;z-index:15;transition:opacity .12s ease,transform .12s ease;box-shadow:0 8px 30px rgba(0,0,0,.35)}.pgps__day[data-tooltip]:hover::after,.pgps__day[data-tooltip]:focus-visible::after{opacity:1;transform:translateX(-50%) translateY(0)}.pgps__legend{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;margin-top:18px;font-size:12px;color:#aaa}.pgps__legend span{display:inline-flex;align-items:center;gap:6px}.pgps__legend-dot{width:13px;height:13px;border:1px solid #777;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:9px}.pgps__legend-dot--selected{background:var(--pgps-accent);border-color:var(--pgps-accent)}.pgps__legend-dot--unavailable{background:#151515;border-color:#333;position:relative}.pgps__legend-dot--unavailable::after{content:"";width:9px;height:1px;background:#555;transform:rotate(-45deg)}.pgps__legend-dot--promotion{border-color:var(--pgps-accent);color:var(--pgps-accent);border-radius:50%}.pgps__selection-line{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:2px solid #666;padding-top:20px}.pgps__selection-line span{font-size:14px;color:#888}.pgps__selection-line strong{color:#fff;font-size:18px;margin-left:5px}.pgps__text-action{border:0;background:none;color:#999;text-decoration:underline;text-underline-offset:3px;padding:4px 0}.pgps__text-action:hover{color:var(--pgps-accent)}.pgps__helper{font-size:14px;line-height:1.55;color:#9a9a9a;margin:20px 0}.pgps__promo-banner{border:1px solid var(--pgps-accent);border-radius:8px;padding:12px 14px;margin:0 0 16px;display:flex;gap:10px;align-items:baseline}.pgps__promo-banner strong{color:var(--pgps-accent)}.pgps__promo-banner span{color:#aaa;font-size:13px}.pgps__packages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pgps__package{position:relative;border:1px solid #666;border-radius:10px;padding:24px 22px;background:#020202;min-width:0}.pgps__package--featured{border-color:#aaa}.pgps__package h4{font-size:22px;margin:0 0 12px;color:#fff}.pgps__package-price{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;margin-bottom:18px}.pgps__package-price strong{font-size:26px}.pgps__price-old,.pgps__summary-old{text-decoration:line-through;color:#666}.pgps__discount{font-size:11px;border:1px solid var(--pgps-accent);color:var(--pgps-accent);border-radius:999px;padding:2px 6px}.pgps__package ul{list-style:none;padding:0;margin:0 0 22px}.pgps__package li{position:relative;padding:7px 0 7px 22px;color:#aaa;font-size:14px;border-bottom:1px solid #151515}.pgps__package li::before{content:"✓";position:absolute;left:0;color:#fff}.pgps__package-button,.pgps__cta{width:100%;min-height:48px;border:1px solid var(--pgps-accent);border-radius:7px;background:#000;color:#fff;font-weight:500;padding:11px 14px;transition:background .15s ease,color .15s ease}.pgps__package-button:hover,.pgps__cta:hover:not(:disabled){background:var(--pgps-accent);color:#000}.pgps__bookmark{position:absolute;right:17px;top:-1px;width:19px;height:34px;color:var(--pgps-accent)}.pgps__bookmark svg{width:100%;height:100%;fill:currentColor}.pgps__featured-label{position:absolute;right:46px;top:8px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--pgps-accent)}.pgps__travel-note{font-size:12px;line-height:1.5;color:#777;margin:14px 0 0}.pgps__summary{border-top:2px solid #666;border-bottom:1px solid #333;padding:17px 0;display:grid;grid-template-columns:1.3fr 1fr .8fr;gap:12px}.pgps__summary>div{display:flex;flex-direction:column;gap:4px}.pgps__summary span{font-size:12px;color:#777}.pgps__summary strong{color:#fff}.pgps__step-actions{display:flex;gap:18px;justify-content:flex-end;margin-top:7px}.pgps__form{margin-top:18px}.pgps__fields{display:grid;grid-template-columns:1fr 1fr;gap:22px 24px}.pgps__field{position:relative;display:flex;align-items:center;min-height:54px;border:1px solid #555;border-radius:10px;background:#050505;padding:0 14px;color:#666;font-size:16px;transition:border-color .15s ease,background .15s ease}.pgps__field:focus-within{border-color:#aaa;background:#070707}.pgps__field>span{position:absolute;left:12px;top:-9px;z-index:2;background:#000;padding:0 6px;color:#777;font-size:12px;line-height:18px}.pgps__field--full{grid-column:1/-1}.pgps__field input{width:100%;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;caret-color:#fff!important;padding:14px 0 12px!important;box-shadow:none!important;outline:0!important;font-size:16px!important;opacity:1!important}.pgps__field input:focus{color:#fff!important;-webkit-text-fill-color:#fff!important}.pgps__field input:-webkit-autofill,.pgps__field input:-webkit-autofill:hover,.pgps__field input:-webkit-autofill:focus{-webkit-text-fill-color:#fff!important;caret-color:#fff!important;-webkit-box-shadow:0 0 0 1000px #050505 inset!important;box-shadow:0 0 0 1000px #050505 inset!important}.pgps__field--error{border-color:#d64545!important}.pgps__field--error span{color:#d85f5f}.pgps__field--error input{color:#fff!important;-webkit-text-fill-color:#fff!important}.pgps__error-summary{font-size:12px;color:#e26363;margin:0 0 16px}.pgps__error-summary--conflict{border:1px solid #9b3535;border-radius:8px;padding:14px;color:#ffd8d8;background:#150707}.pgps__conflict-actions{display:flex;gap:14px;margin-top:12px}.pgps__conflict-actions button,.pgps__conflict-actions a{border:0;background:none;padding:0;color:#fff;text-decoration:underline}.pgps__privacy{display:flex;align-items:flex-start;gap:10px;margin:20px 0;color:#777;font-size:12px;line-height:1.45}.pgps__privacy input{position:absolute;opacity:0;pointer-events:none}.pgps__checkbox-ui{width:18px;height:18px;border:1px solid #666;flex:0 0 auto;margin-top:1px;position:relative}.pgps__privacy input:checked+.pgps__checkbox-ui::after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px}.pgps__privacy a{color:#aaa}.pgps__privacy--error .pgps__checkbox-ui{border-color:#d64545}.pgps__honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}.pgps__cta{margin-top:12px}.pgps__cta:disabled{opacity:.6;cursor:wait}.pgps__thankyou{text-align:center;border-top:2px solid #666;padding:35px 0 20px}.pgps__success-icon{width:82px;margin:0 auto 22px;color:#fff}.pgps__success-icon svg{width:100%;fill:none;stroke:currentColor}.pgps__thankyou h3{font-size:30px;margin:0 0 18px}.pgps__thankyou-lead{font-size:18px;color:#fff}.pgps__thankyou-text{font-size:14px;color:#aaa;line-height:1.6}.pgps__reservation-code{margin-top:20px;color:#777;font-size:13px}.pgps--busy{cursor:progress}@media(max-width:700px){.pgps{width:100%;padding:0 4px}.pgps__step-head h3{font-size:24px}.pgps__progress{font-size:15px}.pgps__calendar-shell{padding-top:18px}.pgps__calendar-nav{grid-template-columns:35px 1fr 35px}.pgps__month-title{font-size:21px}.pgps__weekdays,.pgps__calendar{grid-template-columns:repeat(7,42px);gap:4px}.pgps__weekdays span{font-size:0}.pgps__weekdays span::after{content:attr(data-short);font-size:11px}.pgps__day{width:42px;height:42px;min-height:0;font-size:14px;border-radius:6px}.pgps__day[data-tooltip]::after{display:none}.pgps__legend{justify-content:flex-start;gap:10px 14px}.pgps__packages{grid-template-columns:1fr}.pgps__selection-line{align-items:flex-start}.pgps__selection-line strong{display:block;margin:4px 0 0}.pgps__summary{grid-template-columns:1fr 1fr}.pgps__summary>div:last-child{grid-column:1/-1}.pgps__fields{grid-template-columns:1fr;gap:15px}.pgps__field--full{grid-column:auto}.pgps__step-actions{justify-content:flex-start}.pgps__package-button,.pgps__cta{min-height:50px}.pgps__promo-banner{align-items:flex-start;flex-direction:column;gap:4px}}@media(max-width:390px){.pgps__weekdays,.pgps__calendar{grid-template-columns:repeat(7,38px);gap:4px}.pgps__day{width:38px;height:38px;min-height:0}.pgps__month-picker{flex-wrap:wrap}.pgps__legend{font-size:11px}}@media(prefers-reduced-motion:reduce){.pgps *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.pgps__package--selected{border-color:var(--pgps-accent);box-shadow:0 0 0 1px var(--pgps-accent) inset}

/* Photo-Spot Booking v1.2 refinements */
.pgps__step-head h3{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:30px!important;font-weight:700!important;color:#fff!important}
.pgps__progress{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:18px!important;font-weight:400!important;color:#fff!important}
.pgps__month-title{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:25px!important;font-weight:500!important;line-height:1.25!important;color:#fff!important;text-align:center!important;padding:4px 10px!important;cursor:default!important}
.pgps__month-picker{display:flex!important;gap:8px!important;justify-content:center!important;align-items:center!important;margin:-8px 0 14px!important}
.pgps__month-picker select{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important;background:#0b0b0b!important;color:#fff!important;border:1px solid #555!important;border-radius:6px!important;padding:7px 28px 7px 10px!important;min-height:34px!important}
.pgps__current-month-link{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:12px!important;font-weight:400!important}
.pgps__weekdays span{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:14px!important;font-weight:400!important}
.pgps__day{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:16px!important;font-weight:500!important}
.pgps__promo-icon{position:absolute!important;right:3px!important;top:3px!important;width:20px!important;height:20px!important;color:initial!important;pointer-events:none!important}
.pgps__promo-icon svg{display:block!important;width:20px!important;height:20px!important;overflow:visible!important}
.pgps__promo-icon svg circle{fill:var(--pgps-accent)!important;stroke:none!important}
.pgps__promo-icon svg path{fill:#000!important;stroke:none!important}
.pgps__day--available:hover .pgps__promo-icon,.pgps__day--promotion:hover .pgps__promo-icon,.pgps__day--selected .pgps__promo-icon{color:initial!important}
.pgps__legend-dot--promotion{border:1px solid var(--pgps-accent)!important;border-radius:2px!important;background:transparent!important;color:transparent!important}
.pgps__form-disclaimer{margin:9px 0 0!important;text-align:center!important;color:#777!important;font-size:12px!important;line-height:1.4!important}
.pgps__thankyou{box-sizing:border-box!important;text-align:center!important;border:1px solid #bdbdbd!important;border-radius:24px!important;padding:56px 34px 50px!important;background:#000!important}
.pgps__thankyou h3{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:30px!important;line-height:1.15!important;font-weight:700!important;color:#fff!important;margin:0 0 28px!important}
.pgps__success-icon{width:72px!important;height:auto!important;margin:0 auto 34px!important;color:#fff!important}
.pgps__success-icon svg{display:block!important;width:100%!important;height:auto!important;fill:none!important;stroke:currentColor!important}
.pgps__success-icon svg path{fill:none!important;stroke:#fff!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.pgps__thankyou-lead{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:18px!important;font-weight:400!important;color:#fff!important;margin:0 0 4px!important}
.pgps__thankyou-date{color:var(--pgps-accent)!important}
.pgps__thankyou-text{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:14px!important;font-weight:400!important;color:#fff!important;line-height:1.6!important;margin:0!important}
.pgps__reservation-code{margin:20px 0 0!important;color:#777!important;font-size:13px!important}
.pgps__thankyou-back{margin:24px auto 0!important;border:0!important;background:transparent!important;color:#aaa!important;text-decoration:underline!important;text-underline-offset:3px!important;font-size:12px!important;font-weight:400!important;padding:4px 6px!important}
.pgps__thankyou-back:hover{color:var(--pgps-accent)!important}
@media(max-width:700px){.pgps__step-head h3{font-size:24px!important}.pgps__progress{font-size:15px!important}.pgps__month-title{font-size:21px!important}.pgps__month-picker{margin:-5px 0 13px!important}.pgps__month-picker select{font-size:12px!important;min-height:32px!important}.pgps__weekdays span{font-size:0!important}.pgps__weekdays span::after{font-size:11px!important}.pgps__day{font-size:14px!important}.pgps__thankyou{padding:42px 20px 38px!important;border-radius:18px!important}.pgps__thankyou h3{font-size:26px!important}.pgps__thankyou-lead{font-size:16px!important}.pgps__promo-icon{right:2px!important;top:2px!important;width:18px!important;height:18px!important}.pgps__promo-icon svg{width:18px!important;height:18px!important}}


/* Photo-Spot Booking v1.3 refinements */
.pgps__promo-icon{right:-10px!important;top:-10px!important;width:20px!important;height:20px!important}
.pgps__promo-icon svg{width:20px!important;height:20px!important}
.pgps__package{border:1px solid #fff!important}
.pgps__package--featured{border:3px solid #fff!important}
.pgps__package--selected{border-color:#fff!important;box-shadow:none!important}
.pgps__package--featured.pgps__package--selected{border-width:3px!important}
.pgps__package-price strong{color:var(--pgps-accent)!important}
.pgps__travel-note{font-size:14px!important;line-height:1.55!important;color:#9a9a9a!important;margin:20px 0 0!important}
.pgps__summary{align-items:start!important}
.pgps__summary>div{gap:5px!important}
.pgps__summary strong{color:var(--pgps-accent)!important;font-size:18px!important;font-weight:500!important;line-height:1.25!important}
.pgps__summary .pgps__summary-old{color:#666!important;font-size:14px!important;font-weight:400!important;margin-right:5px!important}
.pgps__summary-action{align-self:flex-start!important;border:0!important;background:transparent!important;color:#888!important;text-decoration:underline!important;text-underline-offset:3px!important;font-size:12px!important;font-weight:400!important;padding:1px 0!important;margin-top:1px!important}
.pgps__summary-action:hover{color:var(--pgps-accent)!important}
.pgps__thankyou h3{margin-bottom:26px!important}
.pgps__success-icon{width:95px!important;margin:0 auto 34px!important}
.pgps__success-icon svg{width:94.77px!important;max-width:100%!important;height:auto!important;overflow:visible!important}
.pgps__success-icon svg path{fill:none!important;stroke:#fff!important;stroke-width:1!important;stroke-miterlimit:10!important;stroke-linecap:butt!important;stroke-linejoin:miter!important}
.pgps__thankyou-contact{font-family:Ubuntu,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:14px!important;font-weight:400!important;color:#fff!important;line-height:1.6!important;margin:14px 0 2px!important}
@media(max-width:700px){.pgps__promo-icon{right:-10px!important;top:-10px!important;width:20px!important;height:20px!important}.pgps__promo-icon svg{width:20px!important;height:20px!important}.pgps__summary strong{font-size:17px!important}.pgps__success-icon{width:82px!important}}

/* v1.4 */
.pgps__summary-price-line{display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important}
.pgps__summary-price-line .pgps__summary-old{display:inline!important;margin:0!important}
.pgps__required-note{margin:16px 0 -6px!important;color:#777!important;font-size:12px!important;line-height:1.4!important}

/* Photo-Spot Booking v1.5 refinements */
.pgps__calendar-shell{position:relative!important;border-bottom:0!important}
.pgps__calendar-content{transition:transform .34s cubic-bezier(.2,.7,.2,1),filter .34s ease,opacity .34s ease!important;transform-origin:center center!important}
.pgps__calendar-shell--conflict .pgps__calendar-content{transform:scale(.94)!important;filter:blur(5px)!important;opacity:.24!important;pointer-events:none!important;user-select:none!important}
.pgps__calendar-conflict{position:absolute!important;inset:0!important;z-index:40!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:22px!important}
.pgps__calendar-conflict[hidden]{display:none!important}
.pgps__calendar-conflict-box{width:min(440px,92%)!important;background:rgba(0,0,0,.94)!important;border:1px solid #777!important;border-radius:12px!important;padding:34px 30px!important;text-align:center!important;box-shadow:0 18px 60px rgba(0,0,0,.45)!important;animation:pgpsConflictIn .28s cubic-bezier(.2,.7,.2,1) both!important}
.pgps__calendar-conflict-box h4{margin:0 0 14px!important;color:#fff!important;font-size:22px!important;line-height:1.2!important;font-weight:700!important}
.pgps__calendar-conflict-box p{margin:0!important;color:#d0d0d0!important;font-size:14px!important;line-height:1.55!important}
.pgps__calendar-conflict-link{display:inline-block!important;margin-top:15px!important;border:0!important;background:transparent!important;color:var(--pgps-accent)!important;text-decoration:underline!important;text-underline-offset:3px!important;font-size:14px!important;padding:3px 5px!important}
.pgps__calendar-conflict-close{position:absolute!important;right:22px!important;top:20px!important;width:34px!important;height:34px!important;border:1px solid #777!important;background:#050505!important;color:#fff!important;border-radius:50%!important;font-size:24px!important;line-height:28px!important;padding:0!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important}
.pgps__calendar-conflict-close:hover{border-color:var(--pgps-accent)!important;color:var(--pgps-accent)!important}
@keyframes pgpsConflictIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}

/* Wolniejsze przejścia: poprzedni moduł oddala się i rozmywa, nowy przybliża się do ostrości. */
.pgps__step{opacity:0!important;transform:scale(.94)!important;filter:blur(6px)!important;transition:opacity .28s ease,transform .34s cubic-bezier(.2,.7,.2,1),filter .30s ease!important;transform-origin:center top!important}
.pgps__step--active{opacity:1!important;transform:scale(1)!important;filter:blur(0)!important}
.pgps__step--leaving{opacity:0!important;transform:scale(.94)!important;filter:blur(6px)!important}

/* Nawigacja miesiąca: stała pozycja strzałek blisko najdłuższej nazwy miesiąca. */
.pgps__calendar-nav{grid-template-columns:38px 245px 38px!important;justify-content:center!important;gap:14px!important;margin-bottom:20px!important}
.pgps__month-title{width:245px!important;min-width:245px!important;max-width:245px!important}

/* Niedostępny termin: ukośna linia przez całe pole. */
.pgps__day--unavailable{overflow:hidden!important}
.pgps__day--unavailable .pgps__x{position:absolute!important;left:50%!important;top:50%!important;width:145%!important;height:1px!important;background:#555!important;transform:translate(-50%,-50%) rotate(-45deg)!important;transform-origin:center!important;z-index:2!important;pointer-events:none!important}
.pgps__day--unavailable>span{position:relative!important;z-index:1!important}

/* Rabat w tej samej linii co ceny. */
.pgps__package-price{align-items:center!important;flex-wrap:nowrap!important;gap:8px!important}
.pgps__discount{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:center!important;flex:0 0 auto!important;border-radius:4px!important;line-height:1!important;padding:4px 6px!important;margin:0!important;white-space:nowrap!important;vertical-align:middle!important}

/* Przełącznik stylistyki w panelu. */
.pgps--square .pgps__status,
.pgps--square .pgps__month-picker select,
.pgps--square .pgps__day,
.pgps--square .pgps__promo-banner,
.pgps--square .pgps__package,
.pgps--square .pgps__package-button,
.pgps--square .pgps__cta,
.pgps--square .pgps__field,
.pgps--square .pgps__checkbox-ui,
.pgps--square .pgps__error-summary--conflict,
.pgps--square .pgps__thankyou,
.pgps--square .pgps__calendar-conflict-box,
.pgps--square .pgps__calendar-conflict-close,
.pgps--square .pgps__discount{border-radius:0!important}

@media(max-width:700px){
  .pgps__calendar-nav{grid-template-columns:34px 190px 34px!important;gap:8px!important}
  .pgps__month-title{width:190px!important;min-width:190px!important;max-width:190px!important}
  .pgps__calendar-conflict{padding:12px!important}
  .pgps__calendar-conflict-box{padding:28px 20px!important}
  .pgps__calendar-conflict-box h4{font-size:19px!important}
  .pgps__calendar-conflict-close{right:12px!important;top:12px!important}
  .pgps__package-price{gap:6px!important}
  .pgps__discount{font-size:10px!important;padding:3px 5px!important}
}

/* v1.6 — dymki zawsze nad kalendarzem. */
.pgps__calendar-shell,.pgps__calendar-content,.pgps__calendar{overflow:visible!important}
.pgps__day:hover,.pgps__day:focus-visible{z-index:1000!important}
.pgps__day[data-tooltip]:not([data-tooltip=""])::after{z-index:10000!important}

/* v1.6 — karty pakietów: przycisk zawsze z równym marginesem od dołu i boków. */
.pgps__package{display:flex!important;flex-direction:column!important;padding:24px 22px 22px!important}
.pgps__package ul{margin-bottom:22px!important}
.pgps__package-button{margin-top:auto!important}

/* v1.6 — wspólna typografia tekstów pomocniczych. */
.pgps__selection-line span,
.pgps__helper,
.pgps__travel-note,
.pgps__summary span,
.pgps__required-note,
.pgps__privacy,
.pgps__form-disclaimer{font-size:var(--pgps-helper-size,14px)!important;color:var(--pgps-helper-color,#9a9a9a)!important}
.pgps__selection-line strong{color:#fff!important}
.pgps__summary strong{color:var(--pgps-accent)!important}
.pgps__summary-action{font-size:var(--pgps-helper-size,14px)!important}

/* v1.6 — trochę więcej oddechu dla natywnych strzałek dropdownów. */
.pgps__month-picker select{
  -webkit-appearance:none!important;
  appearance:none!important;
  padding:8px 34px 8px 11px!important;
  background-color:#111!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23aaa' stroke-width='1.2'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 11px center!important;
}


/* v1.7 — proste oznaczenie promocji pod datą, bez ramki. */
.pgps__selection-main{display:grid!important;grid-template-columns:auto 1fr!important;align-items:baseline!important;column-gap:6px!important;row-gap:4px!important}.pgps__selection-main>.pgps__selected-date{margin-left:0!important}.pgps__selection-main>.pgps__promo-banner{grid-column:2!important}
.pgps__promo-banner{border:0!important;border-radius:0!important;padding:0!important;margin:0!important;background:transparent!important;color:var(--pgps-accent)!important;font-size:var(--pgps-helper-size,14px)!important;font-weight:600!important;line-height:1.35!important}

/* v1.7 — czytelny link w tekście RODO. */
.pgps__privacy a{color:#fff!important;text-decoration:underline!important;text-underline-offset:2px!important}

/* v1.8 — dostosowanie pakietu */
.pgps__step[data-step="2"]{position:relative!important}
.pgps__customize-modal{position:absolute;inset:0;z-index:80;display:flex;align-items:flex-start;justify-content:center;padding:42px 20px;background:rgba(0,0,0,.74);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.pgps__customize-dialog{position:relative;width:min(100%,620px);background:#050505;border:1px solid #777;border-radius:14px;padding:28px 28px 26px;box-shadow:0 24px 70px rgba(0,0,0,.6);animation:pgpsCustomizeIn .28s cubic-bezier(.2,.75,.2,1) both}
.pgps__customize-close{position:absolute;right:14px;top:10px;width:36px;height:36px;border:0;background:transparent;color:#aaa;font-size:28px;line-height:1;padding:0}.pgps__customize-close:hover{color:var(--pgps-accent)}
.pgps__customize-title{margin:0 42px 24px 0!important;color:#fff!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important}
.pgps__addon-options{display:grid;gap:12px}
.pgps__addon-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #383838;border-radius:9px;padding:15px 16px;background:#090909}
.pgps__addon-row>div:first-child{display:flex;flex-direction:column;gap:4px;min-width:0}.pgps__addon-row strong{color:#fff;font-size:15px}.pgps__addon-unit{color:#777;font-size:12px}.pgps__addon-row--disabled{opacity:.42}
.pgps__counter{display:grid;grid-template-columns:36px minmax(48px,auto) 36px;align-items:center;border:1px solid #555;border-radius:8px;overflow:hidden;flex:0 0 auto}
.pgps__counter button{width:36px;height:36px;border:0;background:#111;color:#fff;font-size:22px;line-height:1;transition:background .15s ease,color .15s ease}.pgps__counter button:hover:not(:disabled){background:var(--pgps-accent);color:#000}.pgps__counter button:disabled{opacity:.28;cursor:default}.pgps__counter-value{display:flex;align-items:center;justify-content:center;min-height:36px;padding:0 8px;color:#fff;font-size:15px;border-left:1px solid #333;border-right:1px solid #333}
.pgps__addon-summary{margin:22px 0 18px;border-top:1px solid #333;padding-top:14px}.pgps__addon-summary>div{display:flex;justify-content:space-between;gap:20px;padding:5px 0;color:#aaa;font-size:14px}.pgps__addon-summary>div strong{color:#fff;font-weight:500}.pgps__addon-summary>div span{color:#fff;white-space:nowrap}.pgps__addon-summary-total{margin-top:8px;padding-top:11px!important;border-top:1px solid #333}.pgps__addon-summary-total strong,.pgps__addon-summary-total span{color:var(--pgps-accent)!important;font-size:20px!important;font-weight:700!important}
.pgps__customize-next{margin-top:2px!important}
.pgps--customizing .pgps__packages,.pgps--customizing .pgps__selection-line,.pgps--customizing .pgps__packages-helper,.pgps--customizing .pgps__travel-note{filter:blur(2px);opacity:.42;transition:filter .2s ease,opacity .2s ease}
.pgps__summary{grid-template-columns:1.2fr 1fr .85fr .9fr!important}.pgps__summary-addons strong{white-space:normal!important}
@keyframes pgpsCustomizeIn{from{opacity:0;transform:scale(.965) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
@media(max-width:700px){
  .pgps__customize-modal{position:absolute;inset:0;padding:14px 4px 24px;align-items:flex-start}
  .pgps__customize-dialog{padding:24px 16px 20px;border-radius:12px}
  .pgps__customize-title{font-size:21px!important;margin-bottom:20px!important}
  .pgps__addon-row{padding:13px 12px;gap:10px}.pgps__addon-row strong{font-size:14px}.pgps__addon-unit{font-size:11px}
  .pgps__counter{grid-template-columns:34px minmax(42px,auto) 34px}.pgps__counter button{width:34px;height:34px}.pgps__counter-value{min-height:34px}
  .pgps__addon-summary>div{font-size:13px}.pgps__addon-summary-total strong,.pgps__addon-summary-total span{font-size:18px!important}
  .pgps__summary{grid-template-columns:1fr 1fr!important}.pgps__summary>div:last-child{grid-column:auto!important}
}
.pgps--square .pgps__customize-dialog,.pgps--square .pgps__addon-row,.pgps--square .pgps__counter{border-radius:0!important}


/* v1.9 — podsumowanie formularza, metadane pakietów i informacje o odbitkach. */
.pgps__summary{
  grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr) max-content!important;
  gap:18px 30px!important;
  align-items:start!important;
}
.pgps__summary>div:last-child{justify-self:end!important;align-items:flex-end!important;text-align:right!important;min-width:max-content!important}
.pgps__summary>div:last-child .pgps__summary-price-line{justify-content:flex-end!important}
.pgps__form .pgps__cta{display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:16px!important;line-height:1.2!important}
.pgps__form .pgps__cta:hover:not(:disabled){color:#000!important}

.pgps__package-meta{display:grid;gap:7px;margin:0 0 16px;color:#aaa;font-size:13px;line-height:1.35}
.pgps__package-meta-row{display:flex;align-items:center;gap:8px;min-width:0}
.pgps__package-meta-row strong{color:#fff;font-weight:500}
.pgps__package-meta-row--prints{position:relative}
.pgps__package-mix{margin-left:26px;color:#777;font-size:12px}
.pgps--icons-off .pgps__package-mix{margin-left:0}
.pgps__meta-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px;color:#aaa}
.pgps__meta-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}

.pgps__info-tip{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:0 0 0 2px!important;padding:0!important;border:1px solid #666!important;border-radius:50%!important;background:#050505!important;color:#aaa!important;font-size:11px!important;font-weight:600!important;line-height:1!important;vertical-align:middle!important;overflow:visible!important;z-index:20!important}
.pgps__info-tip:hover,.pgps__info-tip:focus-visible{border-color:var(--pgps-accent)!important;color:var(--pgps-accent)!important}
.pgps__info-tooltip{position:absolute!important;left:50%!important;bottom:calc(100% + 10px)!important;transform:translateX(-50%) translateY(5px)!important;width:330px!important;max-width:min(330px,78vw)!important;padding:11px 13px!important;border:1px solid #555!important;border-radius:7px!important;background:#111!important;color:#eee!important;font-size:12px!important;font-weight:400!important;line-height:1.5!important;text-align:left!important;white-space:pre-line!important;box-shadow:0 12px 38px rgba(0,0,0,.55)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .14s ease,transform .14s ease,visibility .14s ease!important;z-index:50000!important}
.pgps__info-tooltip::after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#555}
.pgps__info-tip:hover .pgps__info-tooltip,.pgps__info-tip:focus-visible .pgps__info-tooltip{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important}
.pgps__package,.pgps__packages,.pgps__addon-row,.pgps__customize-dialog{overflow:visible!important}
.pgps__addon-label-line{display:flex!important;align-items:center!important;gap:6px!important}
.pgps__info-tip--addon{margin-left:2px!important}

@media(max-width:700px){
  .pgps__summary{grid-template-columns:1fr 1fr!important;gap:14px 20px!important}
  .pgps__summary>div:last-child{justify-self:end!important;align-items:flex-end!important;text-align:right!important}
  .pgps__info-tooltip{width:280px!important;max-width:76vw!important}
}

/* v2.0 — metadane pakietów, czytelne dymki i dodatki. */
.pgps__package-meta{gap:8px!important}
.pgps__package-meta-row{gap:9px!important}
.pgps__package-meta-row>strong{font-size:14px!important;color:#fff!important;font-weight:500!important}
.pgps__meta-icon{width:22px!important;height:22px!important;flex:0 0 22px!important}
.pgps__meta-icon svg{width:21px!important;height:21px!important;stroke-width:1.25!important}
.pgps__package-mix{display:flex!important;align-items:center!important;gap:6px!important;margin-left:31px!important;color:#aaa!important;font-size:14px!important;line-height:1.4!important}
.pgps--icons-off .pgps__package-mix{margin-left:0!important}
.pgps__package-content-intro{margin:2px 0 8px!important;color:#fff!important;font-size:14px!important;line-height:1.45!important;font-weight:500!important}

.pgps__info-tip{z-index:6000!important}
.pgps__info-tip--open{border-color:var(--pgps-accent)!important;color:var(--pgps-accent)!important}
.pgps__info-tooltip{display:flex!important;flex-direction:column!important;gap:0!important;white-space:normal!important;z-index:999999!important}
.pgps__tip-line{display:block!important;color:#eee!important;line-height:1.5!important}
.pgps__tip-line--lead{font-weight:600!important;color:#fff!important}
.pgps__tip-line--heading{font-weight:700!important;color:#fff!important;margin-bottom:2px!important}
.pgps__tip-spacer{display:block!important;height:9px!important;flex:0 0 9px!important}
.pgps__info-tip:hover .pgps__info-tooltip,
.pgps__info-tip:focus-visible .pgps__info-tooltip,
.pgps__info-tip--open .pgps__info-tooltip{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important}

/* Ikona promocji zawsze ponad komórkami, również na telefonie. */
.pgps__day--promotion{z-index:40!important;overflow:visible!important}
.pgps__promo-icon{z-index:9000!important;pointer-events:none!important}
.pgps__calendar,.pgps__calendar-content,.pgps__calendar-shell{overflow:visible!important}

/* Zerowe dodatki są wizualnie nieaktywne. */
.pgps__addon-summary--zero strong,.pgps__addon-summary--zero span{color:#555!important}

@media(max-width:700px){
  .pgps__meta-icon{width:21px!important;height:21px!important;flex-basis:21px!important}
  .pgps__meta-icon svg{width:20px!important;height:20px!important}
  .pgps__package-mix{margin-left:30px!important;font-size:14px!important}
  .pgps--icons-off .pgps__package-mix{margin-left:0!important}
  /* Na ekranie dotykowym dymek działa jak lekki modal, więc nie może wyjechać poza viewport. */
  .pgps__info-tooltip{position:fixed!important;left:50%!important;right:auto!important;top:50%!important;bottom:auto!important;width:min(88vw,360px)!important;max-width:88vw!important;transform:translate(-50%,-48%) scale(.98)!important;padding:15px 16px!important;font-size:12px!important;box-shadow:0 18px 70px rgba(0,0,0,.78)!important}
  .pgps__info-tooltip::after{display:none!important}
  .pgps__info-tip:hover .pgps__info-tooltip,.pgps__info-tip:focus-visible .pgps__info-tooltip,.pgps__info-tip--open .pgps__info-tooltip{transform:translate(-50%,-50%) scale(1)!important}
}


/* v2.1 — wspólny styl dymków i dodatkowe informacje o zawartości pakietu. */
.pgps__day[data-tooltip]:not([data-tooltip=""])::after{
  background:var(--pgps-tooltip-bg,#fff)!important;
  color:var(--pgps-tooltip-text,#111)!important;
  font-size:var(--pgps-tooltip-size,12px)!important;
  white-space:pre-line!important;
  text-align:left!important;
  z-index:999999!important;
}
.pgps__info-tooltip{
  background:var(--pgps-tooltip-bg,#fff)!important;
  color:var(--pgps-tooltip-text,#111)!important;
  font-size:var(--pgps-tooltip-size,12px)!important;
  border-color:rgba(127,127,127,.45)!important;
}
.pgps__info-tooltip::after{border-top-color:var(--pgps-tooltip-bg,#fff)!important}
.pgps__tip-line,.pgps__tip-line--lead,.pgps__tip-line--heading{color:var(--pgps-tooltip-text,#111)!important}
.pgps__package li{display:flex!important;align-items:center!important;gap:7px!important;overflow:visible!important}
.pgps__feature-text{min-width:0;flex:0 1 auto}
.pgps__info-tip--feature{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;font-size:10px!important;margin-left:2px!important;opacity:.72!important}
.pgps__feature--has-tip:hover .pgps__info-tip--feature{opacity:1!important;border-color:var(--pgps-accent)!important;color:var(--pgps-accent)!important}
.pgps__feature--has-tip:hover .pgps__info-tooltip{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important}
.pgps__package li,.pgps__package ul{overflow:visible!important}
@media(max-width:700px){
  .pgps__info-tip--feature{opacity:.9!important}
}
/* v2.1 — ukośna kreska bez przycinania dymka dla niedostępnego terminu. */
.pgps__day--unavailable{
  overflow:visible!important;
  background-color:#0c0c0c!important;
  background-image:linear-gradient(135deg,transparent calc(50% - .5px),#555 calc(50% - .5px),#555 calc(50% + .5px),transparent calc(50% + .5px))!important;
}
.pgps__day--unavailable .pgps__x{display:none!important}


/* v2.2 — link do dodatków, kompaktowe dymki i podsumowania czasu/odbitek. */
.pgps__package-more-link{
  align-self:flex-start!important;
  margin:1px 0 0 31px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:#999!important;
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.35!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  cursor:pointer!important;
}
.pgps__package-more-link:hover,.pgps__package-more-link:focus-visible{color:var(--pgps-accent)!important}
.pgps--icons-off .pgps__package-more-link{margin-left:0!important}

/* Dymek bierze tylko tyle szerokości, ile potrzebuje treść, ale nie wyjeżdża poza ekran. */
.pgps__info-tooltip{
  width:max-content!important;
  min-width:0!important;
  max-width:min(390px,78vw)!important;
}
.pgps__tip-line{max-width:365px!important}
.pgps__info-tip:hover,.pgps__info-tip:focus-visible,.pgps__info-tip--open{
  border-color:var(--pgps-accent)!important;
  color:var(--pgps-accent)!important;
}

.pgps__addon-total{
  color:#8d8d8d!important;
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
.pgps__summary-total-meta{
  color:#888!important;
  font-size:var(--pgps-helper-size,14px)!important;
  font-weight:400!important;
  line-height:1.35!important;
  margin-top:1px!important;
}
@media(max-width:700px){
  .pgps__package-more-link{margin-left:30px!important;font-size:12px!important}
  .pgps--icons-off .pgps__package-more-link{margin-left:0!important}
  .pgps__info-tooltip{width:max-content!important;min-width:0!important;max-width:88vw!important}
  .pgps__tip-line{max-width:calc(88vw - 32px)!important}
  .pgps__addon-label-line{flex-wrap:wrap!important}
  .pgps__addon-total{font-size:11px!important}
}


/* v2.3 — układ pakietów, gwiazdki, obramowanie premium i ciaśniejsze wielowierszowe teksty. */
.pgps__package-title-row{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important;margin:0 0 8px!important;padding-right:78px!important}
.pgps__package-title-row h4{margin:0!important}
.pgps__package-stars{display:inline-flex!important;align-items:center!important;gap:1px!important;color:var(--pgps-stars-color,var(--pgps-accent))!important;font-size:12px!important;line-height:1!important;letter-spacing:.02em!important;white-space:nowrap!important}
.pgps__package-price{margin:0 0 14px!important}
.pgps__package-more-link{margin-left:0!important;align-self:flex-start!important;text-align:left!important}
.pgps--icons-off .pgps__package-more-link{margin-left:0!important}
.pgps--featured-border-accent .pgps__package--featured{border-color:var(--pgps-accent)!important}
.pgps__bookmark{width:22px!important;height:39px!important;right:16px!important}
.pgps__featured-label{right:48px!important;top:9px!important;font-size:11px!important;font-weight:600!important}
.pgps__helper,.pgps__travel-note,.pgps__package li,.pgps__package-content-intro,.pgps__package-mix,.pgps__info-tooltip,.pgps__tip-line,.pgps__promo-banner,.pgps__thankyou-text,.pgps__privacy{line-height:var(--pgps-multiline-lh,1.35)!important}
.pgps__tip-line--example{padding-left:1px!important}
.pgps__tip-line--or{padding-left:13px!important;font-style:italic!important;opacity:.78!important;margin:1px 0!important}
.pgps__tip-line--etc{padding-left:13px!important;opacity:.72!important;margin-top:1px!important}
.pgps__addon-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important}
.pgps__addon-total{display:block!important;margin-top:4px!important;white-space:normal!important}
.pgps__addon-unit{margin-top:2px!important}
@media(max-width:700px){
  .pgps__package-title-row{padding-right:68px!important}
  .pgps__package-stars{font-size:11px!important}
  .pgps__package-more-link{margin-left:0!important}
}

/* v2.4 — dopracowanie pakietów, mobile UX i lista cen promocji. */

/* Link dodatków zaczyna się dokładnie tam, gdzie tekst o elastycznym miksie. */
.pgps__package-more-link{margin-left:31px!important}
.pgps--icons-off .pgps__package-more-link{margin-left:0!important}

/* Gwiazdki: obok nazwy lub nad nią. */
.pgps__package-stars-row{display:flex!important;align-items:center!important;margin:0 0 7px!important;padding-right:78px!important}
.pgps__package-stars-row--above{justify-content:flex-start!important}
.pgps__package-title-row{align-items:center!important}
.pgps__package-stars{color:var(--pgps-stars-color,var(--pgps-accent))!important}

/* Łączne wartości dodatków są tylko w podsumowaniu cenowym. */
.pgps__addon-total{display:none!important}
.pgps__addon-summary-meta{display:inline!important;color:#888!important;font-size:12px!important;font-weight:400!important;line-height:1.3!important;white-space:normal!important}
.pgps__addon-summary--zero .pgps__addon-summary-meta{color:#555!important}

/* Etykiety formularza. */
.pgps__field>span{font-size:var(--pgps-form-label-size,12px)!important}

/* Lista promocyjnych dni i cen pod legendą. Domyślnie ukryta, urządzenia kontrolują klasy root. */
.pgps__promo-prices{display:none;width:412px;max-width:100%;margin:12px auto 0;gap:7px}
.pgps__promo-price-row{height:52px;min-height:52px;border:1px solid #3c3c3c;border-radius:7px;background:#050505;display:flex;align-items:center;justify-content:flex-start;gap:7px;padding:0 13px;color:#999;font-size:13px;line-height:1;white-space:nowrap}
.pgps__promo-price-row strong{color:#fff;font-weight:600}
.pgps__promo-price-row s{color:#666;text-decoration-thickness:1px}
.pgps__promo-price-row b{color:var(--pgps-accent);font-size:15px;font-weight:700}
@media(min-width:981px){.pgps--promo-prices-desktop .pgps__promo-prices:not([hidden]){display:grid}}
@media(min-width:701px) and (max-width:980px){.pgps--promo-prices-tablet .pgps__promo-prices:not([hidden]){display:grid}}
@media(max-width:700px){
  .pgps--promo-prices-mobile .pgps__promo-prices:not([hidden]){display:grid}
  .pgps__promo-prices{width:318px;gap:4px;margin-top:12px}
  .pgps__promo-price-row{height:42px;min-height:42px;border-radius:6px;padding:0 10px;font-size:12px;gap:5px}
  .pgps__promo-price-row b{font-size:13px}
}
@media(max-width:390px){
  .pgps__promo-prices{width:290px}
  .pgps__promo-price-row{height:38px;min-height:38px;font-size:11px;padding:0 8px}
  .pgps__promo-price-row b{font-size:12px}
}

/* Na telefonie legenda jest wycentrowana względem samego kalendarza. */
@media(max-width:700px){
  .pgps__legend{justify-content:center!important;max-width:318px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}
}
@media(max-width:390px){.pgps__legend{max-width:290px!important}}

/* Mobile: podsumowanie formularza ma przewidywalny układ 2x2. */
@media(max-width:700px){
  .pgps__summary{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:16px 18px!important;align-items:start!important}
  .pgps__summary-cell,.pgps__summary-addons{min-width:0!important;justify-self:stretch!important;align-items:flex-start!important;text-align:left!important}
  .pgps__summary-cell--date{grid-column:1!important;grid-row:1!important}
  .pgps__summary-cell--package{grid-column:2!important;grid-row:1!important}
  .pgps__summary-cell--addons{grid-column:1!important;grid-row:2!important}
  .pgps__summary-cell--price{grid-column:2!important;grid-row:2!important;justify-self:end!important;align-items:flex-end!important;text-align:right!important}
  .pgps__summary:not(:has(.pgps__summary-cell--addons)) .pgps__summary-cell--price{grid-row:2!important;grid-column:2!important}
  .pgps__summary strong{line-height:1.25!important}
  .pgps__summary-action{margin-top:2px!important}
}

/* Na telefonie tooltip nadal jest fixed (nie jest przycinany przez karty), ale JS ustawia go obok klikniętego elementu. */
@media(max-width:700px){
  .pgps__info-tooltip{position:fixed!important;right:auto!important;bottom:auto!important;transform:none!important;margin:0!important}
  .pgps__info-tooltip::after{display:none!important}
  .pgps__info-tip:hover .pgps__info-tooltip,.pgps__info-tip:focus-visible .pgps__info-tooltip,.pgps__info-tip--open .pgps__info-tooltip{transform:none!important}
  .pgps__package-more-link{margin-left:30px!important}
  .pgps--icons-off .pgps__package-more-link{margin-left:0!important}
  .pgps__package-stars-row{padding-right:68px!important}
}

/* v2.5 — promocje, mobile tooltip modal i dopracowanie responsywności. */

/* Lista terminów promocyjnych: data — ceny — akcja, z etykietą promocji. */
.pgps__promo-prices{gap:16px!important;margin-top:18px!important}
.pgps__promo-price-row{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(54px,.65fr) minmax(145px,1.7fr) minmax(70px,.7fr)!important;
  align-items:center!important;
  column-gap:14px!important;
  overflow:visible!important;
  padding:0 14px!important;
  border-color:#777!important;
  transition:border-color .15s ease,background .15s ease!important;
}
.pgps__promo-price-row:hover,.pgps__promo-price-row:focus-within{border-color:var(--pgps-accent)!important}
.pgps__promo-price-label{
  position:absolute!important;
  left:18px!important;
  top:-14px!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:27px!important;
  padding:4px 10px!important;
  background:var(--pgps-accent)!important;
  color:#000!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1!important;
  white-space:nowrap!important;
  z-index:3!important;
}
.pgps__promo-price-date{font-size:16px!important;font-weight:500!important;color:#fff!important;text-align:left!important}
.pgps__promo-price-values{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:6px!important;min-width:0!important;white-space:nowrap!important}
.pgps__promo-price-values em{font-style:normal!important;color:#aaa!important}
.pgps__promo-price-values s{color:#666!important}
.pgps__promo-price-values b{color:var(--pgps-accent)!important;font-size:16px!important;font-weight:700!important}
.pgps__promo-price-action{
  justify-self:end!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:400!important;
  padding:5px 0!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
.pgps__promo-price-action:hover,.pgps__promo-price-action:focus-visible{color:var(--pgps-accent)!important}
.pgps--square .pgps__promo-price-row,.pgps--square .pgps__promo-price-label{border-radius:0!important}
.pgps--rounded .pgps__promo-price-row{border-radius:7px!important}
.pgps--rounded .pgps__promo-price-label{border-radius:3px!important}

/* Hover listy promocji symuluje hover odpowiadającego dnia w kalendarzu. */
.pgps__day--promo-preview{
  background:var(--pgps-accent)!important;
  border-color:var(--pgps-accent)!important;
  color:#000!important;
  transform:translateY(-1px)!important;
  z-index:1000!important;
}
.pgps__day--promo-preview .pgps__promo-icon{color:initial!important}

/* Mobile: legenda zawsze w czytelnym układzie 2 + 2. */
@media(max-width:700px){
  .pgps__legend{
    display:grid!important;
    grid-template-columns:repeat(2,max-content)!important;
    justify-content:center!important;
    justify-items:start!important;
    column-gap:24px!important;
    row-gap:9px!important;
    width:max-content!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .pgps__legend span{margin:0!important}
}

/* Czytelne przykłady odbitek z prawdziwym punktem, "lub" i "itp.". */
.pgps__tip-line--example{display:grid!important;grid-template-columns:12px minmax(0,1fr)!important;gap:5px!important;align-items:start!important;padding-left:0!important}
.pgps__tip-bullet{font-size:1em!important;line-height:inherit!important;color:inherit!important}
.pgps__tip-line--or,.pgps__tip-line--etc{display:block!important;padding-left:17px!important}

/* Wszystkie ikonki "i" mają identyczny rozmiar i zachowanie. */
.pgps__info-tip,.pgps__info-tip--feature,.pgps__info-tip--addon,.pgps__info-tip--package{
  width:17px!important;
  height:17px!important;
  min-width:17px!important;
  min-height:17px!important;
  flex:0 0 17px!important;
  font-size:10px!important;
  margin-left:3px!important;
  opacity:1!important;
}

/* Ikona odbitek ma dokładnie ten sam footprint co zegar i nie ma dodatkowych "krawędzi". */
.pgps__meta-icon{width:22px!important;height:22px!important;flex:0 0 22px!important}
.pgps__meta-icon svg{display:block!important;width:21px!important;height:21px!important;overflow:visible!important}

/* Okno dodatków: sposób zachowania pakietów jest sterowany z panelu. */
.pgps__customize-modal{background:rgba(0,0,0,.22)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.pgps--customize-bg-dim.pgps--customizing .pgps__packages,
.pgps--customize-bg-dim.pgps--customizing .pgps__selection-line,
.pgps--customize-bg-dim.pgps--customizing .pgps__packages-helper,
.pgps--customize-bg-dim.pgps--customizing .pgps__travel-note{
  filter:blur(var(--pgps-customize-blur,3px))!important;
  opacity:var(--pgps-customize-opacity,.42)!important;
  transition:filter .22s ease,opacity .22s ease!important;
  pointer-events:none!important;
}
.pgps--customize-bg-hidden.pgps--customizing .pgps__packages,
.pgps--customize-bg-hidden.pgps--customizing .pgps__selection-line,
.pgps--customize-bg-hidden.pgps--customizing .pgps__packages-helper,
.pgps--customize-bg-hidden.pgps--customizing .pgps__travel-note{
  filter:none!important;
  opacity:0!important;
  pointer-events:none!important;
}
.pgps--customize-bg-hidden .pgps__customize-modal{background:#000!important}

/* Mobile tooltip: centralny popup, a aktywny moduł jest lekko przygaszony i rozmyty. */
.pgps__mobile-tip-modal{display:none}
@media(max-width:700px){
  .pgps__info-tooltip{display:none!important}
  .pgps__mobile-tip-modal:not([hidden]){
    position:fixed!important;
    inset:0!important;
    z-index:2147483000!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:18px!important;
    background:rgba(0,0,0,.34)!important;
  }
  .pgps__mobile-tip-dialog{
    position:relative!important;
    width:min(88vw,390px)!important;
    max-height:min(76vh,620px)!important;
    overflow:auto!important;
    padding:22px 20px 20px!important;
    border:1px solid rgba(127,127,127,.55)!important;
    border-radius:10px!important;
    background:var(--pgps-tooltip-bg,#fff)!important;
    color:var(--pgps-tooltip-text,#111)!important;
    box-shadow:0 22px 80px rgba(0,0,0,.72)!important;
    animation:pgpsMobileTipIn .2s cubic-bezier(.2,.75,.2,1) both!important;
  }
  .pgps--square .pgps__mobile-tip-dialog{border-radius:0!important}
  .pgps__mobile-tip-content{font-size:var(--pgps-tooltip-size,12px)!important;color:var(--pgps-tooltip-text,#111)!important;line-height:var(--pgps-multiline-lh,1.25)!important;padding-right:18px!important}
  .pgps__mobile-tip-content .pgps__tip-line,.pgps__mobile-tip-content .pgps__tip-line--lead,.pgps__mobile-tip-content .pgps__tip-line--heading{color:var(--pgps-tooltip-text,#111)!important}
  .pgps__mobile-tip-close{
    position:absolute!important;
    right:7px!important;
    top:5px!important;
    width:32px!important;
    height:32px!important;
    border:0!important;
    background:transparent!important;
    color:var(--pgps-tooltip-text,#111)!important;
    font-size:25px!important;
    line-height:1!important;
    padding:0!important;
    z-index:2!important;
  }
  .pgps__mobile-tip-close:hover,.pgps__mobile-tip-close:focus-visible{color:var(--pgps-accent)!important}
  .pgps--mobile-tip-open .pgps__step--active{
    filter:blur(4px)!important;
    opacity:.32!important;
    transform:scale(.985)!important;
    pointer-events:none!important;
  }
  @keyframes pgpsMobileTipIn{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
}

/* Mobile: czyste i równe podsumowanie formularza 2×2. */
@media(max-width:700px){
  .pgps__summary{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    gap:18px 24px!important;
    padding:18px 0!important;
  }
  .pgps__summary-cell,.pgps__summary-addons{
    width:100%!important;
    min-width:0!important;
    justify-self:stretch!important;
    align-items:flex-start!important;
    text-align:left!important;
  }
  .pgps__summary-cell--date{grid-column:1!important;grid-row:1!important}
  .pgps__summary-cell--package{grid-column:2!important;grid-row:1!important}
  .pgps__summary-cell--addons{grid-column:1!important;grid-row:2!important}
  .pgps__summary-cell--price{grid-column:2!important;grid-row:2!important;justify-self:stretch!important;align-items:flex-start!important;text-align:left!important}
  .pgps__summary-cell--price .pgps__summary-price-line{justify-content:flex-start!important}
  .pgps__summary span{display:block!important}
  .pgps__summary strong{display:block!important;overflow-wrap:anywhere!important}
}

/* Dopasowanie nowego układu listy promocji na telefonie/tablecie. */
@media(max-width:700px){
  .pgps__promo-prices{gap:15px!important;margin-top:20px!important}
  .pgps__promo-price-row{
    grid-template-columns:minmax(42px,.55fr) minmax(132px,1.8fr) minmax(58px,.65fr)!important;
    column-gap:8px!important;
    padding:0 9px!important;
  }
  .pgps__promo-price-label{left:10px!important;top:-12px!important;min-height:23px!important;padding:3px 8px!important;font-size:10px!important}
  .pgps__promo-price-date{font-size:13px!important}
  .pgps__promo-price-values{gap:4px!important;font-size:11px!important}
  .pgps__promo-price-values b{font-size:13px!important}
  .pgps__promo-price-action{font-size:12px!important}
}

/* v2.6 — zapytania o wstępnie zarezerwowane terminy, pierwszy wolny miesiąc i dopracowanie formularza. */

/* Lista promocji: odrobinę lżejszy label i więcej oddechu między kartami / legendą. */
.pgps__promo-prices{gap:20px!important;margin-top:25px!important}
.pgps__promo-price-label{padding:3px 8px!important;min-height:24px!important}
@media(max-width:700px){
  .pgps__promo-prices{gap:18px!important;margin-top:24px!important}
  .pgps__promo-price-label{padding:2px 7px!important;min-height:21px!important}
}

/* Wstępna rezerwacja może być kliknięta, aby zapytać o termin. */
.pgps__day--preliminary{cursor:pointer!important}
.pgps--prelim-number-only .pgps__day--preliminary{
  background-color:#0c0c0c!important;
  background-image:none!important;
  overflow:visible!important;
}
.pgps--prelim-number-only .pgps__day--preliminary>span{text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#666}
.pgps--prelim-number-only .pgps__day--preliminary .pgps__x{display:none!important}
.pgps--prelim-number-only .pgps__day--preliminary:hover,
.pgps--prelim-number-only .pgps__day--preliminary:focus-visible{border-color:#555!important;color:#999!important}

/* Formularz zapytania wyświetlany dokładnie w miejscu kalendarza. */
.pgps__inquiry-overlay{
  position:absolute!important;inset:0!important;z-index:80!important;display:flex!important;align-items:center!important;justify-content:center!important;
  padding:18px!important;background:rgba(0,0,0,.18)!important
}
.pgps__inquiry-overlay[hidden]{display:none!important}
.pgps__inquiry-dialog{
  position:relative!important;width:min(590px,96%)!important;max-height:94%!important;overflow:auto!important;
  background:#020202!important;border:1px solid #777!important;border-radius:12px!important;padding:30px 28px 26px!important;
  box-shadow:0 22px 75px rgba(0,0,0,.58)!important;animation:pgpsInquiryIn .26s cubic-bezier(.2,.75,.2,1) both!important
}
.pgps--square .pgps__inquiry-dialog{border-radius:0!important}
.pgps__inquiry-title{margin:0 40px 22px 0!important;color:#fff!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important}
.pgps__inquiry-close{
  position:absolute!important;right:12px!important;top:10px!important;width:34px!important;height:34px!important;border:0!important;background:transparent!important;
  color:#fff!important;font-size:27px!important;line-height:1!important;padding:0!important
}
.pgps__inquiry-close:hover,.pgps__inquiry-close:focus-visible{color:var(--pgps-accent)!important}
.pgps__inquiry-fields{display:grid!important;grid-template-columns:1fr 1fr!important;gap:17px 18px!important}
.pgps__inquiry-form .pgps__field--full{grid-column:1/-1!important}
.pgps__field--textarea{align-items:stretch!important;padding-top:8px!important;padding-bottom:8px!important}
.pgps__field textarea{
  width:100%!important;min-height:92px!important;resize:vertical!important;border:0!important;background:transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  padding:13px 0 8px!important;box-shadow:none!important;outline:0!important;font-size:16px!important;line-height:1.4!important
}
.pgps__field input[readonly]{color:#aaa!important;-webkit-text-fill-color:#aaa!important;cursor:default!important}
.pgps__inquiry-error{margin:0 0 15px!important;color:#e26363!important;font-size:12px!important;line-height:1.4!important}
.pgps__inquiry-success{margin:14px 0 0!important;color:var(--pgps-accent)!important;text-align:center!important;font-size:13px!important;font-weight:500!important}
.pgps__inquiry-form .pgps__privacy{margin-bottom:12px!important}
.pgps--inquiry-bg-dim .pgps__calendar-shell--inquiry .pgps__calendar-content{
  transform:scale(.95)!important;filter:blur(5px)!important;opacity:.24!important;pointer-events:none!important;user-select:none!important
}
.pgps--inquiry-bg-hidden .pgps__calendar-shell--inquiry .pgps__calendar-content{
  transform:scale(.96)!important;filter:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;user-select:none!important
}
.pgps--inquiry-bg-hidden .pgps__calendar-shell--inquiry .pgps__inquiry-overlay{background:#000!important}
@keyframes pgpsInquiryIn{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}

/* Cena w podsumowaniu zawsze wyrównana do lewej krawędzi swojej kolumny. */
.pgps__summary-cell--price{
  justify-self:stretch!important;align-items:flex-start!important;text-align:left!important;min-width:0!important
}
.pgps__summary-cell--price .pgps__summary-price-line{justify-content:flex-start!important;text-align:left!important}
@media(max-width:700px){
  .pgps__summary{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:26px!important;row-gap:18px!important}
  .pgps__summary-cell--date{grid-column:1!important;grid-row:1!important}
  .pgps__summary-cell--package{grid-column:2!important;grid-row:1!important}
  .pgps__summary-cell--addons{grid-column:1!important;grid-row:2!important}
  .pgps__summary-cell--price{grid-column:2!important;grid-row:2!important;justify-self:stretch!important;align-items:flex-start!important;text-align:left!important}
  .pgps__summary-cell--price .pgps__summary-price-line{justify-content:flex-start!important}
  .pgps__inquiry-overlay{padding:10px!important}
  .pgps__inquiry-dialog{width:min(96%,430px)!important;max-height:96%!important;padding:25px 17px 20px!important}
  .pgps__inquiry-title{font-size:21px!important;margin-bottom:18px!important}
  .pgps__inquiry-fields{grid-template-columns:1fr!important;gap:14px!important}
  .pgps__inquiry-form .pgps__field--full{grid-column:auto!important}
}

/* v2.7 — dopracowanie zapytań o terminy, promocji i podsumowania formularza. */

/* Wstępna rezerwacja: ukośna kreska obejmuje wyłącznie numer dnia, z małym zapasem. */
.pgps--prelim-number-only .pgps__day--preliminary>span{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  z-index:2!important;
}
.pgps--prelim-number-only .pgps__day--preliminary>span::after{
  content:""!important;
  position:absolute!important;
  left:-5px!important;
  right:-5px!important;
  top:50%!important;
  height:1px!important;
  background:#666!important;
  transform:rotate(-38deg)!important;
  transform-origin:center!important;
  pointer-events:none!important;
}
.pgps--prelim-number-only .pgps__day--preliminary .pgps__x{display:none!important}

/* Nagłówek nad listą promocji pojawia się wyłącznie tam, gdzie sama lista jest włączona. */
.pgps__promo-prices-title{
  display:none;
  width:412px;
  max-width:100%;
  margin:24px auto 10px;
  color:#fff;
  font-size:14px;
  font-weight:600;
  line-height:1.25;
  text-align:left;
}
.pgps__promo-prices{margin-top:0!important}
@media(min-width:981px){.pgps--promo-prices-desktop .pgps__promo-prices-title:not([hidden]){display:block}}
@media(min-width:701px) and (max-width:980px){.pgps--promo-prices-tablet .pgps__promo-prices-title:not([hidden]){display:block}}
@media(max-width:700px){
  .pgps--promo-prices-mobile .pgps__promo-prices-title:not([hidden]){display:block}
  .pgps__promo-prices-title{width:318px;margin-top:22px;margin-bottom:10px;font-size:13px}
  .pgps__promo-prices{margin-top:0!important}
}
@media(max-width:390px){.pgps__promo-prices-title{width:290px}}

/* Formularz zapytania — na desktopie całość mieści się bez wewnętrznego scrolla. */
.pgps__inquiry-dialog{
  background:rgba(2,2,2,var(--pgps-inquiry-dialog-opacity,.96))!important;
}
.pgps__inquiry-close{
  left:12px!important;
  right:auto!important;
}
.pgps__inquiry-title{margin-left:42px!important;margin-right:0!important}
@media(min-width:701px){
  .pgps__calendar-shell--inquiry{position:relative!important}
  .pgps__calendar-shell--inquiry .pgps__calendar-content{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
  }
  .pgps__calendar-shell--inquiry .pgps__inquiry-overlay{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    min-height:500px!important;
    padding:24px 18px!important;
  }
  .pgps__inquiry-dialog{
    width:min(590px,96%)!important;
    max-height:none!important;
    overflow:visible!important;
  }
}

/* Widok potwierdzenia po wysłaniu zapytania. */
.pgps__inquiry-dialog--success{min-height:330px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.pgps__inquiry-dialog--success .pgps__inquiry-close{top:12px!important;left:12px!important}
.pgps__inquiry-success-view{
  width:100%!important;
  text-align:center!important;
  padding:42px 18px 30px!important;
}
.pgps__inquiry-success-heading{
  margin:0 0 13px!important;
  color:#fff!important;
  font-size:21px!important;
  font-weight:700!important;
  line-height:1.3!important;
}
.pgps__inquiry-success-followup{
  margin:0 0 24px!important;
  color:#aaa!important;
  font-size:14px!important;
  line-height:1.45!important;
}
.pgps__inquiry-home-link{
  display:inline-block!important;
  color:var(--pgps-accent)!important;
  font-size:14px!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
.pgps__inquiry-home-link:hover,.pgps__inquiry-home-link:focus-visible{color:#fff!important}

/* Podsumowanie formularza — dokładnie: 4 kolumny na PC, 2×2 na telefonie. */
.pgps__summary{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  column-gap:34px!important;
  row-gap:16px!important;
  align-items:start!important;
}
.pgps__summary-cell,.pgps__summary-addons{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  justify-self:stretch!important;
  align-items:flex-start!important;
  text-align:left!important;
}
.pgps__summary-cell--date{grid-column:1!important;grid-row:1!important}
.pgps__summary-cell--package{grid-column:2!important;grid-row:1!important}
.pgps__summary-cell--addons{grid-column:3!important;grid-row:1!important}
.pgps__summary-cell--price{grid-column:4!important;grid-row:1!important;justify-self:stretch!important;align-items:flex-start!important;text-align:left!important}
.pgps__summary-cell--price .pgps__summary-price-line{justify-content:flex-start!important;text-align:left!important;width:100%!important}
@media(max-width:700px){
  .pgps__summary{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:auto auto!important;
    column-gap:30px!important;
    row-gap:18px!important;
    padding:18px 0!important;
  }
  .pgps__summary-cell--date{grid-column:1!important;grid-row:1!important}
  .pgps__summary-cell--package{grid-column:2!important;grid-row:1!important}
  .pgps__summary-cell--addons{grid-column:1!important;grid-row:2!important}
  .pgps__summary-cell--price{grid-column:2!important;grid-row:2!important}
  .pgps__summary-cell--price,.pgps__summary-cell--price .pgps__summary-price-line{
    justify-self:stretch!important;
    justify-content:flex-start!important;
    align-items:flex-start!important;
    text-align:left!important;
  }
}
.pgps__calendar-shell--inquiry{overflow:hidden!important}

/* v2.8 — korekty kreski, widoku potwierdzenia, odstępów promocji i finalne wyrównanie podsumowania. */

/* Wstępna rezerwacja: kreska przez sam numer dnia dokładnie pod kątem 45°. */
.pgps--prelim-number-only .pgps__day--preliminary>span::after{
  transform:rotate(-45deg)!important;
}

/* Więcej oddechu pomiędzy nagłówkiem „Dostępne promocje!” a listą kart. */
.pgps__promo-prices-title{
  margin-bottom:20px!important;
}
@media(max-width:700px){
  .pgps__promo-prices-title{margin-bottom:18px!important}
}

/* Po wysłaniu zapytania zostaje wyłącznie wycentrowane potwierdzenie; X wraca w prawy górny róg. */
.pgps__inquiry-dialog--success .pgps__inquiry-title{
  display:none!important;
}
.pgps__inquiry-dialog--success .pgps__inquiry-close{
  left:auto!important;
  right:12px!important;
  top:12px!important;
}
.pgps__inquiry-dialog--success .pgps__inquiry-success-view{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  margin:0 auto!important;
}

/*
 * Podsumowanie formularza.
 * Starsza reguła .pgps__summary>div:last-child miała wyższą specyficzność i nadal
 * wypychała Cenę do prawej. Nadpisujemy ją selektorem o wyższej specyficzności.
 */
.pgps__summary{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  column-gap:34px!important;
  row-gap:16px!important;
  align-items:start!important;
}
.pgps__summary>div.pgps__summary-cell,
.pgps__summary>div.pgps__summary-addons{
  width:100%!important;
  min-width:0!important;
  justify-self:stretch!important;
  align-items:flex-start!important;
  text-align:left!important;
}
.pgps__summary>div.pgps__summary-cell--date{grid-column:1!important;grid-row:1!important}
.pgps__summary>div.pgps__summary-cell--package{grid-column:2!important;grid-row:1!important}
.pgps__summary>div.pgps__summary-cell--addons{grid-column:3!important;grid-row:1!important}
.pgps__summary>div.pgps__summary-cell--price:last-child{
  grid-column:4!important;
  grid-row:1!important;
  justify-self:stretch!important;
  align-items:flex-start!important;
  text-align:left!important;
  min-width:0!important;
}
.pgps__summary>div.pgps__summary-cell--price:last-child .pgps__summary-price-line{
  width:100%!important;
  justify-content:flex-start!important;
  text-align:left!important;
}

@media(max-width:700px){
  .pgps__summary{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:auto auto!important;
    column-gap:30px!important;
    row-gap:18px!important;
  }
  .pgps__summary>div.pgps__summary-cell--date{grid-column:1!important;grid-row:1!important}
  .pgps__summary>div.pgps__summary-cell--package{grid-column:2!important;grid-row:1!important}
  .pgps__summary>div.pgps__summary-cell--addons{grid-column:1!important;grid-row:2!important}
  .pgps__summary>div.pgps__summary-cell--price:last-child{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:stretch!important;
    align-items:flex-start!important;
    text-align:left!important;
  }
  .pgps__summary>div.pgps__summary-cell--price:last-child .pgps__summary-price-line{
    justify-content:flex-start!important;
    text-align:left!important;
  }
}


/* v2.9 — cena w podsumowaniu, RODO oraz zachowanie popupu „Zapytaj o termin”. */

/* Cena: etykieta, aktualna cena w kolorze akcentu, pod nią stara cena przekreślona. */
.pgps__summary>div.pgps__summary-cell--price:last-child .pgps__summary-price-line,
.pgps__summary-cell--price .pgps__summary-price-line{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:2px!important;
  width:100%!important;
  text-align:left!important;
}
.pgps__summary-price-line .pgps__summary-current{
  order:1!important;
  display:block!important;
  margin:0!important;
  color:var(--pgps-accent)!important;
}
.pgps__summary-price-line .pgps__summary-old{
  order:2!important;
  display:block!important;
  margin:0!important;
  color:#666!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.2!important;
  text-decoration:line-through!important;
}

/* Tekst RODO w głównym formularzu pozostaje normalnie widoczny. */
.pgps__form .pgps__privacy-text{display:inline!important;visibility:visible!important;opacity:1!important}

/* X formularza zapytania: prawy górny róg, kwadratowa ramka i oś zgodna z polami. */
.pgps__inquiry-close,
.pgps__inquiry-dialog--success .pgps__inquiry-close{
  left:auto!important;
  right:28px!important;
  top:22px!important;
  width:34px!important;
  height:34px!important;
  border:1px solid #666!important;
  border-radius:0!important;
  background:#020202!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
  line-height:1!important;
  padding:0!important;
}
.pgps__inquiry-close:hover,.pgps__inquiry-close:focus-visible{
  border-color:var(--pgps-accent)!important;
  color:var(--pgps-accent)!important;
}
.pgps__inquiry-title{margin-right:48px!important;margin-left:0!important}

@media(max-width:700px){
  .pgps__inquiry-close,
  .pgps__inquiry-dialog--success .pgps__inquiry-close{
    right:17px!important;
    top:17px!important;
  }
  .pgps__summary>div.pgps__summary-cell--price:last-child .pgps__summary-price-line,
  .pgps__summary-cell--price .pgps__summary-price-line{
    align-items:flex-start!important;
    text-align:left!important;
  }
}


/* v2.9.3 — dopracowany przycisk X konfiguratora dodatków. */
.pgps__customize-close{
  position:absolute!important;
  left:auto!important;
  right:28px!important;
  top:22px!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  min-height:34px!important;
  border:1px solid #666!important;
  border-radius:0!important;
  background:#050505!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:24px!important;
  font-weight:400!important;
  line-height:1!important;
  padding:0!important;
  margin:0!important;
  box-shadow:none!important;
  z-index:90!important;
}
.pgps__customize-close:hover,
.pgps__customize-close:focus-visible{
  border-color:var(--pgps-accent)!important;
  color:var(--pgps-accent)!important;
  background:#050505!important;
}
.pgps__customize-title{margin-right:48px!important}
@media(max-width:700px){
  .pgps__customize-close{
    right:16px!important;
    top:16px!important;
  }
}
