.equipment-card {
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);}
.equipment-card .tab-content {
  background: #fff;
  min-height: 250px;
  border-radius: 0 0 8px 8px;}

.nav-tabs .nav-link {
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  padding: 6px 8px;
  white-space: nowrap;}

.tab-content {
background: #fafafa;
  min-height: 250px;
  border-radius: 0 0 8px 8px;
}
/* === IMAGE === */
.equipment-card img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
  margin: 0 auto;}

/* === TABLE (ZEBRA) === */
.table-zebra.table > :not(caption) > * > * {
  background-color: transparent !important;
  box-shadow: none !important;
}

.table-zebra tr:nth-child(odd) td { background: #ffffff !important;}
.table-zebra tr:nth-child(even) td { background: #f3f5f7 !important;}
.table-zebra td { padding: 10px 14px; border-bottom: 1px solid #e1e4e8;
  font-size: 15px;}

.spec-list {
  list-style: none;
  padding-left: 0;
  margin: 0;}

.spec-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 4px;
  margin-bottom: 6px;
  background: var(--menu-color-hover);}

.spec-list i {
  font-size: 18px;
  line-height: 1;
  margin-top: 3px;}








@media (max-width: 412px) {
  .equipment-card img {
    max-height: 260px;
  }
  .nav-tabs .nav-link {
    font-size: 13px;
    padding: 4px 6px;
  }
}




