/* Product-specific withdrawal clarification; scoped to one injected component. */
.hlslui-product-withdrawal {
    margin: 18px 0 8px;
    font-size: .93em;
}

.hlslui-product-withdrawal details {
    border: 1px solid #dfe6dc;
    border-radius: 8px;
    background: #f8faf7;
}

.hlslui-product-withdrawal summary {
    cursor: pointer;
    padding: 12px 14px;
    color: #2f6530;
    font-weight: 700;
}

.hlslui-product-withdrawal-body {
    padding: 0 14px 14px;
    color: #555f55;
    line-height: 1.6;
}

.hlslui-product-withdrawal-body p {
    margin: 0 0 10px;
}

.hlslui-product-withdrawal-body p:last-child {
    margin-bottom: 0;
}
