.customize-package-selector{display:flex;flex-direction:column;gap:6px}.customize-package-label{font-family:var(--font-inter);font-size:13px;font-weight:600;color:#1f2d22}.customize-package-loading{display:flex;align-items:center;gap:8px;padding:10px 14px;color:#6b7280;font-size:13px;font-family:var(--font-inter)}.customize-package-spinner{animation:customize-package-spin 1s linear infinite}@keyframes customize-package-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.customize-package-dropdown{position:relative}.customize-package-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.95rem;font-family:var(--font-inter);color:#111827;cursor:pointer;font-size:14px;transition:border-color .2s,outline .2s;text-align:left}.customize-package-trigger:hover{border-color:#fd6b06}.customize-package-trigger.open,.customize-package-trigger:focus{outline:2px solid #fd6b06;outline-offset:2px;border-color:#fd6b06}.customize-package-trigger-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.customize-package-chevron{flex-shrink:0;color:#6b7280;transition:transform .2s ease}.customize-package-chevron.open{transform:rotate(180deg)}.customize-package-list{max-height:260px;overflow-y:auto;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.1),0 6px 10px rgba(0,0,0,.05);list-style:none;margin:0;padding:4px}.customize-package-list-portal{position:fixed}.customize-package-option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .5rem;cursor:pointer;border-radius:4px;transition:background-color .15s ease}.customize-package-option.selected,.customize-package-option:hover{background:#f3f4f6}.customize-package-option-content{display:flex;flex-direction:column;gap:1px}.customize-package-option-text{font-size:12px;font-weight:500;color:#111827;font-family:var(--font-inter)}.customize-package-option-meta{font-size:11px;color:#6b7280;font-family:var(--font-inter)}.customize-person-selector{display:flex;flex-direction:column;gap:12px}.customize-person-label{font-family:var(--font-inter);font-size:13px;font-weight:600;color:#1f2d22}.customize-person-solo-block{display:flex;align-items:center;min-height:48px;padding:0 1rem;border:1px solid #d1d5db;background:#fff;transition:all .2s ease}.customize-person-solo-block:hover{border-color:#fd6b06}.customize-person-solo-block.checked{border-color:#fd6b06;background:rgba(253,107,6,.04);box-shadow:0 0 0 1px rgba(253,107,6,.2)}.customize-person-solo-checkbox{display:flex;align-items:center;gap:12px;font-family:var(--font-inter);font-size:.95rem;font-weight:600;color:#111827;cursor:pointer;width:100%}.customize-person-solo-input{width:18px;height:18px;cursor:pointer;accent-color:#fd6b06;flex-shrink:0}.customize-person-solo-icon{color:#fd6b06;flex-shrink:0}.customize-person-solo-price{font-weight:500;color:#fd6b06;margin-left:4px}.customize-person-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width:768px){.customize-person-grid{display:flex;flex-direction:row;gap:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:thin}.customize-person-grid::-webkit-scrollbar{height:4px}.customize-person-grid::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.customize-person-item{flex:0 0 auto;min-width:100px;scroll-snap-align:start;padding:10px 12px}.customize-person-name{font-size:.8rem}.customize-person-count{font-size:1.1rem}}.customize-person-item{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border:1px solid #d1d5db;background:#fff;transition:border-color .2s ease}.customize-person-item:hover{border-color:#9ca3af}.customize-person-name{font-family:var(--font-inter);font-size:.9rem;font-weight:600;color:#374151}.customize-person-controls{display:flex;align-items:center;gap:12px}.customize-person-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease}.customize-person-btn:hover:not(:disabled){border-color:#fd6b06;color:#fd6b06;background:rgba(253,107,6,.04)}.customize-person-btn:disabled{cursor:not-allowed;opacity:.5}.customize-person-count{font-family:var(--font-work-sans);font-size:1.25rem;font-weight:700;color:#111827;min-width:28px;text-align:center}.customize-person-hint{margin:0;font-family:var(--font-inter);font-size:.8rem;color:#6b7280}.checkin-date-selector{display:flex;flex-direction:column;gap:8px}.checkin-date-label{display:flex;align-items:center;gap:6px;font-family:var(--font-inter);font-size:13px;font-weight:600;color:#1f2d22;margin-bottom:8px}.checkin-date-fields{display:flex;gap:16px;flex-wrap:wrap}.checkin-date-field{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;width:100%}.checkin-date-fields .checkin-date-field{flex:1 1 0;min-width:120px}.checkin-date-field-label{font-size:11px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.checkin-date-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;min-height:44px;width:100%;box-sizing:border-box}.checkin-date-input:focus{outline:none;border-color:#fd6b06}.checkin-date-input:disabled{background:#f3f4f6;cursor:not-allowed}.checkin-date-output{padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;background:#f9fafb;color:#374151;min-height:44px;box-sizing:border-box;display:flex;align-items:center}.addon-dropdown-wrap{position:relative}.customize-addon-dropdown{border-bottom:1px solid #e5e7eb;padding-bottom:8px}.customize-addon-dropdown:last-child{border-bottom:none;padding-bottom:0}.addon-dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:.5rem .75rem;border:1px solid #d1d5db;background:#fff;font-size:.95rem;font-weight:500;color:#111827;cursor:pointer;transition:border-color .2s,outline .2s;font-family:var(--font-inter);text-align:left;font-size:14px}.addon-dropdown-trigger:hover{border-color:#fd6b06}.addon-dropdown-trigger.open,.addon-dropdown-trigger:focus{outline:2px solid #fd6b06;outline-offset:2px;border-color:#fd6b06}.addon-dropdown-chevron{flex-shrink:0;color:#6b7280;opacity:.5;transition:transform .2s ease}.addon-dropdown-chevron.open{transform:rotate(180deg)}.addon-dropdown-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;border:1px solid #d1d5db;border-radius:8px;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.1),0 6px 10px rgba(0,0,0,.05);padding:4px;max-height:200px;overflow-y:auto}.addon-dropdown-panel-portal{right:auto}.addon-dropdown-loading{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;color:#6b7280;font-size:12px;font-family:var(--font-inter)}.addon-dropdown-spinner{animation:addon-dropdown-spin 1s linear infinite}@keyframes addon-dropdown-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.addon-dropdown-empty{margin:0;font-size:12px;color:#6b7280;padding:.6rem .75rem;font-family:var(--font-inter)}.addon-dropdown-list{display:flex;flex-direction:column;gap:2px}.addon-dropdown-item{display:flex;align-items:flex-start;gap:.5rem;padding:.4rem .5rem;cursor:pointer;border-radius:4px;transition:background-color .15s ease}.addon-dropdown-item.selected,.addon-dropdown-item:hover{background:#f3f4f6}.addon-dropdown-checkbox{width:16px;height:16px;margin-top:1px;cursor:pointer;accent-color:#fd6b06;flex-shrink:0}.addon-dropdown-item-text{font-size:12px;color:#111827;line-height:1.3;flex:1;font-family:var(--font-inter)}.addon-hotel-services-list .addon-dropdown-item{flex-direction:column;align-items:stretch;cursor:default}.addon-hotel-service-item{padding:8px 10px}.addon-hotel-service-info{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.addon-hotel-service-nights-badge{padding:2px 6px;background:rgb(255,76,0);color:#fff;border-radius:10px;font-size:11px;font-weight:600;flex-shrink:0}.addon-hotel-service-qty-controls{display:flex;align-items:center;gap:6px}.addon-qty-btn{width:26px;height:26px;border:1px solid #d1d5db;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:border-color .2s,background .2s}.addon-qty-btn:hover{border-color:#fd6b06;background:#fff7ed}.addon-qty-value{font-size:13px;font-weight:600;min-width:20px;text-align:center}.addon-add-btn{width:auto;padding:0 10px;font-size:12px;font-weight:600}.addon-remove-btn{margin-left:auto;padding:4px 8px;font-size:11px;color:#dc2626;background:transparent;border:none;cursor:pointer;font-family:inherit}.addon-remove-btn:hover{text-decoration:underline}.customize-price-summary{padding:14px 18px;background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:8px;box-shadow:0 1px 12px rgba(0,0,0,.05)}.customize-price-title{font-family:var(--font-work-sans);font-size:16px;font-weight:700;color:#1f2d22;margin:0 0 12px}.customize-price-empty{margin:0;font-family:var(--font-inter);font-size:13px;color:#6b7280}.customize-price-rows{display:flex;flex-direction:column;gap:8px}.customize-price-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-inter);font-size:13px}.customize-price-label{color:#6b7280;font-weight:500}.customize-price-value{font-weight:600;color:#1f2d22}.customize-price-subtotal{padding-top:10px;margin-top:10px;border-top:2px solid #e5e7eb;font-size:14px}.customize-price-subtotal .customize-price-label{font-weight:700;color:#1f2d22}.customize-price-subtotal .customize-price-value{font-size:18px;font-weight:700;color:#fd6b06}