/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/


card {
    --bs-card-bg: #cfd8e0bd;
    --bs-border-width: 2px;
}



/* Sidebar styling */
.page-id-13 .col-lg-2.position-sticky, 
.sidebar-section {
  background-color: slategray; /* Softer blue */
  border-right: 1px solid #0000;
  padding: 0.75rem;
  border-radius: 10px;
  box-shadow: 12px 14px 11px rgba(0, 0, 0, 0.08) !important;
}

/* TARGET ONLY PAGE ID 13’s SIDEBAR */
.page-id-13 .sidebar-section {
  /* A slightly lighter slate gray (optional) */
  background-color: #5a6b7a; 
  color: #f8f9fa; /* Off‑white text for contrast */
  
  /* Make the padding more uniform but not too large */
  padding: 1rem;

  /* Keep a rounded corner, but slightly smaller radius */
  border-radius: 8px;

  /* Subtle box shadow */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* FILTER HEADINGS (“Filters” or any <h4> in sidebar) */
.page-id-13 .sidebar-section h4 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem; /* Slightly larger heading */
  color: #ffffff;     /* Ensure good contrast */
}

/* LABELS */
.page-id-13 .sidebar-section .form-label {
  display: block;
  margin-bottom: 0.25rem; /* Reduce vertical gap */
  font-size: 0.9rem;
  font-weight: 600;       /* Slightly bolder */
  color: #ffffff;
}

/* SELECT FIELDS, INPUTS */
.page-id-13 .sidebar-section select.form-select,
.page-id-13 .sidebar-section input.form-control {
  padding: 2px; /* Slightly smaller padding */
  margin-bottom: 0.5rem;   /* A little gap between fields */
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 20px;
  font-size: 10px;
  text-align: center;
}

/* MAKE THE FILTER “APPLY” BUTTON SMALLER & MORE DISTINCT */
.page-id-13 .sidebar-section #apply_filters_btn {
  display: block;
  padding: 6px 10px; /* Smaller padding */
  font-size: 14px; /* Adjust text size */
  border-radius: 4px;
  background-color: darkblue; /* or your brand color */
  color: #fff;              /* ensures contrast */
  border: none;
}
.page-id-13 .sidebar-section #apply_filters_btn:hover {
  background-color: #005bb5;
}

/* REDUCE EXCESS SPACING AROUND .mb-3 IF BOOTSTRAP CLASSES ARE TOO LARGE */
.page-id-13 .sidebar-section .mb-3 {
  margin-bottom: 0.5rem !important;
}

/* OPTIONAL: if you want the sidebar to be narrower on large screens */
@media (min-width: 992px) {
  .page-id-13 .col-lg-2.position-sticky.top-0.d-none.d-lg-block.sidebar-section {
    flex: 0 0 220px; /* override the default 16.66% (col-lg-2) width */
    max-width: 220px;
  }
}

body.page-id-13 .projects-table-container .sidebar-section label.form-label, 
body.page-id-13 .sam-table-container .sidebar-section label.form-label {
    margin-bottom: 10px;
    color: cornsilk;
    font-size: small;
}
body.page-id-13 #reset_filters_btn {
    background-color: cornsilk;
    color: black;
    padding: 6px 10px; /* Smaller padding */
    font-size: 12px; /* Adjust text size */
}



/* ----- Card container & header ----- */

#projectsTableQ1.card-header,
#projectsTableQ2.card-header,
#projectsTableQ3.card-header,
#projectsTableQ4.card-header p {
    margin-bottom: 0; /* Remove margin from <p> inside .card-header */
}
/* Give the entire card a uniform light-gray background */

#projectsTableQ1.card,
#projectsTableQ2.card,
#projectsTableQ3.card,
#projectsTableQ4.card {
  background-color: #f5f5f5;
  border: 2px; /* Remove border if desired */
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3),
              -5px -5px 15px rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

/* Make card header a slightly darker gray, white text */
card-header.projectsTableFull,
card-header.projectsTableQ1,
card-header.projectsTableQ2,
card-header.projectsTableQ3,
card-header.projectsTableQ4 {
  display: flex;
  background-color: #e0e0e0;
  color: #333;
  border-bottom: none; /* If you want a seamless look */
}


h5.projectsTableQ1,
h5.projectsTableQ2,
h5.projectsTableQ3,
h5.projectsTableQ4 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

#post-13 > div > div > div.projects-table-container.container.my-3 > div > div.col-lg-10 > h5 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0px 0px 0px;
}
#post-13 > div > div {
    background-color: #f0f0f0; /* Replace with your desired color */
}
.page-id-13 .site-content .content-area {
    background-color: #f0f0f0 !important;
}



