/* Outer container background */
.sbh-widget-container {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
}

/* White card */
.sbh-widget-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
}

/* Title */
.sbh-widget-title h4 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

/* Table text smaller */
.sbh-widget-table td,
.sbh-widget-table th {
    font-size: 13px;
}

/* Order ID pill */
.sbh-order-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #4a90e2;
    color: #4a90e2;
    font-weight: 600;
    font-size: 12px;
}

/* Pagination buttons */
.sbh-pagination a {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 5px;
    border-radius: 6px;
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

.sbh-pagination a:hover {
    background: #dcdcdc;
}