/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /** Richie Editions shortcode **/

 .richie-editions-issue-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.richie-editions-issue {
   margin: 6px;
}

.richie-editions-issue-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.richie-editions-issue-cover:hover {
  border-color: #38a;
}

.richie-editions-issue-link {
  text-decoration: none;
}

.richie-editions-issue-title {
  font-weight: bold;
}