/*
Theme Name: Belina
Theme URI: https://www.belina.co.uk
Description: Custom classifieds theme for Belina escorts marketplace
Author: Belina Dev
Version: 0.1
Text Domain: belina
*/

/* === viewport gap fix === */
html, body{
  margin:0 !important;
  padding:0 !important;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
*, *::before, *::after{ box-sizing:border-box; }
img, svg, video, canvas{ max-width:100%; height:auto; }

/* WP admin bar can sometimes cause horizontal creep */
#wpadminbar{ max-width:100%; overflow:hidden; }


/* === WP Admin Bar: prevent it covering the header === */
body.admin-bar{
  padding-top: 32px;
}
@media screen and (max-width: 782px){
  body.admin-bar{
    padding-top: 46px;
  }
}


/* === WP Admin Bar: prevent it covering the header === */
body.admin-bar{
  padding-top: 32px;
}
@media screen and (max-width: 782px){
  body.admin-bar{
    padding-top: 46px;
  }
}


/* === WP Admin Bar: prevent sticky header being covered === */
body.admin-bar .belina-header{
  top: 32px; /* admin bar height (desktop) */
}
@media screen and (max-width: 782px){
  body.admin-bar .belina-header{
    top: 46px; /* admin bar height (mobile) */
  }
}

