/* WMF / PKM Project v155
   One-line, visually identical desktop full-catalog actions. */

@media (min-width: 992px) {
  #full-catalog .cat-actions > a[download][href*="brochure"],
  #full-catalog .cat-actions > a[data-lead-form="demo"] {
    padding: 0 42px 0 16px !important;
    justify-content: center !important;
    border: 1px solid rgba(224, 173, 130, 0.42) !important;
    color: #fff !important;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.035),
      rgba(255, 255, 255, 0.015)
    ) !important;
    box-shadow: none !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  #full-catalog .cat-actions > a[download][href*="brochure"]::after,
  #full-catalog .cat-actions > a[data-lead-form="demo"]::after {
    color: #d9a77f !important;
  }

  #full-catalog .cat-actions > a[download][href*="brochure"]:hover,
  #full-catalog .cat-actions > a[download][href*="brochure"]:focus-visible,
  #full-catalog .cat-actions > a[data-lead-form="demo"]:hover,
  #full-catalog .cat-actions > a[data-lead-form="demo"]:focus-visible {
    border-color: rgba(224, 173, 130, 0.78) !important;
    color: #fff !important;
    background: rgba(224, 173, 130, 0.08) !important;
    box-shadow: none !important;
  }
}
