/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.10
*/
@import url("../mercury/style.css");
.post-meta-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #444;
}

.post-meta-box span {
  background: #f7f7f7;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
