.custom-pickup-delivery{margin-bottom:28px;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}.custom-pickup-delivery h3{width:100%;margin-bottom:12px;font-size:18px}.custom-option{flex:1 1 calc(50% - 12px);max-width:100%;padding:16px 24px;text-align:center;border:2px solid #e5e5e5;border-radius:6px;cursor:pointer;font-weight:600;background:#fff}.custom-option input{display:none}.custom-option:hover{border-color:#2e7d32}.custom-option:has(input:checked){border-color:#2e7d32;background:#e8f5e9;color:#2e7d32}@media (max-width:768px){.custom-option{flex:1 1 100%}}