/* Cards da listagem */
.pagelayer-wposts-post{padding:10px;}
.pagelayer-wposts-thumb{border-radius:10px;overflow:hidden;}

.pagelayer-wposts-content{display:flex;flex-direction:column;}
.pagelayer-wposts-meta{
  order:-1;margin:5px 0 2px 0 !important;text-align:left !important;
  display:inline-block !important;width:auto !important;
}
.pagelayer-wposts-title{margin-top:2px !important;text-align:left !important;}

/* Busca */
.pagelayer-search-input::placeholder{
  font-family:var(--font-sans);font-size:16px;color:#b7b7b7;
}

/* Mobile */
@media (max-width:767px){
  .pagelayer-wposts-meta{
    display:block !important;width:100% !important;text-align:left !important;
    font-size:14px !important;line-height:1.4 !important;margin:5px 0 10px !important;
  }
  .pagelayer-wposts-thumb{border-radius:10px;overflow:hidden;margin-bottom:-45px;}
  .pagelayer-wposts-meta span,
  .pagelayer-wposts-meta b{display:inline !important;margin-right:5px;white-space:nowrap;}
}