.elementor-kit-13{--e-global-color-primary:#00ADB5;--e-global-color-secondary:#16E0BD;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00C853;--e-global-color-ac4fb05:#1A1A1A;--e-global-color-7663f5b:#E0E0E0;--e-global-color-af3534a:#2C2C2C;--e-global-color-5943523:#FFFFFF;--e-global-color-fa3f4e5:#FF5722;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-ac4fb05 );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Responsive CPU Comparison Table */
.cpu-compare-table {
  width: 100%;
  overflow-x: auto;
  margin: 2em 0;
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.cpu-compare-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #2C2C2C;
  color: #E0E0E0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  min-width: 600px; /* allows horizontal scroll on small screens */
}

.cpu-compare-table th {
  background-color: #00ADB5;
  color: #FFFFFF;
  text-align: left;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 1.05rem;
  font-family: 'Rajdhani', sans-serif;
  letter-spacing: 0.3px;
}

.cpu-compare-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #3A3A3A;
  font-size: 0.96rem;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}

.cpu-compare-table tr:hover td {
  background-color: #1F1F1F;
  transition: 0.25s ease;
}

.cpu-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.cpu-compare-table td:first-child {
  font-weight: 600;
  color: #16E0BD;
  white-space: nowrap; /* keep icons and text together */
}

/* Tablet adjustments */
@media (max-width: 992px) {
  .cpu-compare-table th,
  .cpu-compare-table td {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .cpu-compare-table th,
  .cpu-compare-table td {
    font-size: 0.85rem;
    padding: 8px 10px;
  }

  .cpu-compare-table table {
    min-width: 500px; /* force horizontal scroll for better layout */
  }

  .cpu-compare-table {
    border-radius: 8px;
    margin: 1em 0;
  }
}/* End custom CSS */