.cc-trigger{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;width:100%;padding:14px 16px;border-radius:10px;background-color:#fafbfc}.cc-trigger__text{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px;font-size:14px;color:#6b6b6b}.cc-trigger__price{font-size:18px;color:#1a1a1a}.cc-trigger__cond{flex-basis:100%;font-size:12px;color:#6b6b6b}.cc-trigger__btn{flex:0 0 auto}.cc-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:16px}.cc-modal--open{display:flex}.cc-modal__overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.55)}.cc-modal__dialog{position:relative;z-index:1;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:28px 24px 24px;border-radius:10px;background-color:#fff;box-shadow:0 12px 40px rgba(0,0,0,.25)}.cc-modal__close{--cb-bg: transparent;--cb-fg: #6b6b6b;--cb-hover-bg: transparent;--cb-hover-fg: var(--col-accent, #b00000)}.cc-modal__title{margin-bottom:18px;padding-right:2.5rem;font-size:20px;font-weight:700;color:#1a1a1a}.cc-modal__list{display:flex;flex-direction:column;gap:14px}.cc-bank{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid #e6e6e6;border-radius:10px}.cc-bank__head{display:flex;align-items:center;gap:10px}.cc-bank__logo{flex:0 0 auto;width:28px;height:28px;object-fit:contain}.cc-bank__id{display:flex;flex-direction:column;gap:2px}.cc-bank__name{font-size:16px;font-weight:600;color:#1a1a1a}.cc-bank__type{font-size:13px;color:#6b6b6b}.cc-bank__field{display:block;width:100%}.cc-bank__select{width:100%;height:40px;padding:0 38px 0 12px;border:1px solid #e6e6e6;border-radius:10px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;font-size:14px;color:#1a1a1a;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .15s ease,box-shadow .15s ease}.cc-bank__select:hover{border-color:#c9c9c9;box-shadow:0 2px 8px rgba(0,0,0,.08)}.cc-bank__submit{margin-top:4px}.cc-month[hidden]{display:none}body.cc-lock{overflow:hidden}