.compranet-tabs {
  margin-top: 30px;
  font-family: inherit;
}

.compranet-tab-buttons {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #ccc;
  gap: 3px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.compranet-tab-buttons li {
  padding: 10px 20px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: auto !important;
}

.compranet-tab-buttons li i {
  margin-right: 6px;
}

.compranet-tab-buttons li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #000;
}

.compranet-tab-content {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
}

.compranet-tab-content.active {
  display: block;
}

.compranet-alert {
  color: #c00;
  font-weight: bold;
  margin-bottom: 15px;
}

.compranet-variations-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.compranet-variations-table th {
  background-color: rgba(18, 70, 171, 1);
  color: #fff;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}

.compranet-variations-table td {
  border: 1px solid #eee;
  text-align: center;
  padding: 12px;
  vertical-align: middle;
}

.stock-value,
.price-value {
  font-size: 16px;
  font-weight: 600;
}

.iva-text {
  font-size: 11px;
  color: #666;
}

.compranet-qty-input {
  width: 60px;
  text-align: center;
  margin: auto;
}

.compranet-variations-table .button {
  width: 100%;
  background-color: rgba(18, 70, 171, 1) !important;
  color: #fff !important;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: none;
}

/* 1) Color claro para la pestaña Admin */
.compranet-tab-buttons li.admin-tab {
  background: #ffe4b5; /* naranja muy claro */
  border-color: #ffd59b;
  color: #000;
}

/* 2) Tabla vertical de Admin */
.compranet-admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.compranet-admin-table th {
  background-color: #ffc107; /* naranja medio para encabezados */
  color: #fff;
  font-size: 14px;
  padding: 8px;
  text-align: left;
}
.compranet-admin-table td {
  border: 1px solid #eee;
  padding: 8px;
}

/* 3) Botones de acciones */
.compranet-admin-btn {
  margin-right: 8px;
  margin-top: 6px;
}

/* fuerza color oscuro para el enlace “Ver en Proveedor” */
.compranet-admin-link {
  color: #333 !important;
  text-decoration: underline;
}

.product-short-description {
  color: #808080 !important; /* Color gris */
  font-size: 14px !important; /* Tamaño de letra pequeño */
  line-height: 1.5 !important; /* Altura de línea */
}

.product-description-text {
  color: #808080 !important; /* Color gris */
  font-size: 14px !important; /* Tamaño de letra pequeño */
  line-height: 1.5 !important; /* Altura de línea */
}
