.show-more {
  padding: 6px 0px 6px 18px;
  outline: none; }
  .show-more.is-active, .show-more:hover, .show-more:focus {
    background-color: rgba( 239, 246, 252 ,  1 );
    background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 ); }
  .show-more .show-more-results {
    cursor: pointer; }
  .show-more .center-align {
    text-align: center; }
