/* APWebsite authorship and editorial review */
.guide-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin: 34px 0 8px;
  padding: 16px 18px;
  border-top: 1px solid #3d321d;
  border-bottom: 1px solid #262117;
  color: #aaa;
  font-size: 13px;
  line-height: 1.55;
}
.guide-review strong { color: #eee; }
.guide-review a {
  color: var(--gold2);
  font-weight: 800;
  text-decoration: none;
}
.guide-review a:hover,
.guide-review a:focus { text-decoration: underline; }
.guide-review time { white-space: nowrap; }
@media (max-width: 600px) {
  .guide-review {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
