/**
Theme Name: PopularFX Child
Template: popularfx
Theme URI: https://popularfx.com
Author: Pagelayer
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Version: 1.0.0
License: LGPL v2.1
License URI: LICENSE
Text Domain: popularfx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, microformats, post-formats, theme-options, blog, rtl-language-support
*/


/*
    Add your custom styles here
*/
.mt-0{
	margin-top:0px !important;
}

.mb-0{
	margin-bottom:0px !important;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* Header Styling */
.table thead {
  background-color: #2B4672;
  color: white;
  text-align: left;
}

.table th,
.table td {
  padding: 12px 15px;
  border: 1px solid #ddd; /* Adds border on all sides */
}

/* Row Hover Effect */
.table tbody tr:hover {
  background-color: #f1f1f1;
}


/* Zebra Stripes */
.table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.table td span{
	background:#27ae60;
	padding:2px;
	color:#ffffff;
	font-size:14px;
	}

/* Responsive */
@media (max-width: 768px) {
  .table, thead, tbody, th, td, tr {
    display: block;
    width: 100%;
  }
  
 .table thead {
    display: none;
  }
  
 .table tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
  }
  
 .table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none; /* remove borders in mobile mode */
    border-bottom: 1px solid #ddd;
  }
  
 .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: calc(50% - 30px);
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
  }
}


.acrylic-badge {
    background: #3498db;
    color: white;
}

.polycarbonate-badge {
    background: #e74c3c;
    color: white;
}

.material-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.85em;
    font-weight: 600;
    margin: 5px;
}