
/*
Theme Name:     Velora Research
Author:         Capminds
Author URI:     Capminds.com
Description:    A custom WordPress theme built from scratch.
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    veloraresearch
Domain Path:    /languages
Tags:           custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

.woocommerce-product-details__short-description p {
    line-height: 26px;
}
.woocommerce-Tabs-panel--description p{margin-bottom:25px;}
.woocommerce-Tabs-panel--description ul li strong{color:#000000}
.woocommerce-Tabs-panel--description h2 span, .woocommerce-Tabs-panel--description h3 span{color:#000000;font-weight:bold!important;margin:20px 0;display:block;font-size:26px}
.woocommerce-Tabs-panel table{width:100%;border-collapse:collapse;border-spacing:0;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,oxygen,Ubuntu,sans-serif;font-size:14px;line-height:1.6;color:#333;box-shadow:0 2px 4px rgba(0,0,0,0.1);border-radius:8px;overflow:hidden;margin-bottom:20px}
.woocommerce-Tabs-panel thead th{background-color:#2c3e50;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:12px 15px;text-align:left;border-bottom:2px solid #1a2632}
.woocommerce-Tabs-panel tbody td{padding:12px 15px;border-bottom:1px solid #e0e0e0;vertical-align:middle}
.woocommerce-Tabs-panel tbody tr:hover{background-color:#f5f7fa;transition:background-color .2s ease}
.woocommerce-Tabs-panel tbody tr:nth-child(even){background-color:#f8f9fa}
.woocommerce-Tabs-panel tbody tr:last-child td{border-bottom:none}
@media screen and (max-width:768px){.table{font-size:12px}.table thead th,.table tbody td{padding:8px 10px}}
.table-bordered{border:1px solid #dee2e6}
.table-bordered thead th,.table-bordered tbody td{border:1px solid #dee2e6}
.table-compact thead th,.table-compact tbody td{padding:6px 8px;font-size:13px}
.table-large thead th,.table-large tbody td{padding:16px 20px;font-size:16px}
.table-primary thead th{background-color:#3498db}
.table-success thead th{background-color:#27ae60}
.table-danger thead th{background-color:#e74c3c}
.table-warning thead th{background-color:#f39c12}
.table-primary tbody tr:nth-child(even){background-color:#ebf5fb}
.table-success tbody tr:nth-child(even){background-color:#eafaf1}
.table-primary tbody tr:hover{background-color:#d4e6f1}
.table-align-center td,.table-align-center th{text-align:center}
.table-align-right td,.table-align-right th{text-align:right}
.table-align-middle td,.table-align-middle th{vertical-align:middle}
.table-align-top td,.table-align-top th{vertical-align:top}
.status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}
.status-active{background-color:#d4edda;color:#155724}
.status-inactive{background-color:#f8d7da;color:#721c24}
.status-pending{background-color:#fff3cd;color:#856404}
.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:20px 0;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.table-sticky-header thead th{position:sticky;top:0;z-index:10}
.table-fixed{table-layout:fixed;width:100%}
.col-id{width:5%}
.col-name{width:20%}
.col-email{width:25%}
.col-status{width:15%}
.col-actions{width:15%}
.woocommerce-Tabs-panel table table .actions{display:flex;gap:8px}
.woocommerce-Tabs-panel table table .btn{padding:4px 12px;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease}
.woocommerce-Tabs-panel table table .btn-edit{background-color:#3498db;color:#fff}
.woocommerce-Tabs-panel table table .btn-edit:hover{background-color:#2980b9}
.woocommerce-Tabs-panel table table .btn-delete{background-color:#e74c3c;color:#fff}
.woocommerce-Tabs-panel table table .btn-delete:hover{background-color:#c0392b}
.table-empty tbody td{text-align:center;padding:40px 20px;color:#999;font-style:italic}
.table-loading{opacity:.6;pointer-events:none}
@media(max-width: 620px){
	.woocommerce-product-details__short-description{overflow:auto}.woocommerce-product-details__short-description table{width:900px}
}