/*---------------------------------------
  WRAPPER FOR PROJECTSTABLEFull
----------------------------------------*/
#projectsTableFull_wrapper,
#projectsTableQ1_wrapper,
#projectsTableQ2_wrapper,
#projectsTableQ3_wrapper,
#projectsTableQ4_wrapper {
    margin: 20px auto;
    max-width: min-content;
    background-color: transparent;
    box-shadow: none;
}

/* Add background or spacing to each row */
#projectsTableFull_wrapper .row,
#projectsTableQ1_wrapper .row,
#projectsTableQ2_wrapper .row,
#projectsTableQ3_wrapper .row,
#projectsTableQ4_wrapper .row {
    margin-bottom: 2px; /* Add spacing between rows */
}

#projectsTableFull_wrapper > div:nth-child(2) > div,
#projectsTableQ1_wrapper > div:nth-child(2) > div,
#projectsTableQ2_wrapper > div:nth-child(2) > div,
#projectsTableQ3_wrapper > div:nth-child(2) > div,
#projectsTableQ4_wrapper > div:nth-child(2) > div {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3),
                -5px -5px 15px rgba(255, 255, 255, 0.5); /* Shadows for depth */
    border-radius: 8px; /* Rounded corners */
}


/* Style the length dropdown container */
#projectsTableFull_wrapper div.dataTables_length,
#projectsTableQ1_wrapper div.dataTables_length,
#projectsTableQ2_wrapper div.dataTables_length,
#projectsTableQ3_wrapper div.dataTables_length,
#projectsTableQ4_wrapper div.dataTables_length {
    display: inline-block;
    justify-content: center; /* Align elements on either side */
    max-width: 80%; /* Optional: Limit width to align with table */
    padding: 8px; /* Add padding */
    background-color: #adb5bd; /* Light gray background */
    border-bottom: 1px solid #ccc; /* Optional: Add a blue bottom border */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3),
              -5px -5px 15px rgba(255, 255, 255, 0.5); /* Shadows for depth */
    border-radius: 8px;
}


/* Style the search box container */
#projectsTableFull_wrapper div.dataTables_filter,
#projectsTableQ1_wrapper div.dataTables_filter,
#projectsTableQ2_wrapper div.dataTables_filter,
#projectsTableQ3_wrapper div.dataTables_filter,
#projectsTableQ4_wrapper div.dataTables_filter {
    display: flex;
    background-color: #adb5bd; /* Slightly different background color */
    padding: 5px; /* Add padding */
    border-radius: 8px; /* Optional: round the corners */
    border-bottom: 1px solid #ccc; /* Optional: Add a blue bottom border */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3),
              -5px -5px 15px rgba(255, 255, 255, 0.5); /* Shadows for depth */
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 85%;
}

/*---------------------------------------
  MAIN TABLE
----------------------------------------*/
#projectsTableFull,
#projectsTableQ1,
#projectsTableQ2,
#projectsTableQ3,
#projectsTableQ4 {
    width: 100%;
    /* Navy/metallic border */
    border: 2px solid #adb5bd;
    border-collapse: collapse;
    border-radius: 8px; /* keep corners consistent */
    overflow: hidden;   /* ensures rounded corners work on the table edge */
}
#projectsTableFull td,
#projectsTableFull th,
#projectsTableQ1 td,
#projectsTableQ1 th,
#projectsTableQ2 td,
#projectsTableQ2 th,
#projectsTableQ3 td,
#projectsTableQ3 th,
#projectsTableQ4 td,
#projectsTableQ4 th {
  white-space: normal;
  word-wrap: break-word;
}

#projectsTableFull_filter > label,
#projectsTableQ1_filter > label,
#projectsTableQ2_filter > label,
#projectsTableQ3_filter > label,
#projectsTableQ4_filter > label {
    width: 100%;
}

/* Style search bar container */
#projectsTableFull_filter > label > input,
#projectsTableQ1_filter > label > input,
#projectsTableQ2_filter > label > input,
#projectsTableQ3_filter > label > input,
#projectsTableQ4_filter > label > input {
    text-align: left;
    font-size: 14px;
    padding: 5px;
    width: 80%;
}

