.right-panel {
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    position: relative;
    overflow: hidden;
}

.right-content {
    padding: 12%;
}

.divider {
    width: 80px;
    height: 4px;
    background: #facc15;
    border-radius: 10px;
}

.trade-points li {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 12px;
    list-style: none;
}
