/* IMPORT GLOBALS */
/* Variables used in multiple files */
/* Variables */
/* Elements */
/* ID's */
/* Classes */
.news-posts {
  display: flex;
  flex-direction: column;
  margin: 65px 65px 50px; }
  .news-posts__title {
    font-size: 46px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0 35px 0;
    text-align: center; }
  .news-posts span, .news-posts a {
    color: #0088cc;
    text-decoration: none; }
  .news-posts a:hover {
    color: #33bbff;
    text-decoration: underline; }
  .news-posts .news-post {
    position: relative;
    display: flex;
    flex-direction: column;
    background: whitesmoke;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 25px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 14px; }
    .news-posts .news-post:hover .news-post__controls > input {
      display: inline-block; }
    .news-posts .news-post__title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 7px; }
    .news-posts .news-post__information {
      display: flex;
      padding-left: 5px;
      margin-bottom: 12px; }
      .news-posts .news-post__information > * {
        margin-right: 8px; }
    .news-posts .news-post__controls {
      position: absolute;
      top: 18px;
      right: 15px; }
      .news-posts .news-post__controls > input {
        display: none;
        color: white;
        text-decoration: none;
        padding: 5px 8px;
        margin: 0 2px; }

/*# sourceMappingURL=news.css.map */
