/**
 * 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
 */
.item-news {
  position: relative; }
  .item-news.item-feature .icon,
  .item-news.item-feature .publish-date,
  .item-news.item-feature .sticky-post {
    background-color: var(--lightblue); }
  .item-news.item-feature:hover .icon {
    background-color: var(--blue-darken); }
  .item-news:hover .icon {
    background-color: var(--orange-darken); }
  .item-news .sticky-post {
    height: 50px;
    width: 50px;
    border-radius: 15px;
    background-color: var(--lightblue);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1; }
  .item-news .publish-date {
    border-radius: 10px;
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
    font-weight: 600; }
    @media (min-width: 981px) {
      .item-news .publish-date {
        font-size: 16px; } }
  .item-news .image-overlay {
    position: relative;
    padding-top: 67%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    margin: 0; }
    .item-news .image-overlay > img, .item-news .image-overlay img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .item-news .left {
    flex-grow: 1; }
  .item-news .right {
    flex-shrink: 0; }
  .item-news .content {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    gap: 25px; }
    .item-news .content h3 {
      margin: 0 0 10px 0;
      line-height: 24px;
      font-size: 20px; }
      .item-news .content h3 a {
        color: var(--text-color);
        text-decoration: none; }
    .item-news .content p {
      margin: 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden; }
  .item-news .icon {
    height: 50px;
    width: 50px;
    border-radius: 15px;
    background-color: var(--orange);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 200ms background-color; }
    .item-news .icon span {
      font-size: 8px; }

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