/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://wordpress.org/themes/twentytwentyfive/
 Description: Child theme for Twenty Twenty-Five
 Author: Hostly
 Template: twentytwentyfive
 Version: 1.0
*/

/* Import parent theme styles */
@import url("../twentytwentyfive/style.css");

/* Hide bulk actions & exports */
.dokan-orders-area .bulk-actions,
.dokan-orders-area .dokan-btn-export,
.dokan-orders-area .dokan-btn-filter {
    display: none !important;
}

/* Hide earnings column */
.dokan-orders-area th.earning,
.dokan-orders-area td.earning {
    display: none;
}

/* Reduce visual clutter */
.dokan-orders-area table {
    font-size: 14px;
}

.dokan-orders-area .order-status {
    border-radius: 6px;
}

/* =====================================================
   CLEAN TYPOGRAPHY FOR VENDORS
   ===================================================== */

body.dokan-dashboard {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1f2937;
}

/* Page title */
body.dokan-dashboard h1,
body.dokan-dashboard h2 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* Table headers */
body.dokan-dashboard table th {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
}

/* Table body text */
body.dokan-dashboard table td {
    font-size: 14px;
    line-height: 1.6;
    color: #111827;
}

/* Status badges */
body.dokan-dashboard .order-status,
body.dokan-dashboard .dokan-label {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
}
/* =====================================================
   REDUCE CLUTTER ON ORDERS PAGE
   ===================================================== */

/* Hide bulk actions + reset */
.dokan-orders-area .bulk-actions,
.dokan-orders-area .dokan-btn-reset {
    display: none !important;
}

/* Hide export buttons (optional) */
.dokan-orders-area .dokan-btn-export {
    display: none !important;
}

/* Tighten filters spacing */
.dokan-orders-area .dokan-form-group {
    margin-bottom: 8px;
}
/* Edge-to-edge table look */
body.dokan-dashboard .dokan-dashboard-content {
    padding: 0;
}

body.dokan-dashboard .dokan-orders-area table {
    border-collapse: separate;
    border-spacing: 0 8px;
}

body.dokan-dashboard .dokan-orders-area tbody tr {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    border-radius: 8px;
}
/* =====================================================
   REMOVE FOOTER FROM ENTIRE WEBSITE
   ===================================================== */

footer,
.site-footer,
.wp-block-template-part.footer {
    display: none !important;
}

/* Remove extra spacing caused by footer */
body {
    padding-bottom: 0 !important;
}

.dokan-dashboard-menu li a {
    color: #000 !important;
}

.dokan-dashboard-menu li.active a,
.dokan-dashboard-menu li:hover a {
    background-color: #f7f2e9 !important; /* Hostly beige */
    color: #000 !important;
}

.dokan-dashboard-menu {
    border-right: 1px solid #eee !important;
}

/* Hide booking date fields in Dokan vendor dashboard */
.dokan-dashboard .booking-details,
.dokan-dashboard .booking-start,
.dokan-dashboard .booking-end,
.dokan-dashboard .booking-summary {
  display: none !important;
}