#projectsTableFull thead,
#projectsTableQ1 thead,
#projectsTableQ2 thead,
#projectsTableQ3 thead,
#projectsTableQ4 thead {
    vertical-align: middle; /* Center-align vertically */
    font-size: 16px;        /* Optional: Adjust font size */
    font-weight: bold;      /* Optional: Make text bold */
}
/*adjust set-aside column correctly*/
#projectsTableFull th:nth-child(8),
#projectsTableQ1 th:nth-child(8),
#projectsTableQ2 th:nth-child(8),
#projectsTableQ3 th:nth-child(8),
#projectsTableQ4 th:nth-child(8) {
    width: 85px !important; /* Prevent DataTables from overriding */
}

/*adjust set-aside column correctly*/
#projectsTableFull th:nth-child(11),
#projectsTableQ1 th:nth-child(11),
#projectsTableQ2 th:nth-child(11),
#projectsTableQ3 th:nth-child(11),
#projectsTableQ4 th:nth-child(11) {
    width: 75px !important; /* Prevent DataTables from overriding */
}

/* Style headers in projectsTableFull */
#projectsTableFull thead th,
#projectsTableQ1 thead th,
#projectsTableQ2 thead th,
#projectsTableQ3 thead th,
#projectsTableQ4 thead th {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 13px; /* Larger font size for headers */
    padding: 8px;   /* Add more space inside the header cells */
    text-transform: uppercase; /* Convert header text to uppercase */

}

/* Style rows in projectsTableFull */
#projectsTableFull tbody tr:nth-child(odd),
#projectsTableQ1 tbody tr:nth-child(odd),
#projectsTableQ2 tbody tr:nth-child(odd),
#projectsTableQ3 tbody tr:nth-child(odd),
#projectsTableQ4 tbody tr:nth-child(odd) {
  background-color: #fff;
}

#projectsTableFull tbody tr:nth-child(even),
#projectsTableQ1 tbody tr:nth-child(even),
#projectsTableQ2 tbody tr:nth-child(even),
#projectsTableQ3 tbody tr:nth-child(even),
#projectsTableQ4 tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

#projectsTableFull tbody tr:hover,
#projectsTableQ1 tbody tr:hover,
#projectsTableQ2 tbody tr:hover,
#projectsTableQ3 tbody tr:hover,
#projectsTableQ4 tbody tr:hover {
    background-color: #e3f2fd;
    cursor: pointer;
}

/* Style table rows and cells */
#projectsTableFull tbody td,
#projectsTableQ1 tbody td,
#projectsTableQ2 tbody td,
#projectsTableQ3 tbody td,
#projectsTableQ4 tbody td {
    font-size: 12px;         /* Adjust font size */
    color: #333;             /* Text color */
    padding: 9px;           /* Cell padding */
    text-align: center;        /* Align text to the center */
    align-content: center;

}


#projectsTableFull .btn.btn-primary.drilldown,
#projectsTableQ1 .btn.btn-primary.drilldown,
#projectsTableQ2 .btn.btn-primary.drilldown,
#projectsTableQ3 .btn.btn-primary.drilldown,
#projectsTableQ4 .btn.btn-primary.drilldown {
    background-color: #2905a9;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3),
              -5px -5px 15px rgba(255, 255, 255, 0.5); /* Shadows for depth */
    border-radius: 8px;
}

/* Style the "Description" column */
#projectsTableFull tbody td:nth-child(4),
#projectsTableQ1 tbody td:nth-child(4),
#projectsTableQ2 tbody td:nth-child(4),
#projectsTableQ3 tbody td:nth-child(4),
#projectsTableQ4 tbody td:nth-child(4) {
    text-align: left; /* left align */
    font-size: 12px;
    font-weight: bold;

}

#projectsTableFull tbody tr,
#projectsTableQ1 tbody tr,
#projectsTableQ2 tbody tr,
#projectsTableQ3 tbody tr,
#projectsTableQ4 tbody tr {
    line-height: 1.15; /* Increase line spacing between rows */
}
/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    /* Override the min-content on smaller devices */
    #projectsTableFull_wrapper,
    #projectsTableQ1_wrapper,
    #projectsTableQ2_wrapper,
    #projectsTableQ3_wrapper,
    #projectsTableQ4_wrapper {
        max-width: 100% !important;  /* Let the container grow to full width */
        margin: 30px auto;           /* Keep it centered with margin auto */
    }

    /* Ensure the table (and any wide content) can scroll horizontally */
    /* If you're using Bootstrap's .table-responsive, you might wrap your table
       in .table-responsive and simply set that to overflow-x:auto. */
    #projectsTableFull_wrapper .table-responsive,
    #projectsTableFull_wrapper,
    #projectsTableQ1_wrapper .table-responsive,
    #projectsTableQ1_wrapper,
    #projectsTableQ2_wrapper .table-responsive,
    #projectsTableQ2_wrapper,
    #projectsTableQ3_wrapper .table-responsive,
    #projectsTableQ3_wrapper,
    #projectsTableQ4_wrapper .table-responsive,
    #projectsTableQ4_wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* Improves mobile scrolling */
    }

    /* Optional: Force the table to a certain min-width
       so the columns don’t get squashed to unreadable widths. */
    #projectsTableFull,
    #projectsTableQ1,
    #projectsTableQ2,
    #projectsTableQ3,
    #projectsTableQ4 {
        min-width: 600px; /* Adjust as needed */
    }
}

