/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-related-links .buttons {
  display: flex;
  flex-wrap: wrap; }
  #section-related-links .buttons .btn {
    background-color: #fff;
    box-shadow: #9aa2b199 0 1px 3px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .5em 0;
    padding: .5em 1em;
    margin-right: 1em; }
    @media (min-width: 768px) {
      #section-related-links .buttons .btn {
        width: calc(50% - 1em); } }
    @media (max-width: 767px) {
      #section-related-links .buttons .btn {
        width: 100%; } }
    #section-related-links .buttons .btn:after {
      content: "\e904";
      font-size: 12.29212px;
      color: #0db2e7;
      font-family: Icomoon;
      transition: margin-right ease-in-out .3s; }
    #section-related-links .buttons .btn:hover:after {
      margin-right: -5px; }

/*# sourceMappingURL=linked-pages.css.map */
