.type-picker-overlay {position: fixed; inset: 0; background: rgba(15, 23, 32, 0.55); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box;}
.type-picker-overlay[hidden] {display: none;}
.type-picker-modal {position: relative; background: #fff; border-radius: 12px; width: 100%; max-width: 480px; max-height: 85vh; display: flex; flex-direction: column; padding: 32px 28px 24px 28px; box-sizing: border-box;}
.type-picker-close {position: absolute; top: 8px; right: 8px; background: none; border: none; font-size: 24px; line-height: 1; color: #6B7280; cursor: pointer; box-sizing: border-box; padding: 0; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;}
.type-picker-heading {margin: 0 0 16px 0; font-size: 20px; color: #284257; font-weight: 600; padding-right: 30px;}
.type-picker-list {list-style: none; margin: 0 0 20px 0; padding: 0; overflow-y: auto; overflow-x: hidden; max-height: 46vh; border: 1px solid #EDEDED; border-radius: 8px; box-sizing: border-box;}
.type-picker-row {display: block; width: 100%; box-sizing: border-box; text-align: left; padding: 12px 16px; border: none; background: transparent; cursor: pointer; font-size: 15px; color: #434244; border-bottom: 1px solid #EDEDED; transition: background 0.15s ease;}
.type-picker-list li:last-child .type-picker-row {border-bottom: none;}
.type-picker-row:hover {background: #F7F9FC;}
.type-picker-row.is-selected {background: #EAF1F8; color: #194C8E; font-weight: 600;}
.type-picker-row.type-picker-bundle-row {font-weight: 600; color: #284257;}
.type-picker-buy-button {display: block; width: 100%; box-sizing: border-box; padding: 14px 0; border: none; border-radius: 8px; background: #194C8E; color: #fff; font-size: 16px; font-weight: 600; text-align: center; cursor: pointer; transition: background 0.15s ease;}
.type-picker-buy-button:disabled {background: #C7D2DE; cursor: not-allowed;}
.type-picker-buy-button:not(:disabled):hover {background: #284257;}
.type-picker-caption {margin: 10px 0 0 0; font-size: 12px; color: #6B7280; text-align: center;}

@media (max-width: 600px) {
  .type-picker-overlay {padding: 0; align-items: flex-end;}
  .type-picker-modal {max-width: 100%; max-height: 90vh; border-radius: 16px 16px 0 0; padding: 22px 18px 18px 18px;}
  .type-picker-heading {font-size: 18px;}
  .type-picker-list {max-height: 40vh;}
  .type-picker-row {padding: 13px 14px; font-size: 15px;}
}
