.c-post-widget {
  width: 100% !important;
  height: fit-content;
  margin: 0;
  position: relative;
  overflow: hidden;
  transition: .5s all; }
  .c-post-widget:after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("../../../img/icons/more.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 20px; }
  .is-vertical .c-post-widget {
    height: 100%; }
  .c-post-widget:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
    .c-post-widget:hover .c-post-widget__image {
      transform: scale(1.2); }
    .c-post-widget:hover:after {
      animation: rotate 2s linear infinite; }
  @media (max-width: 991.98px) {
    .c-post-widget {
      margin-bottom: 0; } }
  .c-post-widget__image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .c-post-widget__image:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }
  .c-post-widget__wrapper {
    min-height: 455px;
    height: 100%;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .c-post-widget__wrapper {
        min-height: 360px; } }
    @media (max-width: 575.98px) {
      .c-post-widget__wrapper {
        min-height: 260px; } }
  .c-post-widget__title {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.33;
    color: #fff2e0;
    margin-top: 10px; }
    @media (max-width: 991.98px) {
      .c-post-widget__title {
        font-size: 1.2em;
        margin-top: 8px; } }
    @media (max-width: 575.98px) {
      .c-post-widget__title {
        font-size: 0.875em; } }
    .c-post-widget__title a {
      color: #fff2e0; }
      .c-post-widget__title a:hover, .c-post-widget__title a:active, .c-post-widget__title a:focus, .c-post-widget__title a:visited {
        color: #fff2e0; }
  .c-post-widget__category {
    color: #fff2e0;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.43;
    color: #fff2e0;
    width: fit-content;
    display: inline; }
    .c-post-widget__category:hover, .c-post-widget__category:active, .c-post-widget__category:focus, .c-post-widget__category:visited {
      color: #fff2e0; }
  .c-post-widget__published {
    font-family: "Barlow", sans-serif;
    font-size: 0.75em;
    color: #fff2e0;
    line-height: 1.33;
    margin: 30px 0 0; }
    @media (max-width: 991.98px) {
      .c-post-widget__published {
        font-size: 0.75em; } }
  .c-post-widget__text {
    font-size: 0.875em;
    line-height: 1.71;
    text-align: justify;
    color: #2e132e;
    margin: 5px 0 0 0; }
    @media (max-width: 991.98px) {
      .c-post-widget__text {
        font-size: 0.75em;
        line-height: normal;
        text-align: left; } }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
