.wcg-widget { width: 100%; }
.wcg-form { width: 100%; }
.wcg-form .elementor-button,
.wcg-submit {
    width: 100%;
    font-family: "Kanit", sans-serif;
    font-size: 19px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 15px;
}
.wcg-form .elementor-field-textual,
.wcg-branch { margin-top: 15px; width: 100%; }
.wcg-honeypot { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.wcg-status { margin-top: 16px; text-align: center; min-height: 1px; }
.wcg-result { margin-top: 22px; line-height: 1.75; overflow-wrap: anywhere; }
.wcg-title { margin: 0 0 12px; }
.wcg-row { display: block; }
.wcg-notice { margin-top: 16px; padding: 12px 14px; border-radius: 6px; }
.wcg-notice h5 { margin: 5px 0; }
.wcg-notice-info { background: #eef6ff; }
.wcg-notice-warning { background: #fff6df; }
.wcg-details { margin-top: 8px; }
.wcg-components { margin-top: 12px; }
.wcg-separator { overflow: hidden; white-space: nowrap; }
.wcg-not-found { text-align: center; margin-top: 28px; font-weight: 500; }
.wcg-error { padding: 12px 14px; background: #fff0f0; border: 1px solid #e8b4b4; border-radius: 6px; }
.wcg-modal-overlay { position: fixed; inset: 0; z-index: 999999; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,.45); }
.wcg-modal { width: min(420px, 100%); padding: 28px; border-radius: 12px; background: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.24); text-align: center; }
.wcg-modal-icon { width: 54px; height: 54px; margin: 0 auto 14px; border: 3px solid #5aa9e6; border-radius: 50%; color: #5aa9e6; font-size: 34px; line-height: 48px; font-family: Georgia, serif; }
.wcg-modal-message { font-size: 18px; line-height: 1.6; }
.wcg-modal-close { margin-top: 20px; padding: 9px 28px; border: 0; border-radius: 6px; background: #3085d6; color: #fff; cursor: pointer; }
.wcg-submit[disabled] { opacity: .7; cursor: wait; }
.wcg-status:not(:empty) { padding: 8px 0; }
.wcg-modal-close:focus-visible,
.wcg-submit:focus-visible,
.wcg-number:focus-visible,
.wcg-branch:focus-visible { outline: 3px solid currentColor; outline-offset: 2px; }
