[data-customer-registration-app]{--inputs-bg: #fff}[data-customer-registration-app] .customer-registration{padding:30px;background-color:#eee}.customer-registration .form-row{display:grid;align-items:center;justify-content:space-between;width:100%;grid-template-columns:1fr 1fr}.customer-registration .form-field{margin-top:10px;width:100%}.customer-registration .form-field label.form-label{margin:0}.customer-registration .form-field :is(label,input,select,textarea){width:100%}.customer-registration .form-field input,.customer-registration .form-field select,.customer-registration .form-field textarea{padding:5px 7.5px;border:1px solid #ccc;border-radius:4px;background-color:var(--inputs-bg, #fff)}.customer-registration button[type=submit]{margin-top:32px}form[name=registration-form]{margin-top:40px}.customer-registration .team-type-select{border:none;padding:0;margin:0}.customer-registration .team-type-select legend.form-label{margin-bottom:6px}.customer-registration .team-type-select__options{display:flex;gap:24px}.customer-registration .team-type-select .team-type-select__option{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:15px;width:auto}.customer-registration .team-type-select .team-type-select__option input[type=radio]{-moz-appearance:auto;appearance:auto;-webkit-appearance:auto;width:auto;height:auto;padding:0;margin:0;border:none;border-radius:50%;background:none;cursor:pointer;accent-color:#222}.customer-registration .team-type-select .team-type-select__option input[type=radio]:after{display:none}.customer-registration .marketing-consent{margin-top:20px}.customer-registration .marketing-consent__label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:15px}.customer-registration .marketing-consent__label input[type=checkbox]{-moz-appearance:auto;appearance:auto;-webkit-appearance:auto;width:auto;height:auto;padding:0;margin:0;border:none;background:none;cursor:pointer;accent-color:#222}.customer-registration .marketing-consent__label span{line-height:1.4}.club-search__control{position:relative;width:100%}.club-search__input-wrapper{position:relative;display:flex;align-items:center;width:100%;background-color:var(--inputs-bg, #fff);border:1px solid #ccc;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease}.club-search__input-wrapper:focus-within{border-color:#222;box-shadow:0 0 0 2px #0003}.club-search__input-wrapper input.form-control{border:none;box-shadow:none;background-color:transparent;padding-right:40px}.club-search__input-wrapper input.form-control:focus{outline:none;box-shadow:none}.club-search__icon{position:absolute;top:50%;transform:translateY(-50%);right:12px;pointer-events:none;display:flex;align-items:center;justify-content:center;color:#222;line-height:1}.club-search__icon svg{display:block}.club-search__clear-btn{position:absolute;top:50%;transform:translateY(-50%);right:8px;display:flex;align-items:center;justify-content:center;padding:4px;background:none;border:none;border-radius:3px;color:#666;cursor:pointer;transition:background-color .15s ease,color .15s ease;line-height:1}.club-search__clear-btn:hover{background-color:#f0f0f0;color:#222}.club-search__clear-btn:active{background-color:#e0e0e0}.club-search__clear-btn:focus{outline:2px solid #222;outline-offset:1px}.club-search__clear-btn svg{display:block}.spinner{animation:rotate 2s linear infinite}.spinner-path{stroke:#222;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.club-search{position:relative}.club-search__dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:1000;max-height:280px;overflow-y:auto;overflow-x:hidden;margin:0;padding:4px 0;list-style:none;background-color:var(--inputs-bg, #fff);border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.club-search__dropdown::-webkit-scrollbar{width:8px}.club-search__dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 4px 4px 0}.club-search__dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.club-search__dropdown::-webkit-scrollbar-thumb:hover{background:#999}.club-search__dropdown-item{padding:10px 12px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f0f0f0}.club-search__dropdown-item:last-child{border-bottom:none}.club-search__dropdown-item:hover{background-color:#f5f5f5}.club-search__dropdown-item:active{background-color:#e8e8e8}.club-search__club-name{font-weight:500;color:#222;margin-bottom:4px;line-height:1.4}.club-search__club-contact{font-size:13px;color:#666;margin-bottom:2px;line-height:1.4}.club-search__club-count{font-size:12px;color:#999;line-height:1.4}.club-search__no-results,.club-search__error{margin-top:8px;padding:10px 12px;font-size:14px;line-height:1.5;border-radius:4px}.club-search__no-results{background-color:#f5f5f5;color:#555}.club-search__error{background-color:#fef2f2;border:1px solid #ef4444;color:#991b1b}.club-search__no-results a,.club-search__error a{color:inherit;font-weight:600;text-decoration:underline}div.select-field__control{position:relative;display:flex;align-items:center;width:100%;background-color:var(--inputs-bg, #fff);border:1px solid #ccc;border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease}div.select-field__control:focus-within{border-color:#222;box-shadow:0 0 0 2px #0003}div.select-field__control select.form-control{border:none;background-color:transparent;box-shadow:none;padding-right:52px;appearance:none;-webkit-appearance:none;-moz-appearance:none}div.select-field__control select.form-control:focus{outline:none;box-shadow:none}div.select-field__icon{position:absolute;top:50%;transform:translateY(-50%);right:22px;pointer-events:none;display:flex;align-items:center;color:#222}div.select-field__icon .icon{display:flex;align-items:center;justify-content:center;line-height:1}div.select-field__icon svg{display:block}.customer-registration .form-message--warning{padding:12px 16px;margin-top:16px;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:4px;color:#92400e;font-size:14px;line-height:1.5;display:flex;flex-direction:column;align-items:start}.customer-registration .form-message--error{padding:12px 16px;margin-top:16px;background-color:#fef2f2;border:1px solid #ef4444;border-radius:4px;color:#991b1b;font-size:14px;line-height:1.5}.customer-registration-success{padding:30px;background-color:#eee}.customer-registration-success__title{margin-top:0;margin-bottom:24px;color:#222}.customer-registration-success__message{font-size:16px;line-height:1.6;color:#222;margin-bottom:32px;max-width:800px}.customer-registration-success__button{margin-top:0}.customer-registration-already-registered{padding:30px;background-color:#eee}.customer-registration-already-registered__title{margin-top:0;margin-bottom:24px;color:#222}.customer-registration-already-registered__message{font-size:16px;line-height:1.6;color:#222;margin-bottom:32px;max-width:800px}.customer-registration-already-registered__button{margin-top:0}@media screen and (max-width: 768px){[data-customer-registration-app] .customer-registration{grid-template-columns:1fr}}@media screen and (max-width: 1024px){[data-customer-registration-app] .customer-registration{margin:40px auto 20px;max-width:90vw}}
