.link-bar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  min-height: 60px;
  color: inherit;
  text-decoration: none;
  padding: 0 !important;
  margin-bottom: 20px; }
  .link-bar figure {
    position: relative;
    width: 90px;
    margin: 0; }
    .link-bar figure img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    @media (max-width: 500px) {
      .link-bar figure {
        display: none; } }
  .link-bar > :not(figure) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex: 1;
    flex: 1;
    padding: 4px 12px;
    box-sizing: border-box; }
    .link-bar > :not(figure) > * {
      display: block;
      margin: 2px 0; }
    .link-bar > :not(figure) strong {
      font-size: 28px;
      font-weight: normal;
      font-family: "McClatchySlab", "McClatchy Slab", Georgia, serif;
      line-height: 1em;
      margin-top: 8px; }
    .link-bar > :not(figure) span {
      font-size: 13px;
      font-family: "McClatchySans", "McClatchy Sans", Helvetica, sans-serif; }
    @media (max-width: 769px) {
      .link-bar > :not(figure) strong {
        font-size: 19px; } }

/*# sourceMappingURL=link-bar.css.map */
