.type-articles {
  background-color: rgba(80, 200, 120, 0.3);
  overflow: hidden;
}

.article-layout {
  margin-top: 3rem;
}

.article-header {
  margin-bottom: 2rem;
  border-bottom: 2px solid;
  padding-bottom: 1rem;
}

.article-author {
  margin: 0.2rem 0;
}

.article-notes {
  margin-top: 2rem;
  padding: 1.2rem;
  border-radius: 14px;
  background: #fafafa;
  border-left: 5px solid #ccc;
  font-size: 0.95rem;
}

.article-notes h3 {
  margin-bottom: 0.5rem;
}

.article-meta {
  background: #f9f9f9;
  padding: 1.2rem;
  margin: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 14px;
  font-size: 0.95rem;
  border: 1px solid #eee;
  height: fit-content;
  float: right;
}

.article-meta h3 {
  margin-bottom: 0.5rem;
}

.article-meta ul {
  margin: 0 0 0.5em 1.5em;
}

.article-footer {
  margin-top: 2rem;
  border-top: 2px solid;
  padding-top: 1rem;
}

.back-to-author {
  color: var(--global-palette-btn);
  text-decoration: none;
}

.back-to-author:hover {
  color: var(--global-palette-btn-hover);
}

.indent-text {
  padding-left: 1rem;
}

p {
  margin: 0 0 0.5rem 0;
}

.poem {
  font-family: "Merriweather", Georgia, serif;
}

/* Mobile */
@media (max-width: 768px) {
  .article-wrapper {
    display: flex;
	flex-direction: column;
  }
}
