/* XFartura v372: confirmacao de dados, feed fiel e carregamento resiliente. */
.restaurant-public-badges{
  align-items:center;
}
.restaurant-public-badges .restaurant-verify-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  max-width:100%;
  min-height:30px;
  padding:7px 12px;
  line-height:1.05;
  text-align:center;
  letter-spacing:0;
  vertical-align:middle;
  white-space:nowrap;
}

.ad-post-card:not(.local-opportunity-card){
  border-color:rgba(148,163,184,.2);
  background:rgba(255,255,255,.98);
  box-shadow:0 8px 24px rgba(15,23,42,.055),inset 0 1px 0 rgba(255,255,255,.92);
}
.ad-post-card .ad-post-media-shell{
  position:relative;
  background:#f4f6f8!important;
}
.ad-post-card .ad-post-media,
.ad-post-card .ad-post-carousel img,
.public-profile-post-tile img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transform:none!important;
}
.ad-post-media-shell:not(.is-empty):not(.is-broken) .ad-post-media-placeholder{
  display:none!important;
}
.ad-post-media-shell.is-broken .ad-post-media,
.public-profile-post-tile.is-broken img{
  display:none!important;
}
.ad-post-card>.ad-post-actions{
  grid-template-columns:repeat(5,minmax(38px,1fr));
  gap:4px;
  padding:6px 10px;
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(8px);
}
.ad-post-card>.ad-post-actions button{
  display:grid;
  place-items:center;
  min-height:38px;
  padding:4px;
  border-radius:7px!important;
}
.ad-post-card>.ad-post-actions button::after{
  display:none!important;
}
.xf-social-icon{
  position:relative;
  display:inline-grid;
  width:20px;
  height:20px;
  place-items:center;
  color:currentColor;
  font:400 1.08rem/1 Arial,sans-serif;
}
.xf-social-comment::before{
  content:"";
  width:15px;
  height:12px;
  border:1.8px solid currentColor;
  border-radius:5px;
}
.xf-social-comment::after{
  content:"";
  position:absolute;
  left:4px;
  bottom:1px;
  width:5px;
  height:5px;
  border-bottom:1.8px solid currentColor;
  border-left:1.8px solid currentColor;
  transform:skewY(-32deg);
  background:#fff;
}
.xf-social-save::before{
  content:"";
  width:12px;
  height:16px;
  border:1.8px solid currentColor;
  border-bottom:0;
  border-radius:3px 3px 0 0;
  clip-path:polygon(0 0,100% 0,100% 100%,50% 73%,0 100%);
}
.xf-social-share::before{
  content:"";
  width:14px;
  height:14px;
  border-top:1.8px solid currentColor;
  border-right:1.8px solid currentColor;
  transform:translate(-1px,2px) rotate(45deg);
}
.xf-social-share::after{
  content:"";
  position:absolute;
  width:11px;
  height:8px;
  left:2px;
  bottom:2px;
  border-left:1.8px solid currentColor;
  border-bottom:1.8px solid currentColor;
  border-radius:0 0 0 4px;
}
.xf-social-link::before,
.xf-social-link::after{
  content:"";
  position:absolute;
  width:11px;
  height:6px;
  border:1.8px solid currentColor;
  border-radius:999px;
  transform:rotate(-38deg);
}
.xf-social-link::before{left:0;top:4px}
.xf-social-link::after{right:0;bottom:4px}
.public-profile-post-tile{
  border-color:rgba(148,163,184,.2);
  background:#edf2f5;
  box-shadow:0 6px 18px rgba(15,23,42,.055);
}
.public-profile-post-tile .public-profile-post-shade{
  background:linear-gradient(180deg,transparent 78%,rgba(15,23,42,.28))!important;
}
.public-profile-post-tile .public-profile-post-monogram{
  display:grid;
}
.public-profile-post-tile.has-image:not(.is-broken) .public-profile-post-monogram{
  opacity:0;
}
.social-notification-center:not([open]) .social-notification-list,
.social-notification-center:not([open])>.social-notification-expand,
.social-notification-center:not([open])>[data-toggle-social-notifications]{
  display:none;
}
.admin-loading-state,
.admin-recovery-state{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:110px;
}
.admin-loading-state>div,
.admin-recovery-state{
  display:grid;
  gap:4px;
  flex-direction:column;
  align-items:flex-start;
}
.admin-loading-state small,
.admin-recovery-state p{
  color:var(--xf-muted);
}

@media(max-width:560px){
  .restaurant-public-badges .restaurant-verify-chip{
    white-space:normal;
  }
  .ad-post-card>.ad-post-actions{
    padding-inline:7px;
  }
  .admin-loading-state,
  .admin-recovery-state{
    align-items:flex-start;
    padding:14px;
  }
}
