/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-postal-code-lookup-wrapper{display:flex;gap:8px;align-items:center}.wl-postal-code-lookup-wrapper .field{flex:1}.wl-postal-code-lookup-btn,.customer .wl-postal-code-lookup-btn{white-space:nowrap;padding:10px 16px;margin:0;border:1px solid #3b3834;border-radius:4px;background-color:#fff;color:#3b3834;font-size:14px;font-family:Noto Sans JP,sans-serif;cursor:pointer;transition:background-color .2s,color .2s;line-height:1.5em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;box-shadow:none;min-width:auto;min-height:auto;position:static}.wl-postal-code-lookup-btn:before,.customer .wl-postal-code-lookup-btn:before,.wl-postal-code-lookup-btn:after,.customer .wl-postal-code-lookup-btn:after{content:none;display:none}.wl-postal-code-lookup-btn:hover,.customer .wl-postal-code-lookup-btn:hover{background-color:#3b3834;color:#fff}.wl-postal-code-lookup-btn:hover:after,.customer .wl-postal-code-lookup-btn:hover:after{content:none;display:none}.wl-postal-code-lookup-btn:disabled{opacity:.5;cursor:not-allowed}.wl-postal-code-lookup-wrapper+.wl-postal-code-lookup-message{display:none}.wl-postal-code-lookup-wrapper+.wl-postal-code-lookup-message.error{display:block}.wl-postal-code-lookup-message{font-size:12px;margin-top:4px;margin-bottom:0}.wl-postal-code-lookup-message.error{color:#d32f2f}
