.bub-pill {
  font-size: 14px;
  line-height: 1.5em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  line-height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #dcdedf;
  white-space: nowrap;
  height: 40px;
  padding: 0 20px;
  color: #4f6c7a;
  margin: 0 5px 5px 0;
  outline: none; }
  .bub-pill .icon.icon-left {
    padding-right: 10px;
    height: 1em; }
  .bub-pill.small {
    height: 30px;
    padding: 0 14px;
    font-size: 12px;
    line-height: 1.5em; }
  .bub-pill.large {
    height: 50px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 1.5em; }
  .bub-pill.display-only {
    background-color: #f3f4f4;
    border: 1px solid #dcdedf;
    color: #8b9093;
    cursor: default; }
  .bub-pill:focus {
    background: #f3f4f4; }
  .bub-pill:focus:not(:focus-visible) {
    background: #fff; }
  .hover-enabled .bub-pill.hover {
    background: #f3f4f4; }
  .bub-pill.midnight.active {
    background-color: #042d41;
    border: 1px solid #042d41;
    color: #fff;
    text-decoration: none !important; }
    .bub-pill.midnight.active:focus {
      background: #04293b; }
    .bub-pill.midnight.active:focus:not(:focus-visible) {
      background: #042d41; }
    .hover-enabled .bub-pill.midnight.active.hover {
      background: #04293b; }
  .bub-pill.lava.active {
    background-color: #dc3c31;
    border: 1px solid #dc3c31;
    color: #fff;
    text-decoration: none !important; }
    .bub-pill.lava.active:focus {
      background: #ab2f26; }
    .bub-pill.lava.active:focus:not(:focus-visible) {
      background: #dc3c31; }
    .hover-enabled .bub-pill.lava.active.hover {
      background: #ab2f26; }

.load-more {
  margin-top: 10px;
  text-align: center; }

