@media (min-width: 1026px) {
  .c66-card-featured-vertical {
    height: 580px;
  }

  .c66-card-featured-horizontal:hover .c66-hover-arrow,
  .c66-card-featured-vertical:hover .c66-hover-arrow {
    --bg-opacity: 1;
    background-color: #ffcc5b;
    background-color: rgba(255, 204, 91, var(--bg-opacity));
  }

  .c66-card-featured-vertical.c66-img {
    height: 350px;
  }

  .c66-card-featured-horizontal {
    display: flex;
  }

  .c66-card-featured-horizontal .c66-img img {
    height: 230px;
    max-height: 230px;
  }

  .c66-card-blurb {
    height: 181px;
  }

  .c66-card-blurb-with-image {
    height: 367px;
  }

  .c66-card-blurb-with-image .c66-img img {
    height: 197px;
    max-height: 197px;
  }
}

