/* OUG 18 Compliance - Withdrawal Styles */

.psoug18-withdrawal,
.psoug18-withdrawal-success,
.psoug18-withdrawal-not-eligible {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.psoug18-withdrawal h2,
.psoug18-withdrawal-success h3,
.psoug18-withdrawal-not-eligible h3 {
    color: #d9534f;
}

.psoug18-withdrawal .alert-warning,
.psoug18-withdrawal-success .alert-success,
.psoug18-withdrawal-not-eligible .alert-warning {
    border-radius: 4px;
}

.psoug18-withdrawal .product-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.psoug18-withdrawal .product-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.psoug18-withdrawal-summary .psoug18-product-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.psoug18-product-disabled {
    opacity: 0.6;
}

.psoug18-already-returned {
    background-color: #999;
    color: #fff;
    margin-left: 6px;
    font-weight: normal;
}

.psoug18-product-thumb {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
}

.psoug18-withdrawal .btn-primary {
    background-color: #d9534f;
    border-color: #d9534f;
}

.psoug18-withdrawal-success pre {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    white-space: pre-wrap;
}
