.nn-private-lessons .custom-select .custom-select-trigger,.nn-private-lessons div.custom-select-trigger,.nn-private-lessons button.custom-select-trigger{padding:12px 18px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:"Poppins","Noto Sans JP",sans-serif;font-size:.9rem;background:#fff!important;background-color:#fff!important;color:#00205d!important;cursor:pointer;display:flex;align-items:center;gap:12px;transition:border-color .2s,box-shadow .2s;user-select:none;min-height:46px;width:100%;text-align:left}.nn-private-lessons .custom-select-trigger:hover{border-color:var(--primary-light);background-color:#fff!important}.nn-private-lessons .custom-select.open .custom-select-trigger{border-color:var(--primary);box-shadow:0 0 0 3px rgba(161,98,209,.12);border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#fff!important}.nn-private-lessons .custom-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;color:var(--text)!important;font-size:.9rem!important;line-height:1.4!important;display:inline-block!important;visibility:visible!important;opacity:1!important}.nn-private-lessons .custom-select-trigger span.placeholder{color:#b0b0b0!important}.nn-private-lessons .custom-select.open .custom-select-dropdown{display:block}.nn-private-lessons .custom-select-options li{padding:9px 16px;font-size:.85rem;color:var(--text);cursor:pointer;transition:background .15s}.nn-private-lessons .custom-select-options li:hover{background:var(--primary-bg);color:var(--primary)}.nn-private-lessons .custom-select-options li.no-results{color:#b0b0b0;cursor:default;text-align:center;font-style:italic}.nn-private-lessons .custom-select-options li.no-results:hover{background:0 0;color:#b0b0b0}.nn-private-lessons .custom-select.open .custom-select-trigger-input{border-bottom-left-radius:0;border-bottom-right-radius:0}.nn-private-lessons .custom-select.open .nn-select-arrow{transform:translateY(-50%) rotate(180deg)}