/* Estilo da tabela de domínios */
.woocommerce-MyAccount-content h3 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 20px;
}

table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.shop_table thead {
  background: #f4f4f4;
  font-weight: 600;
}

.shop_table th, .shop_table td {
  padding: 14px 16px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.shop_table tbody tr:last-child td {
  border-bottom: none;
}

.shop_table td strong {
  color: #006eff;
  font-weight: 600;
}

.shop_table td a.button {
  padding: 8px 12px;
  font-size: 13px;
  background: #006eff;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.shop_table td a.button:hover {
  background: #0056cc;
}
