/* One compact, legible price-on-request button for catalog and featured cards. */
@layer sg-price-request-compact {
  .product-miniature .sg-price-request--card {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: min(100%, 184px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    height: auto !important;
    gap: 8px !important;
    margin: 0 auto !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
  }
  .product-miniature .sg-price-request--card .sg-price-request__icon {
    box-sizing: border-box !important;
    flex: 0 0 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    padding: 0 !important;
  }
  .product-miniature .sg-price-request--card .sg-price-request__icon svg {
    width: 15px !important;
    height: 15px !important;
  }
  .product-miniature .sg-price-request--card .sg-price-request__content {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  .product-miniature .sg-price-request--card .sg-price-request__content strong {
    line-height: 1.25 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
  @media (max-width: 575.98px) {
    .product-miniature .sg-price-request--card {
      width: min(100%, 172px) !important;
      gap: 7px !important;
      padding: 7px 8px !important;
    }
    .product-miniature .sg-price-request--card .sg-price-request__icon {
      flex-basis: 24px !important;
      width: 24px !important;
      height: 24px !important;
      min-width: 24px !important;
      min-height: 24px !important;
    }
  }
}
