/**
  This file depends on the new homepage styles to be on the site.
  These are listed undet styles.css at the bottom of the file.
*/
.latest-circa-sports-news-container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .latest-circa-sports-news-container {
      flex-direction: row;
      align-items: center; } }
  .latest-circa-sports-news-container .image {
    width: 100%;
    display: flex;
    overflow: hidden;
    height: unset; }
    @media (min-width: 768px) {
      .latest-circa-sports-news-container .image {
        width: 330px;
        height: 250px; } }
    @media (min-width: 1600px) {
      .latest-circa-sports-news-container .image {
        width: 700px; } }
    .latest-circa-sports-news-container .image img {
      margin: 0;
      width: unset;
      height: unset;
      object-fit: cover;
      max-width: 100%; }
  .latest-circa-sports-news-container .text {
    width: 100%;
    padding-top: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .latest-circa-sports-news-container .text {
        padding-top: 0;
        text-align: left;
        width: calc(100% - 330px);
        padding-left: 30px; } }
    .latest-circa-sports-news-container .text .blog-title {
      font-family: 'TungstenBold';
      color: #fff;
      font-size: 33px;
      line-height: 31px;
      letter-spacing: 3.3px; }
    .latest-circa-sports-news-container .text p {
      margin-top: 20px; }
    .latest-circa-sports-news-container .text .actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column; }
      @media (min-width: 992px) {
        .latest-circa-sports-news-container .text .actions {
          flex-direction: row; } }
      @media (min-width: 1600px) {
        .latest-circa-sports-news-container .text .actions {
          justify-content: flex-start; } }
      .latest-circa-sports-news-container .text .actions a {
        border: 6px solid #fff;
        font-size: 27px;
        line-height: 32px;
        letter-spacing: 2.7px;
        font-family: 'TungstenBold';
        padding: 10px 20px;
        color: #fff; }
        .latest-circa-sports-news-container .text .actions a:first-child {
          margin-bottom: 10px; }
          @media (min-width: 992px) {
            .latest-circa-sports-news-container .text .actions a:first-child {
              margin-right: 10px;
              margin-bottom: 0; } }
        .latest-circa-sports-news-container .text .actions a:last-child {
          margin-top: 10px; }
          @media (min-width: 992px) {
            .latest-circa-sports-news-container .text .actions a:last-child {
              margin-left: 10px;
              margin-top: 0; } }
        .latest-circa-sports-news-container .text .actions a:focus, .latest-circa-sports-news-container .text .actions a:hover {
          text-decoration: none;
          color: #263387 !important;
          box-shadow: 0px 0px 15px 5px rgba(0, 182, 255, 0.5) !important;
          background-color: #76D4F9; }
