.pkfg-picker { border:1px solid #e4c200; background:#fffdf3; border-radius:12px; padding:18px; margin:18px 0; color:#171717; }
.pkfg-picker-head { display:flex; align-items:flex-start; gap:12px; margin-bottom:14px; }
.pkfg-gift-icon { font-size:26px; line-height:1; }
.pkfg-picker h3 { margin:0 0 4px; font-size:20px; line-height:1.2; color:#171717; }
.pkfg-picker p { margin:0; color:#555; font-size:14px; }
.pkfg-options { display:grid; grid-template-columns:repeat(5,minmax(90px,1fr)); gap:10px; }
.pkfg-option { margin:0; cursor:pointer; }
.pkfg-option > input { position:absolute; opacity:0; pointer-events:none; }
.pkfg-option-card { position:relative; display:flex; flex-direction:column; align-items:center; gap:7px; min-height:145px; height:100%; padding:10px 8px 30px; border:2px solid #dedede; border-radius:10px; background:#fff; transition:.15s ease; box-sizing:border-box; }
.pkfg-option:hover .pkfg-option-card { border-color:#c9ad00; transform:translateY(-1px); }
.pkfg-option.is-selected .pkfg-option-card, .pkfg-option > input:checked + .pkfg-option-card { border-color:#171717; box-shadow:0 0 0 2px #ffd400 inset; }
.pkfg-image-wrap { width:76px; height:76px; display:flex; align-items:center; justify-content:center; }
.pkfg-image-wrap img { width:100%; height:100%; object-fit:contain; }
.pkfg-option-name { text-align:center; font-weight:700; font-size:13px; line-height:1.25; color:#171717; }
.pkfg-radio-dot { position:absolute; bottom:8px; left:50%; transform:translateX(-50%); width:16px; height:16px; border:2px solid #8c8c8c; border-radius:50%; background:#fff; box-sizing:border-box; }
.pkfg-option.is-selected .pkfg-radio-dot, .pkfg-option > input:checked + .pkfg-option-card .pkfg-radio-dot { border-color:#171717; background:#ffd400; box-shadow:inset 0 0 0 3px #fff; }
.pkfg-status { min-height:18px; margin-top:10px; font-size:13px; font-weight:600; color:#555; }
.pkfg-picker.is-loading { opacity:.65; pointer-events:none; }
.pkfg-free-label { color:#2b7a2b; }
@media (max-width: 900px) {
    .pkfg-options { grid-template-columns:repeat(3,minmax(90px,1fr)); }
}
@media (max-width: 560px) {
    .pkfg-options { grid-template-columns:repeat(2,minmax(90px,1fr)); }
    .pkfg-option-card { min-height:135px; }
}
