/* ALL WIDTHS — uniform seller buttons */
#seller.wbox .user-box .wrap,
#seller .user-box .wrap {
  display: block;
}

#seller .user-box .wrap > a.btn,
#seller .user-box .wrap > .wac-box,
#seller .user-box .wrap > .wac-box > a.wac-btn {
  box-sizing: border-box !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 8px 8px 0 !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: top !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-radius: 3px !important;
  float: none !important;
  width: auto !important;
}

/* The .wac-box wrapper shouldn't add its own box around the button */
#seller .user-box .wrap > .wac-box {
  height: 48px !important;
  margin: 0 8px 8px 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  vertical-align: top !important;
}
#seller .user-box .wrap > .wac-box > a.wac-btn {
  margin: 0 !important;
}

/* Shrink the WhatsApp icon so it doesn't inflate the height */
#seller .user-box .wrap .wac-box .wac-icon,
#seller .user-box .wrap .wac-box .wac-icon img {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  margin: 0 6px 0 0 !important;
}

/* Kill the plugin's inline <style> gap */
#seller .user-box .wrap > style { display: none !important; 
}