.showcases-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
    border-top: 1px solid #ddd; 
}
.showcases-row + .showcases-row {
    margin-top: -1px;
}
.showcases-image {
    width: 20%;
    margin-right: 5%;
}
.showcases-image img {
    max-width: 100%;
    height: auto;
}
.showcases-content {
    width: 75%;
}
#showcase-result-count,
#showcases-plural,
#showcases-singular {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .showcases-image {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2rem;
    }
    .showcases-content {
        width: 100%;
    }
}
.showcases-list .input-group {
  display: flex;
}
.showcases-list .btn {
  width: 50px;
background-color: #FFF;
color: #05348B;
border: 1px solid #ccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
border-left: none;
z-index: 0;
border-left: 1px solid #ccc;
margin-left: -2px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.showcases-list .btn:hover {
  background-color: #fff !important;
  border-color: #ccc !important;
}
.showcases-list .input-group-btn {
  margin-bottom: 1rem;
}


/* Showcases */
.showcases-search-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #05348B;
  }
  .showcases-title {
      margin-top: 0;
  }

  .input-group {
    margin-bottom: 2rem;
  }
  #showcase-search {
    box-shadow: none;
    border-right: none;;
  }
  #showcase-search:focus,
  #showcase-search:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #05348B;
  }
  .showcases-author > span,
  #showcases-singular,
  #showcases-plural,
  #showcase-result-count {
    font-weight: bold !important;
  }
  
  .showcases-author {
    margin-bottom: 1rem;
  }
  
  .showcases-author > span {
    margin-right: 1.5rem;
  }