.shipstation-auth-field{display:grid;grid-template-columns:200px 1fr;gap:10px 16px;align-items:center;padding:12px 0;border-bottom:1px dashed #e0e0e0}.shipstation-auth-field:last-child{border-bottom:0}.shipstation-auth-field label{font-weight:600;color:#2c3338}.shipstation-auth-field .shipstation-field-wrapper{display:flex;gap:8px;align-items:center}.shipstation-auth-field .shipstation-field-wrapper input[type=password],.shipstation-auth-field .shipstation-field-wrapper input[type=text]{flex:1 1 0;min-width:0;height:40px;padding:10px 12px;font-size:14px;line-height:1.4;border:1px solid #e0e0e0;background:#fff;color:#1e1e1e;box-shadow:0 1px 0 rgba(0,0,0,.02) inset;border-radius:0}.shipstation-auth-field .shipstation-field-wrapper input[type=password][readonly],.shipstation-auth-field .shipstation-field-wrapper input[type=text][readonly]{background:#fbfbfb}.shipstation-auth-field .shipstation-field-wrapper input[type=password]:focus,.shipstation-auth-field .shipstation-field-wrapper input[type=text]:focus{border-color:#007cba;box-shadow:0 0 0 1px #007cba;outline:0}.shipstation-auth-field .shipstation-field-wrapper .shipstation-copy-btn,.shipstation-auth-field .shipstation-field-wrapper .shipstation-toggle-visibility{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid transparent;background:rgba(0,0,0,0);padding:0;min-width:40px;height:40px;padding:0 8px;border-color:#e0e0e0;background:#fff;transition:background .15s ease,border-color .15s ease,transform .06s ease,box-shadow .15s ease}.shipstation-auth-field .shipstation-field-wrapper .shipstation-copy-btn:hover,.shipstation-auth-field .shipstation-field-wrapper .shipstation-toggle-visibility:hover{background:#f6f7f7;border-color:#c3c4c7}.shipstation-auth-field .shipstation-field-wrapper .shipstation-copy-btn .dashicons,.shipstation-auth-field .shipstation-field-wrapper .shipstation-toggle-visibility .dashicons{font-size:16px;line-height:1}.shipstation-auth-field .shipstation-field-wrapper .shipstation-copy-btn.is-copied{border-color:#46b450;box-shadow:0 0 0 2px rgba(70,180,80,.2)}.shipstation-auth-field .shipstation-field-wrapper .shipstation-copy-btn.is-copied::after{font-size:12px;margin-inline-start:8px;color:rgb(41.44,106.56,47.36)}body.rtl .shipstation-copy-btn.is-copied::after{margin-inline-start:0;margin-inline-end:8px}body.rtl .shipstation-auth-field{direction:rtl}