.ob-swap-3606-container {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ob-swap-3606-text h4 {
    margin: 0 0 5px;
    color: #0f172a;
}
.ob-swap-3606-text p {
    margin: 0;
    color: #475569;
}
.ob-swap-3606-product {
    display: flex;
    gap: 15px;
    align-items: center;
}
.ob-swap-3606-image img {
    max-width: 60px;
    height: auto;
    border-radius: 4px;
}
.ob-swap-3606-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ob-swap-3606-title {
    font-weight: bold;
    color: #1e293b;
}
.ob-swap-3606-price {
    color: #16a34a;
    font-weight: 600;
}
.ob-swap-3606-btn {
    display: inline-block;
    padding: 6px 12px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    transition: background 0.2s;
}
.ob-swap-3606-btn:hover {
    background: #1d4ed8;
    color: white;
}