body.pedidos-page {
    min-height: 100vh;
    background: #f5f5f5;
    color: #212529;
    font-family: Roboto, sans-serif;
}

.pedidos-navbar {
    padding: 8px 0;
    background: linear-gradient(180deg, #fbfbfb 0%, #f2f2f2 100%);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #dddddd;
}

.pedidos-brand img {
    width: 200px;
    max-width: 100%;
    height: auto;
}

.pedidos-brand,
.pedidos-brand:hover,
.pedidos-brand:focus,
.pedidos-brand:active,
.pedidos-brand:focus-visible {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.pedidos-toolbar {
    display: flex;
    align-items: center;
    gap: 0;
}

.pedidos-toolbar .navbar-text {
    color: #000;
    font-size: 18px;
    padding-right: 0.5rem;
    white-space: nowrap;
}

.pedidos-form {
    display: flex;
    align-items: center;
    margin: 0;
}

.pedidos-form .form-control {
    min-width: 0;
}

.pedidos-table-shell {
    overflow: hidden;
}

.pedidos-empty {
    margin-top: 24px;
}

.bootstrap-table .fixed-table-container {
    border: 0;
}

.bootstrap-table .table {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .pedidos-toolbar {
        flex-direction: column;
        align-items: stretch;
        padding: 8px 0 4px;
    }

    .pedidos-form {
        width: 100%;
    }

    .pedidos-form .form-control,
    .pedidos-form .btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pedidos-brand img {
        width: 180px;
    }

    .pedidos-toolbar .navbar-text {
        font-size: 16px;
        white-space: normal;
        padding-right: 0;
        margin-bottom: 8px;
    }
}
