.ea-amox-grid {
  display: grid;
  grid-gap: 30px; }
  .ea-amox-grid .ea-item {
    overflow: hidden; }
    .ea-amox-grid .ea-item:hover .ea-img-wrap .ea-img {
      transform: scale(1.2); }
    .ea-amox-grid .ea-item.active {
      position: relative; }
      .ea-amox-grid .ea-item.active .ea-img-wrap {
        height: 100%;
        position: relative; }
        .ea-amox-grid .ea-item.active .ea-img-wrap::before {
          position: absolute;
          content: '';
          top: 0;
          width: 100%;
          height: 100%;
          background: #2b2d4259;
          z-index: 1;
          transition: background .3s ease; }
      .ea-amox-grid .ea-item.active .ea-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        text-align: center;
        z-index: 1; }
      .ea-amox-grid .ea-item.active .ea-title a {
        color: #EDF2F4; }
        .ea-amox-grid .ea-item.active .ea-title a:hover {
          color: #D90429; }
      .ea-amox-grid .ea-item.active .ea-category a {
        color: #fff;
        background: #161a2b;
        padding: 4px 8px;
        transition: all .3s ease-in-out; }
        .ea-amox-grid .ea-item.active .ea-category a:hover {
          background: #D90429; }
      .ea-amox-grid .ea-item.active .ea-meta {
        color: #EDF2F4; }
  .ea-amox-grid .ea-img-wrap {
    overflow: hidden;
    cursor: pointer; }
    .ea-amox-grid .ea-img-wrap .ea-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1);
      transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .ea-amox-grid .ea-content {
    padding: 20px 0; }
  .ea-amox-grid .ea-category {
    display: inline-flex;
    margin-bottom: 8px; }
    .ea-amox-grid .ea-category a {
      font-size: 11px;
      color: #8D99AE;
      text-transform: uppercase;
      transition: all .3s ease-in-out; }
      .ea-amox-grid .ea-category a:hover {
        color: #D90429; }
    .ea-amox-grid .ea-category a + a {
      margin-left: 5px; }
  .ea-amox-grid .ea-title {
    margin: 0;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 700; }
    .ea-amox-grid .ea-title a {
      color: #2B2D42;
      transition: all .3s ease-in-out; }
      .ea-amox-grid .ea-title a:hover {
        color: #D90429; }
  .ea-amox-grid .ea-meta {
    font-size: 12px;
    color: #8D99AE; }
    .ea-amox-grid .ea-meta .ea-post-time {
      margin-left: 5px; }
      .ea-amox-grid .ea-meta .ea-post-time i {
        margin-right: 2px; }
  .ea-amox-grid .ea-comments {
    margin-left: 10px; }
    .ea-amox-grid .ea-comments span {
      margin-left: 4px; }

.ea-global-link-yes .ea-amox-grid .ea-item:hover {
  cursor: pointer; }
