.qc-wrapper { margin: 15px 0; }
.qc-sku-display { font-size: 15px; color: #000000; margin-bottom: 12px; }
.qc-sku-display strong { font-weight: bold; }
.qc-sku-value { color: #e60000; font-weight: bold; margin-left: 5px; }
.qc-buttons-list { display: flex; flex-wrap: wrap; gap: 10px; }
.qc-link-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #e60000;
    border: 2px solid #e60000;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.qc-link-btn:hover {
    background-color: #e60000;
    color: #ffffff;
    border-color: #e60000;
    text-decoration: none !important;
}
.qc-link-btn.active {
    background-color: #e60000;
    color: #ffffff;
    border-color: #e60000;
    cursor: default;
    pointer-events: none;
}