#btnDownloadPDF {
    background-color: #0073aa;
    color: white;
    padding: 20px 40px;
    border: none;
    cursor: pointer;
    font-size: 42px;
    border-radius: 3px;
}
#btnDownloadPDF:hover {
    background-color: #005177;
}
#statusMsg {
    margin-top: 32px;
    font-style: italic;
    color: #555;
}


/* ================================
   RELATÓRIO FRONTEND
================================ */

.woo-cat-frontend-report {
    width: 100%;
    max-width: 1400px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

.woo-cat-frontend-report h2 {
    margin-bottom: 5px;
}

.woo-cat-report-info {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.woo-cat-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.woo-cat-report-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.woo-cat-report-table th,
.woo-cat-report-table td {
    border: 1px solid #ddd;
    padding: 12px;
}

.woo-cat-report-table th {
    background: #f2f2f2;
    text-align: center;
}

.woo-cat-report-table td:nth-child(n+2) {
    text-align: right;
}

.woo-cat-report-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.woo-cat-report-table .woo-cat-subtotal {
    background: #f0f0f0;
    font-weight: bold;
}

.woo-cat-report-table tfoot tr {
    background: #e2e2e2;
    font-weight: bold;
}

.woo-cat-report-generated {
    margin-top: 15px;
    color: #666;
    font-size: 12px;
}

.woo-cat-download-pdf {
    margin-top: 20px;
    padding: 14px 25px;
    border: none;
    border-radius: 4px;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.woo-cat-download-pdf:hover {
    background: #005177;
}

.woo-cat-download-pdf:disabled {
    opacity: 0.6;
    cursor: wait;
}

.woo-cat-report-table tfoot tr {
    background: #e2e2e2;
    font-weight: bold;
}


#statusMsgFrontend {
    margin-top: 15px;
    color: #555;
}