/* Wrapper */
.cbe-orders-wrapper {
    overflow-x: auto;
    margin: 20px 0;
}

/* Table */
.cbe-orders-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #ffffff;
    background-color: #050505;
}

.cbe-orders-table thead {
    background: #111111;
}

.cbe-orders-table th,
.cbe-orders-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #333333;
    text-align: left;
}

/* Links */
.cbe-orders-table a {
    color: #ff4b4b;
    text-decoration: none;
}

.cbe-orders-table a:hover {
    text-decoration: underline;
}

/* View button */
.cbe-order-view-btn {
    display: inline-block;
    padding: 6px 14px;
    background: #ff0000;
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.cbe-order-view-btn:hover {
    background: #cc0000;
}
