/* RFQ-only pricing link shown in place of the price for
   out-of-stock Servers (set 22) and Storage (set 24) */
.swq-rfq-price {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #bf5a18;
    text-decoration: none;
    border: 1.5px solid #bf5a18;
    border-radius: 4px;
    padding: 7px 14px;
    line-height: 1.3;
}
.swq-rfq-price:hover {
    background: #bf5a18;
    color: #ffffff;
    text-decoration: none;
}
