.spcx-widget {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 120px;
    height: 120px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    overflow: hidden;
}

.spcx-content {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    line-height: 1.2;
}

.spcx-symbol {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.spcx-price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.spcx-time {
    font-size: 11px;
    margin-bottom: 5px;
}

.spcx-status {
    font-size: 10px;
    font-style: italic;
}