/* Vetoben Sell Page — 1:1 deploy (wp-content/vetoben-pages/sell.css)
   mu-plugin이 자동 로드. 모바일 하단바 숨김 + 여백.
*/

@media (min-width: 768px) {
  .vb-sell__mobile-bar {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .vb-sell__shell {
    padding-bottom: 88px !important;
  }
}