/* If you want even tighter constraints for very small devices */
@media (max-width: 576px) {
    #projectsTableFull_wrapper,
    #projectsTableQ1_wrapper,
    #projectsTableQ2_wrapper,
    #projectsTableQ3_wrapper,
    #projectsTableQ4_wrapper {
        /* Maybe remove or reduce margins on very small screens */
        margin: 15px auto;
    }

    #projectsTableFull,
    #projectsTableQ1,
    #projectsTableQ2,
    #projectsTableQ3,
    #projectsTableQ4 {
        /* Possibly reduce min-width further for phones */
        min-width: 500px;
    }
}
/*************************************************            
   VA forecast pop-up contract detail modal styling
*************************************************/
#contractModal .modal-content {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

#contractModal .modal-header {
  border-bottom: 2px solid #ccc;
  padding: 1rem 1.5rem;
}

#contractModal .modal-header .modal-title {
  font-weight: bold;
  font-size: 1.2rem;
}

#contractModal .modal-body {
  padding: 1rem 1.5rem;
  background-color: #f8f9fa; /* Light grey */
}

/* Each "card" in the modal */
#contractModal .card.border-0.shadow-sm.mb-3 {
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 1rem;    /* Spacing between cards */
  background-color: #fff; /* White background for clarity */
}

/* Card header styling */
#contractModal .card-header.bg-info.text-white {
  background-color: #495057 !important; /* Default Bootstrap info color */
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Card body styling */
#contractModal .card-body {
  padding: 1rem;
  color: #333; /* Dark text for readability */
}

/* Space out paragraphs within the card body */
#contractModal .card-body p {
  margin-bottom: 0.5rem;
}

/* Slightly darker label text */
#contractModal .card-body p strong {
  color: #495057;
}


/*************************************************            
   SAM TABLE STYLING 
*************************************************/
/* Main container padding */

.page-id-54 #page.grid-container,
.page-id-123 #page.grid-container,
.page-id-135 #page.grid-container,
.page-id-140 #page.grid-container,
.page-id-142 #page.grid-container {
    max-width: max-content;
    padding-left: 50px;
    padding-right: 50px;
    background: linear-gradient(to right, #e8e8e8, #08080800, #e8e8e8);
}

.page-id-13 #page.row>* {
  max-width: max-content;
}



/*.page-id-54 .site-content {*/
/*    background: linear-gradient(to right, #0d6efd, #f8f9fa45, #0d6efd);*/
/*}*/

body.page-id-54.separate-containers .inside-article {
  background: transparent;
  padding: 50px;
}


/* Sidebar styling */
.page-id-54 .col-lg-2.position-sticky, 
.sidebar-section {
  background-color: #ccc384; /* Softer blue */
  border-right: 1px solid #0000;
  padding: 0.75rem;
  border-radius: 10px;
  box-shadow: 12px 14px 11px rgba(0, 0, 0, 0.08) !important;
}

/* Adjust content area */
.page-id-54 .col-lg-10 {
  padding-left: 1rem;
}

