
/* Adzon v27: final mobile navigation + item contact presentation */
.az27-bottom-nav{display:none!important}
.az27-nav-link,.az27-mobile-sell{box-sizing:border-box}
.az27-svg{width:25px;height:25px;display:grid;place-items:center}
.az27-svg svg{width:24px;height:24px}
.az27-nav-link small,.az27-mobile-sell small{font-size:10px;font-weight:800;line-height:1.1;white-space:nowrap}
.az27-mobile-sell{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:#20252b!important;text-decoration:none;position:relative}
.az27-plus{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#1469d8;color:#fff;border:5px solid #fff;box-shadow:0 3px 15px rgba(20,105,216,.35);font-size:34px;font-weight:400;line-height:1;margin-top:-23px}
.az27-mobile-sell small{margin-top:4px}

.az27-nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#34383d!important;text-decoration:none;background:none;border:0;font-family:inherit}
.az27-menu-open{cursor:pointer}

/* The Dubizzle-like item page uses the contact bar at the bottom; don't stack a second nav under it. */
.az-mobile-item-actions{
  z-index:10020!important;
}
.az-mobile-item-actions a,.az-mobile-item-actions .az-mobile-message-slot{
  min-height:58px!important;height:58px!important;border-radius:8px!important;
  font-size:13px!important;font-weight:800!important;
}
.az-mobile-item-actions{
  padding:10px 12px!important;
  gap:12px!important;
  background:#fff!important;
  border:1px solid #e1e4e7!important;
  box-shadow:0 -5px 22px rgba(0,0,0,.10)!important;
}
.az-mobile-item-actions .az-mobile-message-slot>a{
  min-height:58px!important;height:58px!important;
}

/* compact card view controls only */
.az26-item-view,.az26-view-btn,.az23-view-btn,.az-view-item{
  font-size:10px!important;padding:5px 8px!important;min-height:28px!important;
  border-radius:6px!important;
}

@media(max-width:900px){
  body{padding-bottom:0!important}
  .az27-bottom-nav{
    position:fixed!important;display:grid!important;grid-template-columns:repeat(5,1fr);
    left:0;right:0;bottom:0;height:66px;background:#fff;
    border-top:1px solid #e5e7ea;z-index:10000;
    box-shadow:0 -3px 14px rgba(0,0,0,.07);
    padding:0 7px calc(env(safe-area-inset-bottom) + 1px);
  }
  .az27-bottom-nav .az27-nav-link{min-width:0}
  .az27-bottom-nav .az27-mobile-sell{min-width:0}
  .az27-bottom-nav .az27-mobile-sell small{display:block}
  /* Hide the global bottom navigation on an item detail page, matching the reference item screen. */
  body.az-item .az27-bottom-nav,
  body.item .az27-bottom-nav,
  body.az-page-item .az27-bottom-nav{display:none!important}
  body.az-item .az9-floating-post,
  body.item .az9-floating-post,
  body.az-page-item .az9-floating-post{display:none!important}

  /* On item detail, keep the seller contact row fixed above the phone/browser safe area. */
  body.az-item .az-mobile-item-actions,
  body.item .az-mobile-item-actions,
  body.az-page-item .az-mobile-item-actions{
    position:fixed!important;left:0;right:0;bottom:0;
  }
}
@media(max-width:430px){
  .az27-bottom-nav{height:64px}
  .az27-plus{width:54px;height:54px}
  .az27-svg{width:23px;height:23px}.az27-svg svg{width:22px;height:22px}
  .az-mobile-item-actions{padding:9px 8px!important;gap:8px!important}
  .az-mobile-item-actions a,.az-mobile-item-actions .az-mobile-message-slot{font-size:12px!important}
}

@media(max-width:900px){
  .az9-floating-post{display:none!important}
}

@media(max-width:900px){
  .az27-bottom-nav .az27-nav-link,
  .az27-bottom-nav .az27-mobile-sell{cursor:pointer;-webkit-tap-highlight-color:transparent}
  .az27-bottom-nav .az27-nav-link:active{opacity:.72}
}
