.fcsapi-widget {
    direction: rtl;
    text-align: right;
    background: #ffffff;
}
.fcsapi-widget table {
    width: 100%;
    border-collapse: collapse;
}
.fcsapi-widget th, .fcsapi-widget td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.fcsapi-widget th {
    background-color: #f3f3f3;
    color: #333;
}
.fcsapi-widget td.positive {
    color: green;
    font-weight: bold;
}
.fcsapi-widget td.negative {
    color: red;
    font-weight: bold;
}
.fcsapi-widget .time-note {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
}
.fcsapi-widget.error {
    color: red;
}
