/* Reuse the existing Material Icons font for product action glyphs. */
.icon-btn-product.material-icons {
  font-family: "Material Icons" !important;
  font-weight: normal !important;
  font-style: normal;
}

/* Reuse the already loaded Font Awesome 6 solid font for legacy pseudo-icons. */
#leo_search_block_top .title_block::before,
#leo_search_top_button::before,
.btn.btn-link.btn-lg::after,
.off-canvas-nav::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

/* Keep the mobile cookie notice compact without removing consent choices. */
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    padding: 0.75rem !important;
  }

  #c-ttl {
    font-size: 0.92rem;
    line-height: 1.25;
    margin-bottom: 0.35rem;
  }

  #c-txt {
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .cc_div #c-bns {
    flex-direction: row;
    gap: 0.5rem;
    margin-top: 0.65rem;
  }

  #c-bns button + button {
    margin-left: 0;
    margin-top: 0;
  }

  .cc_div #cm .c-bn {
    font-size: 0.75rem;
    line-height: 1.2;
    min-height: 2.25rem;
    padding: 0.55rem 0.75rem;
  }
}