/* Only override box-sizing for the special cell that holds the card */
.sam-table-container .sam-card-cell {
  width: 100%;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

/* Basic card styling */
.sam-table-container .sam-card-cell .card {
  border: 1px solid #343a40;
  border-radius: 4px;
  margin-bottom: 1rem;
  box-shadow: 4px 4px 3px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s, transform 0.2s;
}

.sam-table-container .sam-card-cell .card:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* Make sure columns inside the card have comfortable padding */
.sam-table-container .sam-card-cell .card .row.g-0 > [class^="col-"] {
  padding: 1.5rem;
}

/* Headings in the card */
.sam-table-container .sam-card-cell .card h5 {
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 600;
}

/* Paragraph text in the card */
.sam-table-container .sam-card-cell .card p {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
}

/* Metadata column background */
.sam-table-container .sam-card-cell .bg-light {
  background-color: #57575714 !important; 
  border-left: 2px solid #eee;
}

/* Links inside the card */
.sam-table-container .sam-card-cell .card a {
  color: #0d6efd;
  text-decoration: none;
}
.sam-table-container .sam-card-cell .card a:hover {
  text-decoration: underline;
}

/*************************************************            
   PAGE LAYOUT / SIDEBAR
*************************************************/
.projects-table-container .sidebar-section h4,
.sam-table-container .sidebar-section h4 {
  text-align: center;         /* Center the heading text */
  border-bottom: 3px solid #bbb; /* Bottom border line */
  padding-bottom: 0.5rem;     /* Space between text and the border */
  margin-bottom: 1rem;        /* Space below the heading */
  font-size: 20px;
}

.sam-table-container .sidebar-section h4,
.sam-table-container .col-lg-2.position-sticky.sidebar-section {
  background-color: aliceblue;
  border-right: 1px solid #bbb;
  padding: 0.75rem;
  border-radius: 10px;
  box-shadow: 10px 14px 11px rgba(0, 0, 0, 0.08);
}

/* Adjust content area */
.sam-table-container .col-lg-10 {
  padding-left: 1rem;
}

/*************************************************            
   SEARCH INPUT STYLING
*************************************************/
body.page-id-54 .sam-table-container div.dataTables_wrapper div.dataTables_filter input[type="search"] {
  border: 1px solid #000000 !important;
  border-radius: 6px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

body.page-id-54 .sam-table-container div.dataTables_wrapper div.dataTables_filter input[type="search"]:focus {
  border-color: #0d6efd !important;
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.5) !important;
}

body.page-id-54 .sam-table-container .sidebar-section input#purchaseSearchInput {
  border: 1px solid #000000 !important;
  border-radius: 6px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
   height: 30px;               /* Reduced height */
  padding: 8px 10px !important; /* Reduced padding */
  font-size: 0.95rem;         /* Slightly smaller text */
}

body.page-id-54 .sam-table-container .sidebar-section input#purchaseSearchInput:focus {
  border-color: #0d6efd !important;
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.5) !important;
}
/*************************************************            
   SIDEBAR FORM / HELP ICON
*************************************************/

/* Label in sidebar */
.projects-table-container .sidebar-section label.form-label,
.sam-table-container .sidebar-section label.form-label {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  justify-content: center;
  display: flex !important;
  align-items: baseline;
  margin-bottom: 0;
  line-height: 1.2;
}

/* Help icon */
.sam-table-container .help-icon {
  position: relative;
  top: -0.5em;
  margin-left: 0.3rem;
  font-size: 0.9em;
  cursor: pointer;
}

/* Icon color */
.sam-table-container .help-icon i {
  color: #000080;
  font-weight: 500;
}

/*************************************************            
   TABLE & MODAL STYLING
*************************************************/

.sam-table-container #samTable {
  margin-top: 1rem;
}

.sam-table-container #clinModalBody pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  white-space: pre;
  overflow-x: auto;
  margin: 0;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* Make all modals have a subtle shadow and rounded corners */
.modal-content {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Give the header a subtle bottom border and a bit of padding */
.modal-header {
  border-bottom: 2px solid #ccc;
  padding: 1rem 1.5rem;
}

/* Title styling */
.modal-header .modal-title {
  font-weight: 600;
  font-size: 1.25rem;
}

/* Body spacing */
.modal-body {
  padding: 1rem 1.5rem;
  background-color: lightgrey;
}

/* Make the close button slightly bigger or differently colored */
.modal-header .btn-close {
  /* Example: Make it a bit larger */
  transform: scale(1.2);
}

/* List group item hover effect */
.list-group-item {
  transition: background-color 0.3s;
}
.list-group-item:hover {
  background-color: #f8f9fa; /* a subtle hover highlight */
}

/* Table styling inside the detail modal */
#purchaseDetailModalBody table th {
  width: 40%;
  white-space: nowrap;
  font-weight: 600;
  color: #555;
}
#purchaseDetailModalBody table td {
  color: #333;
}
#purchaseSearchResultsModal ul {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  /* Let the page container go full width on mobile */
  .page-id-54 #page.grid-container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* If needed, further reduce or remove the inside-article padding */
  body.page-id-54.separate-containers .inside-article {
    padding: 20px !important;
  }

  /* Ensure the main content (col-lg-10) takes all horizontal space on mobile */
  .page-id-54 .col-lg-10 {
    width: 100% !important; 
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; /* Add if you want symmetrical padding */
  }

  /* Make the table (or its wrapper) fill full width with minimal margin */
  .sam-table-container #samTable,
  .sam-table-container .dataTables_wrapper {
    width: 100% !important;
    margin: 0 auto !important;
  }
}



